mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 23:39:35 +08:00
* m68klinux-tdep.c (m68k_linux_sigtramp_frame_prev_register):
Correct type of VALUEP. Reported by Jean-Rene Peulve <jr.peulve@wanadoo.fr>.
This commit is contained in:
@ -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>
|
2006-04-19 Masaki Muranaka <monaka@monami-software.com>
|
||||||
|
|
||||||
* m32r-rom.c: On MinGW, include winsock.h instead of sys/types.h,
|
* m32r-rom.c: On MinGW, include winsock.h instead of sys/types.h,
|
||||||
|
@ -248,7 +248,7 @@ m68k_linux_sigtramp_frame_prev_register (struct frame_info *next_frame,
|
|||||||
int regnum, int *optimizedp,
|
int regnum, int *optimizedp,
|
||||||
enum lval_type *lvalp,
|
enum lval_type *lvalp,
|
||||||
CORE_ADDR *addrp,
|
CORE_ADDR *addrp,
|
||||||
int *realnump, void *valuep)
|
int *realnump, gdb_byte *valuep)
|
||||||
{
|
{
|
||||||
/* Make sure we've initialized the cache. */
|
/* Make sure we've initialized the cache. */
|
||||||
struct trad_frame_cache *cache =
|
struct trad_frame_cache *cache =
|
||||||
|
Reference in New Issue
Block a user