* 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 95e7d51017f198e402fd36553bb638f14455361d..26c6d8530a4357e3bb2df7f451fd7bdc3cb3956e 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 87357f41c490af5f964ecce7524abd0d309de9a3..0dc47ae4cde0e8a1e75dd19b0cc58b05b526304f 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;
 }