OSDN Git Service

* sol-thread.c (ignore): Change last argument to `gdb_byte.'
authorMark Kettenis <kettenis@gnu.org>
Sun, 15 May 2005 22:13:53 +0000 (22:13 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 15 May 2005 22:13:53 +0000 (22:13 +0000)
gdb/ChangeLog
gdb/sol-thread.c

index 95e7d51..26c6d85 100644 (file)
@@ -1,5 +1,7 @@
 2005-05-16  Mark Kettenis  <kettenis@gnu.org>
 
+       * sol-thread.c (ignore): Change last argument to `gdb_byte.'
+
        * config/i386/fbsd.mt (DEPRECATED_TM_FILE): Remove.
        * config/i386/fbsd64.mt (DEPRECATED_TM_FILE): Remove.
        * config/i386/nbsd.mt (DEPRECATED_TM_FILE): Remove.
index 87357f4..0dc47ae 100644 (file)
@@ -1523,7 +1523,7 @@ sol_make_note_section (bfd *obfd, int *note_size)
 }
 
 static int
-ignore (CORE_ADDR addr, char *contents)
+ignore (CORE_ADDR addr, gdb_byte *contents)
 {
   return 0;
 }