mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
Patch from Jeffrey Law:
* gdb/config/pa/nm-hppab.h (PTRACE_ARG3_TYPE): Define as caddr_t.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
Mon May 10 16:03:03 1993 Jim Kingdon (kingdon@cygnus.com)
|
||||
|
||||
Patch from Jeffrey Law:
|
||||
* gdb/config/pa/nm-hppab.h (PTRACE_ARG3_TYPE): Define as caddr_t.
|
||||
|
||||
Mon May 10 15:28:27 1993 Ian Lance Taylor (ian@cygnus.com)
|
||||
|
||||
* hppa-tdep.c (hppa_push_arguments): Allocate correct amount of
|
||||
|
@ -23,3 +23,4 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
#define REGISTER_U_ADDR(addr, blockend, regno) \
|
||||
{ addr = (int)(blockend) + REGISTER_BYTE (regno);}
|
||||
|
||||
#define PTRACE_ARG3_TYPE caddr_t
|
||||
|
Reference in New Issue
Block a user