* cpu-mips.c (arch_info_struct): Make r5900 pointer size 32bits.
authorJeff Law <law@redhat.com>
Fri, 6 Feb 1998 22:30:45 +0000 (22:30 +0000)
committerJeff Law <law@redhat.com>
Fri, 6 Feb 1998 22:30:45 +0000 (22:30 +0000)
bfd/ChangeLog
bfd/cpu-mips.c

index cd71af4c4b160e199514e8dbfe9fed93145adadb..52659a0c77feb2a0c04b36ca40c6767ffd0f3991 100644 (file)
@@ -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.
index 88ea9948d6a5c96317008086449786b14dde6da6..5f8202a3e0b1f948d044b8b39429889965968422 100644 (file)
@@ -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
This page took 0.032467 seconds and 4 git commands to generate.