diff options
author | Nick Clifton <nickc@redhat.com> | 2000-12-02 01:10:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-12-02 01:10:33 +0000 |
commit | b22c5394005f626023d597818f3d83986b64e874 (patch) | |
tree | cc4110f27495f8873cf6d60da37da3538704f4a3 /include/elf | |
parent | 523e2a09237f297e63ffc0fdbc08f3754b59d14e (diff) | |
download | gdb-b22c5394005f626023d597818f3d83986b64e874.tar.gz |
Add MIPS SB1 machine
Diffstat (limited to 'include/elf')
-rw-r--r-- | include/elf/ChangeLog | 2 | ||||
-rw-r--r-- | include/elf/mips.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 7c6b94e0784..2251ba03a66 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -6,6 +6,8 @@ * mips.h (E_MIPS_ARCH_5, E_MIPS_ARCH_64): New definitions. + * mips.h (E_MIPS_MACH_SB1): New constant. + 2000-11-30 Jan Hubicka <jh@suse.cz> * common.h (EM_X86_64): New macro. diff --git a/include/elf/mips.h b/include/elf/mips.h index ec333bfcbef..bfa03f12d89 100644 --- a/include/elf/mips.h +++ b/include/elf/mips.h @@ -163,6 +163,7 @@ END_RELOC_NUMBERS (R_MIPS_maxext) #define E_MIPS_MACH_4650 0x00850000 #define E_MIPS_MACH_4111 0x00880000 #define E_MIPS_MACH_MIPS32_4K 0x00890000 +#define E_MIPS_MACH_SB1 0x008a0000 /* Processor specific section indices. These sections do not actually exist. Symbols with a st_shndx field corresponding to one of these |