This is the mail archive of the gdb-patches@sourceware.org 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]

[Patch] Couldn't build mips64-elf target


Hello,

I've not sign an Assignment yet.
(waiting for the offline-mail from FSF.)
But... this patch is too short to sign, right?

-----
2006-04-25  Masaki MURANAKA (monaka@monami-software.com)

* mips-mdebug-tdep.c
(mips_mdebug_frame_prev_register):
Change valuep type to gdb_byte *.
-----
Index: mips-mdebug-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/mips-mdebug-tdep.c,v
retrieving revision 1.6
diff -u -p -r1.6 mips-mdebug-tdep.c
--- mips-mdebug-tdep.c 15 Mar 2006 16:29:08 -0000 1.6
+++ mips-mdebug-tdep.c 25 Apr 2006 10:02:28 -0000
@@ -394,7 +394,7 @@ mips_mdebug_frame_prev_register (struct
void **this_cache,
int regnum, int *optimizedp,
enum lval_type *lvalp, CORE_ADDR *addrp,
- int *realnump, void *valuep)
+ int *realnump, gdb_byte *valuep)
{
struct mips_frame_cache *info = mips_mdebug_frame_cache (next_frame,
this_cache);



-- Masaki Muranaka Monami software



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