diff options
author | Jeff Law <law@redhat.com> | 1999-12-01 10:06:15 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1999-12-01 10:06:15 +0000 |
commit | 0ed4f623e67138e6119a6ec85524f595d2b8306a (patch) | |
tree | c3b6031b2101e363e09cede105da17b7b0979b2b /include/elf/mn10300.h | |
parent | ccecd07b7ea38fed3187963485affb45a43a2b6d (diff) | |
download | gdb-0ed4f623e67138e6119a6ec85524f595d2b8306a.zip gdb-0ed4f623e67138e6119a6ec85524f595d2b8306a.tar.gz gdb-0ed4f623e67138e6119a6ec85524f595d2b8306a.tar.bz2 |
* mn10300.h (E_MN10300_MACH_AM33): Define.
Diffstat (limited to 'include/elf/mn10300.h')
-rw-r--r-- | include/elf/mn10300.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf/mn10300.h b/include/elf/mn10300.h index 64a0750..1b90a13 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 */ |