Ensure that padding in the constant pool uses constant values.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / pr20068.s
1 .global main
2
3 main:
4 LDR R0, =0x12345678
5 @LDR R0, =0x87654321
6 FLDD D9, =0xfff000000fff
7 @FLDD D9, =0
8 @FLDD D9, =0x0
9 MOV PC, LR
10 .ltorg
This page took 0.033501 seconds and 4 git commands to generate.