* config/pa/nm-hppab.h: Comment PTRACE_ARG3_TYPE.

This commit is contained in:
Stu Grossman 1993-05-19 22:43:06 +00:00
parent b7b184a125
commit f3fe87c79e
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed May 19 15:33:57 1993 Stu Grossman (grossman@cygnus.com)
* config/pa/nm-hppab.h: Comment PTRACE_ARG3_TYPE.
Wed May 19 12:33:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* Makefile.in (INSTALLED_LIBS): New variable.

View File

@ -23,4 +23,6 @@ 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
/* 3rd argument to ptrace is supposed to be a caddr_t. */
#define PTRACE_ARG3_TYPE caddr_t