aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1998-02-06 23:11:01 +0000
committerJeff Law <law@redhat.com>1998-02-06 23:11:01 +0000
commit6766132db900a56b376fa8f6181d41b1ab792c33 (patch)
tree53d62e91522a4f48380c8f903c71a09375cd9f4b /gas
parent75172c0f50eb2c8ec2e4eb83833d8f811b858fc8 (diff)
downloadgdb-6766132db900a56b376fa8f6181d41b1ab792c33.zip
gdb-6766132db900a56b376fa8f6181d41b1ab792c33.tar.gz
gdb-6766132db900a56b376fa8f6181d41b1ab792c33.tar.bz2
* config/tc-mips.c (md_begin): If mips_cpu is set, then use it as
the argument to bfd_set_arch_mach. (load_address): Use bfd_arch_bits_per_address to determine the bit size of an address instead of looking at the isa level. (macro, macro2, s_cprestore, s_cpadd): Likewise.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 27f43eb..c3f33de 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,11 @@
+Fri Feb 6 16:08:30 1998 Jeffrey A Law (law@cygnus.com)
+
+ * config/tc-mips.c (md_begin): If mips_cpu is set, then use it as
+ the argument to bfd_set_arch_mach.
+ (load_address): Use bfd_arch_bits_per_address to determine the
+ bit size of an address instead of looking at the isa level.
+ (macro, macro2, s_cprestore, s_cpadd): Likewise.
+
start-sanitize-v850e
Fri Feb 6 14:44:34 1998 Nick Clifton <nickc@cygnus.com>