mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
* gas/cfi/reloc-pe-i386.d, gas/cfi/reloc-pe-i386.s: New test.
This commit is contained in:
9
gas/testsuite/gas/cfi/reloc-pe-i386.d
Normal file
9
gas/testsuite/gas/cfi/reloc-pe-i386.d
Normal 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
|
||||
|
||||
|
6
gas/testsuite/gas/cfi/reloc-pe-i386.s
Normal file
6
gas/testsuite/gas/cfi/reloc-pe-i386.s
Normal file
@ -0,0 +1,6 @@
|
||||
.text
|
||||
.cfi_sections .debug_frame
|
||||
.cfi_startproc
|
||||
foo:
|
||||
ret
|
||||
.cfi_endproc
|
Reference in New Issue
Block a user