Fixed bug in previous delta. If no cpu type was specified on the command
authorNick Clifton <nickc@redhat.com>
Thu, 15 May 1997 17:05:24 +0000 (17:05 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 15 May 1997 17:05:24 +0000 (17:05 +0000)
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.

gas/ChangeLog

index 7ab2f13a4a6fa841c46bc4ad52bafdece0496051..3dab1bb939aa143b03438be5fad688e2824b95ff 100644 (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