diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2000-11-14 20:57:30 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2000-11-14 20:57:30 +0000 |
commit | 4a1805b14d4b361cf25d688db68c7f40aadc1c9c (patch) | |
tree | e46304db47e59690c1274701eec536a344bb9491 /gas/config/aout_gnu.h | |
parent | c810873da19e9350a1f7ba9af80d1f37876c92f1 (diff) | |
download | gdb-4a1805b14d4b361cf25d688db68c7f40aadc1c9c.zip gdb-4a1805b14d4b361cf25d688db68c7f40aadc1c9c.tar.gz gdb-4a1805b14d4b361cf25d688db68c7f40aadc1c9c.tar.bz2 |
2000-11-14 Kazu Hirata <kazu@hxi.com>
* config/aout_gnu.h: Fix formatting.
* config/atof-vax.c: Likewise.
* config/m68k-parse.h: Likewise.
* config/m88k-opcode.h: Likewise.
* config/obj-elf.c: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-cris.c: Likewise.
* config/tc-i386.c: Likewise.
* config/tc-ia64.c: Likewise.
* config/tc-mn10300.c: Likewise.
* config/te-386bsd.h: Likewise.
* config/te-hppa.h: Likewise.
* config/te-nbsd.h: Likewise.
* config/te-ppcnw.h: Likewise.
* config/te-sparcaout.h: Likewise.
* config/te-tmips.h: Likewise.
* config/vax-inst.h: Likewise.
* config/vms-conf.h: Likewise.
Diffstat (limited to 'gas/config/aout_gnu.h')
-rw-r--r-- | gas/config/aout_gnu.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gas/config/aout_gnu.h b/gas/config/aout_gnu.h index badf9cb..52ea70d 100644 --- a/gas/config/aout_gnu.h +++ b/gas/config/aout_gnu.h @@ -63,7 +63,6 @@ enum reloc_type #endif /* TC_SPARC or TC_A29K */ - #define __GNU_EXEC_MACROS__ #ifndef __STRUCT_EXEC_OVERRIDE__ @@ -183,7 +182,6 @@ enum machine_type sizeof (struct exec)) #endif - #ifndef N_DATOFF #define N_DATOFF(x) ( N_TXTOFF(x) + (x).a_text ) #endif @@ -317,7 +315,6 @@ struct reloc_ext_bytes unsigned char r_addend[4]; }; - #define RELOC_EXT_BITS_EXTERN_BIG 0x80 #define RELOC_EXT_BITS_EXTERN_LITTLE 0x01 @@ -345,8 +342,6 @@ struct reloc_info_extended /* The standard, old-fashioned, Berkeley compatible relocation struct */ - - #ifdef TC_I860 /* NOTE: three bits max, see struct reloc_info_i860.r_type */ enum i860_reloc_type @@ -362,7 +357,6 @@ enum highlow_type NO_SPEC = 0, PAIR, HIGH, HIGHADJ, }; - struct reloc_info_i860 { unsigned long r_address; @@ -381,7 +375,6 @@ struct reloc_info_i860 #endif /* TC_I860 */ - struct reloc_std_bytes { unsigned char r_address[4]; |