From f917d7a192c7134e09717e09f1316bf397b5d25b Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 2 Sep 2010 22:44:09 +0000 Subject: [PATCH] * gas/cfi/reloc-pe-i386.d, gas/cfi/reloc-pe-i386.s: New test. --- gas/testsuite/gas/cfi/reloc-pe-i386.d | 9 +++++++++ gas/testsuite/gas/cfi/reloc-pe-i386.s | 6 ++++++ 2 files changed, 15 insertions(+) create mode 100644 gas/testsuite/gas/cfi/reloc-pe-i386.d create mode 100644 gas/testsuite/gas/cfi/reloc-pe-i386.s 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 -- 2.7.4