]> sourceware.org Git - newlib-cygwin.git/commitdiff
* 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 bbfd2b043509f24e899e15e2be5089f7cc3a30eb..6fd97802da45a3965b0ca61b75243c99938b089e 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 f872e0fcf8532d45d6aa2369db837ff3a15a713f..e2d51ef4a906815925aa465efb5bd575ab886d16 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
This page took 0.031581 seconds and 5 git commands to generate.