diff options
author | Eric Christopher <echristo@gmail.com> | 2001-08-31 21:21:54 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2001-08-31 21:21:54 +0000 |
commit | a98b9439f964146173d12b685993a33f74124ff0 (patch) | |
tree | 987bad2c0b49eea5cd1f8908f586c0a7408452e4 /include | |
parent | 0823fbcae4e09eae74dcb09c7614f9d11e8d153f (diff) | |
download | gdb-a98b9439f964146173d12b685993a33f74124ff0.zip gdb-a98b9439f964146173d12b685993a33f74124ff0.tar.gz gdb-a98b9439f964146173d12b685993a33f74124ff0.tar.bz2 |
mips3264 support
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/ChangeLog | 8 | ||||
-rw-r--r-- | include/elf/mips.h | 2 | ||||
-rw-r--r-- | include/opcode/ChangeLog | 4 | ||||
-rw-r--r-- | include/opcode/mips.h | 1 |
4 files changed, 10 insertions, 5 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index eab67fe..e13e562 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2001-08-30 Eric Christopher <echristo@redhat.com> + + * mips.h: Remove E_MIPS_MACH_MIPS32_4K. + 2001-08-29 Jeff Law <law@redhat.com> * h8.h (EF_H8_MACH): New mask for encoded machine type. @@ -14,7 +18,7 @@ Tue Aug 26 23:32:34 2001 J"orn Rennecke <amylaar@redhat.com> 2001-06-30 Daniel Berlin <dan@cgsoftware.com> - * dwarf2.h: Remerge with gcc version, + * dwarf2.h: Remerge with gcc version, including all new DWARF 2.1 extensions. 2001-06-29 James Cownie <jcownie@etnus.com> @@ -59,7 +63,7 @@ Tue Aug 26 23:32:34 2001 J"orn Rennecke <amylaar@redhat.com> 2001-04-20 Johan Rydberg <jrydberg@opencores.org> * openrisc.h: New file. - * common.h (EM_OPENRISC): New constant. + * common.h (EM_OPENRISC): New constant. 2001-04-23 Bo Thorsen <bo@suse.de> diff --git a/include/elf/mips.h b/include/elf/mips.h index 6ad8d5b..3b6fe99 100644 --- a/include/elf/mips.h +++ b/include/elf/mips.h @@ -172,12 +172,10 @@ END_RELOC_NUMBERS (R_MIPS_maxext) the rest are open. */ #define E_MIPS_MACH_3900 0x00810000 - #define E_MIPS_MACH_4010 0x00820000 #define E_MIPS_MACH_4100 0x00830000 #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 diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog index 37e2299..a40dff4 100644 --- a/include/opcode/ChangeLog +++ b/include/opcode/ChangeLog @@ -1,3 +1,7 @@ +2001-08-31 Eric Christopher <echristo@redhat.com> + + * mips.h: Remove CPU_MIPS32_4K. + 2001-08-27 Torbjorn Granlund <tege@swox.com> * ppc.h (PPC_OPERAND_DS): Define. diff --git a/include/opcode/mips.h b/include/opcode/mips.h index 349d266..901c677 100644 --- a/include/opcode/mips.h +++ b/include/opcode/mips.h @@ -361,7 +361,6 @@ struct mips_opcode #define CPU_R12000 12000 #define CPU_MIPS16 16 #define CPU_MIPS32 32 -#define CPU_MIPS32_4K 3204113 /* 32, 04, octal 'K'. */ #define CPU_MIPS5 5 #define CPU_MIPS64 64 #define CPU_SB1 12310201 /* octal 'SB', 01. */ |