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/testsuite | |
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/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | gas/testsuite/gas/arm/attr-mcpu.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/arm/mapmisc.d | 10 |
3 files changed, 13 insertions, 6 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index ad97bc9..e7a526c 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2009-05-01 Nathan Sidwell <nathan@codesourcery.com> + Daniel Jacobowitz <dan@codesourcery.com> + + * gas/arm/attr-mcpu.d: Add -mfpu=neon. + * gas/arm/mapmisc.d: Correct expected output for .double and + .dcb.d. + 2009-04-20 Jan Beulich <jbeulich@novell.com> * gas/i386/equ.s: Adjust. diff --git a/gas/testsuite/gas/arm/attr-mcpu.d b/gas/testsuite/gas/arm/attr-mcpu.d index 484353f..80cb168 100644 --- a/gas/testsuite/gas/arm/attr-mcpu.d +++ b/gas/testsuite/gas/arm/attr-mcpu.d @@ -1,6 +1,6 @@ # name: EABI attributes from command line # source: blank.s -# as: -mcpu=cortex-a8 +# as: -mcpu=cortex-a8 -mfpu=neon # readelf: -A # This test is only valid on EABI based ports. # target: *-*-*eabi diff --git a/gas/testsuite/gas/arm/mapmisc.d b/gas/testsuite/gas/arm/mapmisc.d index 0d8527c..b2954b7 100644 --- a/gas/testsuite/gas/arm/mapmisc.d +++ b/gas/testsuite/gas/arm/mapmisc.d @@ -1,4 +1,4 @@ -#as: -EL -I$srcdir/$subdir +#as: -EL -I$srcdir/$subdir -mfpu=neon #objdump: --syms --special-syms -d #name: ARM Mapping Symbols for miscellaneous directives # This test is only valid on EABI based ports. @@ -74,11 +74,11 @@ Disassembly of section .text: 50: e1a00000 nop \(mov r0,r0\) 54: 40200000 .word 0x40200000 58: e1a00000 nop \(mov r0,r0\) - 5c: 400c0000 .word 0x400c0000 - 60: 00000000 .word 0x00000000 + 5c: 00000000 .word 0x00000000 + 60: 400c0000 .word 0x400c0000 64: e1a00000 nop \(mov r0,r0\) - 68: 40120000 .word 0x40120000 - 6c: 00000000 .word 0x00000000 + 68: 00000000 .word 0x00000000 + 6c: 40120000 .word 0x40120000 70: e1a00000 nop \(mov r0,r0\) 74: 00000004 .word 0x00000004 78: 00000004 .word 0x00000004 |