+2010-10-03 Kai Tietz <kai.tietz@onevision.com>
+
+ * gas/cfi/cfi-i386.d: Use objdump -Wf instead of readelf.
+ * gas/cfi/cfi-i386.s: Remove .type directives.
+ * gas/cfi/reloc-pe-i386.d: Adjust test for i386.
+
2010-09-02 Richard Henderson <rth@redhat.com>
* gas/cfi/cfi-common-1.d: Use objdump instead of readelf to dump.
#; - function with a space on the stack
#; allocated for local variables
- .type func_locvars,@function
func_locvars:
.cfi_startproc
#; - functions that begins with standard
#; prologue: "pushq %rbp; movq %rsp,%rbp"
- .type func_prologue,@function
func_prologue:
.cfi_startproc
#; another register (ebx) and then allocates
#; a space for local variables
- .type func_otherreg,@function
func_otherreg:
.cfi_startproc
#; main
#; - typical function
- .type main,@function
main:
.cfi_startproc
#; _start
#; - standard entry point
- .type _start,@function
.globl _start
_start:
.cfi_startproc
#; - test for all .cfi register numbers.
#; This function is never called and the CFI info doesn't make sense.
- .type func_all_registers,@function
func_all_registers:
.cfi_startproc simple
#name: reloc-pe-i386
#...
RELOCATION RECORDS FOR \[.debug_frame\]:
-OFFSET TYPE VALUE
-000000000000001c secrel32 .debug_frame
-0000000000000020 .* .text
+OFFSET .* TYPE .* VALUE
+0.* secrel32 .* .debug_frame
+0.* .* .text