aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1997-05-15 17:05:24 +0000
committerNick Clifton <nickc@redhat.com>1997-05-15 17:05:24 +0000
commitde046e7c427b9e7efb9217c4d61fda9abecd1b9f (patch)
treecd40e29a96e23c57b45e7a56f5f68ecfa79a4e75
parent07b4c0a66c431fdd3fae16977ce862b657569ffb (diff)
downloadgdb-de046e7c427b9e7efb9217c4d61fda9abecd1b9f.zip
gdb-de046e7c427b9e7efb9217c4d61fda9abecd1b9f.tar.gz
gdb-de046e7c427b9e7efb9217c4d61fda9abecd1b9f.tar.bz2
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.
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 7ab2f13..3dab1bb 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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