From: Richard Henderson Date: Thu, 2 Sep 2010 22:44:09 +0000 (+0000) Subject: * gas/cfi/reloc-pe-i386.d, gas/cfi/reloc-pe-i386.s: New test. X-Git-Tag: sid-snapshot-20101001~313 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f917d7a192c7134e09717e09f1316bf397b5d25b;p=thirdparty%2Fbinutils-gdb.git * gas/cfi/reloc-pe-i386.d, gas/cfi/reloc-pe-i386.s: New test. --- 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 00000000000..49703192b1f --- /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 00000000000..4433c44fe0f --- /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