aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2009-05-01 14:44:17 +0000
committerNathan Sidwell <nathan@codesourcery.com>2009-05-01 14:44:17 +0000
commit45eb4c1b77d62e66daf78a5dddf43fd8413d68df (patch)
tree81a61a23acad7320a17a77803b59b3fb0964daab /gas/ChangeLog
parent323427d1cbb214ea9710ff62581b5635bebb32f3 (diff)
downloadgdb-45eb4c1b77d62e66daf78a5dddf43fd8413d68df.zip
gdb-45eb4c1b77d62e66daf78a5dddf43fd8413d68df.tar.gz
gdb-45eb4c1b77d62e66daf78a5dddf43fd8413d68df.tar.bz2
* config/tc-armlinux-eabi.h (FPU_DEFAULT): Default to plain VFP.
* config/tc-armeabi.h (FPU_DEFAULT): Likewise. * config/tc-arm.c (md_begin): If FPU_DEFAULT is set, don't infer the default FPU from the processor. testsuite/ * gas/arm/attr-mcpu.d: Add -mfpu=neon. * gas/arm/mapmisc.d: Correct expected output for .double and .dcb.d.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 7ac1bf5..b5c8270 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,10 @@
+2009-05-01 Nathan Sidwell <nathan@codesourcery.com>
+
+ * config/tc-armlinux-eabi.h (FPU_DEFAULT): Default to plain VFP.
+ * config/tc-armeabi.h (FPU_DEFAULT): Likewise.
+ * config/tc-arm.c (md_begin): If FPU_DEFAULT is set, don't infer
+ the default FPU from the processor.
+
2009-05-01 Julian Brown <julian@codesourcery.com>
* config/tc-arm.c (do_t_blx): Always use BFD_RELOC_THUMB_PCREL_BLX.