From a694f802c64ad353067ad84460a5a539da8b1c2a Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 1 Dec 1999 10:06:15 +0000 Subject: [PATCH] * mn10300.h (E_MN10300_MACH_AM33): Define. --- include/elf/ChangeLog | 4 ++++ include/elf/mn10300.h | 1 + 2 files changed, 5 insertions(+) diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 5c4f9422a..768b2f6c0 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +Wed Dec 1 03:02:15 1999 Jeffrey A Law (law@cygnus.com) + + * mn10300.h (E_MN10300_MACH_AM33): Define. + Mon Oct 11 22:42:37 1999 Jeffrey A Law (law@cygnus.com) * hppa.h (PF_HP_PAGE_SIZE): Define. diff --git a/include/elf/mn10300.h b/include/elf/mn10300.h index 64a075045..1b90a1379 100644 --- a/include/elf/mn10300.h +++ b/include/elf/mn10300.h @@ -50,4 +50,5 @@ END_RELOC_NUMBERS the rest are open. */ #define E_MN10300_MACH_MN10300 0x00810000 +#define E_MN10300_MACH_AM33 0x00820000 #endif /* _ELF_MN10300_H */