* m68klinux-tdep.c (m68k_linux_sigtramp_frame_prev_register):
authorDaniel Jacobowitz <drow@false.org>
Thu, 20 Apr 2006 17:29:47 +0000 (17:29 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 20 Apr 2006 17:29:47 +0000 (17:29 +0000)
Correct type of VALUEP.  Reported by Jean-Rene Peulve
<jr.peulve@wanadoo.fr>.

gdb/ChangeLog
gdb/m68klinux-tdep.c

index 3597bc0..dcb436b 100644 (file)
@@ -1,3 +1,9 @@
+2006-04-20  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * m68klinux-tdep.c (m68k_linux_sigtramp_frame_prev_register):
+       Correct type of VALUEP.  Reported by Jean-Rene Peulve
+       <jr.peulve@wanadoo.fr>.
+
 2006-04-19  Masaki Muranaka  <monaka@monami-software.com>
 
        * m32r-rom.c: On MinGW, include winsock.h instead of sys/types.h,
index 6da4d15..3f3a4d9 100644 (file)
@@ -248,7 +248,7 @@ m68k_linux_sigtramp_frame_prev_register (struct frame_info *next_frame,
                                         int regnum, int *optimizedp,
                                         enum lval_type *lvalp,
                                         CORE_ADDR *addrp,
-                                        int *realnump, void *valuep)
+                                        int *realnump, gdb_byte *valuep)
 {
   /* Make sure we've initialized the cache.  */
   struct trad_frame_cache *cache =