mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-11 10:34:03 +08:00
(le-fpconst): New testcase.
This commit is contained in:
parent
abf6a9dc4e
commit
a8d97d957e
@ -32,6 +32,8 @@ arm7dm.s
|
||||
copro.s
|
||||
float.s
|
||||
inst.s
|
||||
le-fpconst.s
|
||||
le-fpconst.d
|
||||
|
||||
Things-to-lose:
|
||||
|
||||
|
8
gas/testsuite/gas/arm/le-fpconst.d
Normal file
8
gas/testsuite/gas/arm/le-fpconst.d
Normal file
@ -0,0 +1,8 @@
|
||||
#objdump: -s
|
||||
#as: -EL
|
||||
#name: arm little-endian fpconst
|
||||
|
||||
.*: +file format .*arm.*
|
||||
|
||||
Contents of section .text:
|
||||
0000 cdcc8c3f 00000000 9999f13f 9a999999 .*
|
8
gas/testsuite/gas/arm/le-fpconst.s
Normal file
8
gas/testsuite/gas/arm/le-fpconst.s
Normal file
@ -0,0 +1,8 @@
|
||||
# Test fp constants.
|
||||
# These need ARM specific support because 8 byte fp constants in little
|
||||
# endian mode are represented abnormally.
|
||||
|
||||
.text
|
||||
.float 1.1
|
||||
.float 0
|
||||
.double 1.1
|
Loading…
Reference in New Issue
Block a user