diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-02 05:35:49 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-02 05:35:49 +0000 |
commit | 22202966ce66e9e8076fd55b244d78e93c5489ca (patch) | |
tree | 5f70d4b4f34936d1ee62865ee5dc1642cfdfdf1c /gdb/printcmd.c | |
parent | ca4cb0ded91b04ffb5b5a0e30fe6812d0c588f9b (diff) | |
download | gdb-22202966ce66e9e8076fd55b244d78e93c5489ca.zip gdb-22202966ce66e9e8076fd55b244d78e93c5489ca.tar.gz gdb-22202966ce66e9e8076fd55b244d78e93c5489ca.tar.bz2 |
* config/m88k/xm-dgux.h: Renamed from config/m88k/xm-m88k.h.
* config/m88k/xm-m88k.h: New file, with HOST_BYTE_ORDER,
MAKEVA_END and MAKEVA_ARG.
* config/m88k/xm-*.h: Include m88k/xm-m88k.h.
* printcmd.c: Remove __INT_VARARGS_H code; now in xm-m88k.h.
Diffstat (limited to 'gdb/printcmd.c')
-rw-r--r-- | gdb/printcmd.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/gdb/printcmd.c b/gdb/printcmd.c index 7409b3a..16f8cd6 100644 --- a/gdb/printcmd.c +++ b/gdb/printcmd.c @@ -1480,7 +1480,6 @@ print_frame_args (func, fi, num, stream) case LOC_REGPARM: case LOC_REGPARM_ADDR: case LOC_LOCAL_ARG: - case LOC_BASEREG: case LOC_BASEREG_ARG: break; @@ -1593,18 +1592,6 @@ print_frame_nameless_args (fi, start, num, first, stream) } } -/* Make makeva* work on an __INT_VARARGS_H machine. */ - -#if defined (__INT_VARARGS_H) -/* This is used on an 88k. Not sure whether it is used by anything else. */ -#define MAKEVA_END(list) \ - va_list retval; \ - retval.__va_arg = 0; \ - retval.__va_stk = (int *) (list)->aligner.arg_bytes; \ - retval.__va_reg = (int *) (list)->aligner.arg_bytes; \ - return retval; -#endif - /* This is an interface which allows to us make a va_list. */ typedef struct { unsigned int nargs; |