* m68k.h (EF_CPU32): Move definition inside multiple inclusion
guard.
This commit is contained in:
parent
1e2fe5b32d
commit
de58574b9b
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue