diff options
author | Nathan Sidwell <nathan@codesourcery.com> | 2009-05-01 14:44:17 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@codesourcery.com> | 2009-05-01 14:44:17 +0000 |
commit | 45eb4c1b77d62e66daf78a5dddf43fd8413d68df (patch) | |
tree | 81a61a23acad7320a17a77803b59b3fb0964daab /gas/ChangeLog | |
parent | 323427d1cbb214ea9710ff62581b5635bebb32f3 (diff) | |
download | gdb-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/ChangeLog | 7 |
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. |