This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] Fix gdb_byte fallout on vax


Makes things compile with -Werror again.

Mark

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* vax-tdep.c (vax_frame_prev_register): Change type of last
	argument to `gdb_byte *'.

Index: vax-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/vax-tdep.c,v
retrieving revision 1.89
diff -u -p -r1.89 vax-tdep.c
--- vax-tdep.c 14 May 2005 11:34:43 -0000 1.89
+++ vax-tdep.c 12 Jun 2005 11:17:05 -0000
@@ -390,7 +390,7 @@ static void
 vax_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 vax_frame_cache *cache = vax_frame_cache (next_frame, this_cache);
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]