diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1991-04-22 04:45:26 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1991-04-22 04:45:26 +0000 |
commit | 33614d0fc6d6209e6a3297473b14f04393ce0267 (patch) | |
tree | 06b48be2ac33fcc24845a717a510aa29583a0fc3 /gdb/tm-i386v.h | |
parent | 2b325024a8ef022e6a72b64abe928e0a3e660775 (diff) | |
download | gdb-33614d0fc6d6209e6a3297473b14f04393ce0267.zip gdb-33614d0fc6d6209e6a3297473b14f04393ce0267.tar.gz gdb-33614d0fc6d6209e6a3297473b14f04393ce0267.tar.bz2 |
* tm-i386v{,-g}.h: Remove N_SET_MAGIC define.
Diffstat (limited to 'gdb/tm-i386v.h')
-rw-r--r-- | gdb/tm-i386v.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/tm-i386v.h b/gdb/tm-i386v.h index 0a146cd..2c2da0c 100644 --- a/gdb/tm-i386v.h +++ b/gdb/tm-i386v.h @@ -67,11 +67,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define SAVED_PC_AFTER_CALL(frame) \ (read_memory_integer (read_register (SP_REGNUM), 4)) -/* This is only supposed to work in execcore.c, where x == 0 and - this is called before any other fields are filled in. */ -#define N_SET_MAGIC(aouthdr, x) \ - bzero ((char *) &aouthdr, sizeof aouthdr) - /* Address of end of stack space. */ #define STACK_END_ADDR 0x80000000 |