This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
[commit] Fix gdb_byte fallout on m68k
- From: Mark Kettenis <mark dot kettenis at xs4all dot nl>
- To: gdb-patches at sources dot redhat dot com
- Date: Sun, 12 Jun 2005 15:38:03 +0200 (CEST)
- Subject: [commit] Fix gdb_byte fallout on m68k
Committed as obvious. Makes OpenBSD/m68k compile with -Werror again.
Mark
Index: ChangeLog
from Mark Kettenis <kettenis@gnu.org>
* m68k-tdep.c (m68k_frame_prev_register): Change type of last
argument to `gdb_byte *'.
Index: m68k-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/m68k-tdep.c,v
retrieving revision 1.101
diff -u -p -r1.101 m68k-tdep.c
--- m68k-tdep.c 14 May 2005 13:14:00 -0000 1.101
+++ m68k-tdep.c 12 Jun 2005 13:35:57 -0000
@@ -825,7 +825,7 @@ static void
m68k_frame_prev_register (struct frame_info *next_frame, void **this_cache,
int regnum, int *optimizedp,
enum lval_type *lvalp, CORE_ADDR *addrp,
- int *realnump, void *valuep)
+ int *realnump, gdb_byte *valuep)
{
struct m68k_frame_cache *cache = m68k_frame_cache (next_frame, this_cache);