diff options
Diffstat (limited to 'include/elf')
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/m68k.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index deaccd4..85af7ec 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +999-05-05 Catherine Moore <clm@cygnus.com> + + * m68k.h (EF_CPU32): Define. + 1999-04-21 Nick Clifton <nickc@cygnus.com> * reloc-macros.h (START_RELOC_NUMBERS): Prepend an underscore to diff --git a/include/elf/m68k.h b/include/elf/m68k.h index db31cdcd..f872e0f 100644 --- a/include/elf/m68k.h +++ b/include/elf/m68k.h @@ -54,3 +54,5 @@ START_RELOC_NUMBERS (elf_m68k_reloc_type) END_RELOC_NUMBERS #endif + +#define EF_CPU32 0x00810000 |