Fixed bug in previous delta. If no cpu type was specified on the command

line then the code used to default to setting an architecture of ARMv4T
rather than ARMv3M in the BFD library.  This has now been corrected.
This commit is contained in:
Nick Clifton 1997-05-15 17:05:24 +00:00
parent 07b4c0a66c
commit de046e7c42
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Thu May 15 10:00:53 1997 Nick Clifton <nickc@cygnus.com>
* config/tc-arm.c (md_begin): If no cpu type is specified on the
command line then the ARM7 is now chosen by default when setting
the BFD machine and architecture.
Wed May 14 09:54:53 1997 Nick Clifton <nickc@cygnus.com>
* config/tc-arm.c (global variables): Added 'uses_apcs_26' flag to