* m68k.h (EF_CPU32): Move definition inside multiple inclusion
authorAndreas Schwab <schwab@linux-m68k.org>
Tue, 13 Jul 1999 00:50:47 +0000 (00:50 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Tue, 13 Jul 1999 00:50:47 +0000 (00:50 +0000)
guard.

include/elf/ChangeLog
include/elf/m68k.h

index bbfd2b0..6fd9780 100644 (file)
@@ -1,3 +1,8 @@
+1999-07-13  Andreas Schwab  <schwab@suse.de>
+
+       * m68k.h (EF_CPU32): Move definition inside multiple inclusion
+       guard.
+
 1999-07-08  Richard Henderson  <rth@cygnus.com>
 
        * sparc.h (ELF64_R_TYPE_DATA): Sign extend the value.
index f872e0f..e2d51ef 100644 (file)
@@ -53,6 +53,6 @@ START_RELOC_NUMBERS (elf_m68k_reloc_type)
   EMPTY_RELOC  (R_68K_max)   
 END_RELOC_NUMBERS
 
-#endif
-
 #define EF_CPU32    0x00810000
+
+#endif