mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
* mips.h (E_MIPS_ARCH_4): Define.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Thu May 30 12:35:57 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* mips.h (E_MIPS_ARCH_4): Define.
|
||||||
|
|
||||||
Wed May 29 15:35:33 1996 Ian Lance Taylor <ian@cygnus.com>
|
Wed May 29 15:35:33 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* mips.h (Elf64_Mips_External_Rel): Define.
|
* mips.h (Elf64_Mips_External_Rel): Define.
|
||||||
|
@ -50,6 +50,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||||||
|
|
||||||
/* -mips3 code. */
|
/* -mips3 code. */
|
||||||
#define E_MIPS_ARCH_3 0x20000000
|
#define E_MIPS_ARCH_3 0x20000000
|
||||||
|
|
||||||
|
/* -mips4 code. */
|
||||||
|
#define E_MIPS_ARCH_4 0x30000000
|
||||||
|
|
||||||
/* Processor specific section indices. These sections do not actually
|
/* Processor specific section indices. These sections do not actually
|
||||||
exist. Symbols with a st_shndx field corresponding to one of these
|
exist. Symbols with a st_shndx field corresponding to one of these
|
||||||
|
Reference in New Issue
Block a user