diff options
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/gas/cfi/reloc-pe-i386.d | 9 | ||||
-rw-r--r-- | gas/testsuite/gas/cfi/reloc-pe-i386.s | 6 |
2 files changed, 15 insertions, 0 deletions
diff --git a/gas/testsuite/gas/cfi/reloc-pe-i386.d b/gas/testsuite/gas/cfi/reloc-pe-i386.d new file mode 100644 index 0000000..4970319 --- /dev/null +++ b/gas/testsuite/gas/cfi/reloc-pe-i386.d @@ -0,0 +1,9 @@ +#objdump: -r +#name: reloc-pe-i386 +#... +RELOCATION RECORDS FOR \[.debug_frame\]: +OFFSET TYPE VALUE +000000000000001c secrel32 .debug_frame +0000000000000020 .* .text + + diff --git a/gas/testsuite/gas/cfi/reloc-pe-i386.s b/gas/testsuite/gas/cfi/reloc-pe-i386.s new file mode 100644 index 0000000..4433c44 --- /dev/null +++ b/gas/testsuite/gas/cfi/reloc-pe-i386.s @@ -0,0 +1,6 @@ + .text + .cfi_sections .debug_frame + .cfi_startproc +foo: + ret + .cfi_endproc |