Improve MIPS32 support
[deliverable/binutils-gdb.git] / gas / config / aout_gnu.h
index badf9cb21c73b0b6d31c95280ed6682eda9c7d9e..52ea70d28847c36b782d545341c58898c3177487 100644 (file)
@@ -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];
This page took 0.023787 seconds and 4 git commands to generate.