* [Patch] Couldn't build mips64-elf target
@ 2006-04-25 10:19 Masaki MURANAKA
2006-04-25 19:40 ` Mark Kettenis
0 siblings, 1 reply; 2+ messages in thread
From: Masaki MURANAKA @ 2006-04-25 10:19 UTC (permalink / raw)
To: gdb-patches
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Patch] Couldn't build mips64-elf target
2006-04-25 10:19 [Patch] Couldn't build mips64-elf target Masaki MURANAKA
@ 2006-04-25 19:40 ` Mark Kettenis
0 siblings, 0 replies; 2+ messages in thread
From: Mark Kettenis @ 2006-04-25 19:40 UTC (permalink / raw)
To: monaka; +Cc: gdb-patches
> From: Masaki MURANAKA <monaka@monami-software.com>
> Date: Tue, 25 Apr 2006 19:19:38 +0900
>
> Hello,
>
> I've not sign an Assignment yet.
> (waiting for the offline-mail from FSF.)
> But... this patch is too short to sign, right?
A change that small is not copyrightable. So I've checked it in.
Thanks!
Mark
> 2006-04-25 Masaki MURANAKA (monaka@monami-software.com)
>
> * mips-mdebug-tdep.c (mips_mdebug_frame_prev_register):
> Change valuep type to gdb_byte *.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-04-25 19:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-25 10:19 [Patch] Couldn't build mips64-elf target Masaki MURANAKA
2006-04-25 19:40 ` Mark Kettenis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox