summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/gas/config/aout_gnu.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/binutils/gas/config/aout_gnu.h')
-rw-r--r--contrib/binutils/gas/config/aout_gnu.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/binutils/gas/config/aout_gnu.h b/contrib/binutils/gas/config/aout_gnu.h
index badf9cb..52ea70d 100644
--- a/contrib/binutils/gas/config/aout_gnu.h
+++ b/contrib/binutils/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];
OpenPOWER on IntegriCloud