* gas/cfi/reloc-pe-i386.d, gas/cfi/reloc-pe-i386.s: New test.

This commit is contained in:
Richard Henderson 2010-09-02 22:44:09 +00:00
parent 3251495bd7
commit f917d7a192
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#objdump: -r
#name: reloc-pe-i386
#...
RELOCATION RECORDS FOR \[.debug_frame\]:
OFFSET TYPE VALUE
000000000000001c secrel32 .debug_frame
0000000000000020 .* .text

View File

@ -0,0 +1,6 @@
.text
.cfi_sections .debug_frame
.cfi_startproc
foo:
ret
.cfi_endproc