From: Jeff Law Date: Fri, 6 Feb 1998 23:11:01 +0000 (+0000) Subject: * config/tc-mips.c (md_begin): If mips_cpu is set, then use it as X-Git-Tag: gdb-4_18~3466 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6766132db900a56b376fa8f6181d41b1ab792c33;p=platform%2Fupstream%2Fbinutils.git * 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. --- 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