aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1998-02-06 22:30:45 +0000
committerJeff Law <law@redhat.com>1998-02-06 22:30:45 +0000
commit6f84b00f990a5ecc181c8967387d03d392cc6110 (patch)
tree569bc8f0e0d414c35987ff12585d1a411367fc46 /bfd
parent9b47bc23b811b17f0fccd665944cab131ca93741 (diff)
downloadgdb-6f84b00f990a5ecc181c8967387d03d392cc6110.zip
gdb-6f84b00f990a5ecc181c8967387d03d392cc6110.tar.gz
gdb-6f84b00f990a5ecc181c8967387d03d392cc6110.tar.bz2
* cpu-mips.c (arch_info_struct): Make r5900 pointer size 32bits.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog1
-rw-r--r--bfd/cpu-mips.c4
2 files changed, 3 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index cd71af4..52659a0 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,6 @@
Fri Feb 6 11:50:22 1998 Jeffrey A Law (law@cygnus.com)
+ * cpu-mips.c (arch_info_struct): Make r5900 pointer size 32bits.
* elf32-mips.c (bfd_elf32_bfd_reloc_type_lookup): For BFD_RELOC_CTOR
get the size from bfd_arch_bits_per_address instead of directly
from the isa.
diff --git a/bfd/cpu-mips.c b/bfd/cpu-mips.c
index 88ea994..5f8202a 100644
--- a/bfd/cpu-mips.c
+++ b/bfd/cpu-mips.c
@@ -60,7 +60,7 @@ static const bfd_arch_info_type arch_info_struct[] =
N (64, 64, bfd_mach_mips8000, "mips:8000", false, &arch_info_struct[12]),
N (64, 64, bfd_mach_mips10000, "mips:10000", false, &arch_info_struct[13]),
- /* start-sanitize-tx19
+ /* start-sanitize-tx19 */
#undef A
#define A 1
N (32, 32, bfd_mach_mips1900, "mips:1900", false, &arch_info_struct[13+A]),
@@ -78,7 +78,7 @@ static const bfd_arch_info_type arch_info_struct[] =
/* start-sanitize-r5900 */
#undef D
#define D 1
- N (64, 64, bfd_mach_mips5900, "mips:5900", false, &arch_info_struct[13+A+B+C+D]),
+ N (64, 32, bfd_mach_mips5900, "mips:5900", false, &arch_info_struct[13+A+B+C+D]),
/* end-sanitize-r5900 */
/* start-sanitize-sky */
#undef E