Ensure that padding in the constant pool uses constant values.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / pr20068.d
1 # name: PR20068 - Misaligned constant pool when running GAS on a 32-bit host.
2 # as: -mfpu=vfpv3
3 # objdump: -S
4
5 .*: file format .*
6
7
8 Disassembly of section .text:
9
10 00000000 <main>:
11 0: e59f0008 ldr r0, \[pc, #8\].*
12 4: ed9f9b03 vldr d9, \[pc, #12\].*
13 8: e1a0f00e mov pc, lr
14 c: 00000000 .*
15 10: 12345678 .*
16 14: 00000000 .*
17 18: 00000fff .*
18 1c: 0000fff0 .*
This page took 0.030053 seconds and 4 git commands to generate.