From de046e7c427b9e7efb9217c4d61fda9abecd1b9f Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 15 May 1997 17:05:24 +0000 Subject: [PATCH] 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. --- gas/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index 7ab2f13a4a..3dab1bb939 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Thu May 15 10:00:53 1997 Nick Clifton + + * 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 * config/tc-arm.c (global variables): Added 'uses_apcs_26' flag to -- 2.34.1