Patch from Jeffrey Law:

* gdb/config/pa/nm-hppab.h (PTRACE_ARG3_TYPE): Define as caddr_t.
This commit is contained in:
Jim Kingdon
1993-05-10 23:10:46 +00:00
parent 1edc5cd26d
commit 4a2383c1f8
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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