aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2010-09-03 14:57:56 +0000
committerRichard Henderson <rth@redhat.com>2010-09-03 14:57:56 +0000
commitc8cbd2725ad1bb3cf51dc01f5c6e219b749e03f2 (patch)
tree5ab4cea7244ab7e84846c08bbc3e8822ff151b09 /gas
parent0b51ce00751290f667de07ef28240a5af946bd91 (diff)
downloadgdb-c8cbd2725ad1bb3cf51dc01f5c6e219b749e03f2.zip
gdb-c8cbd2725ad1bb3cf51dc01f5c6e219b749e03f2.tar.gz
gdb-c8cbd2725ad1bb3cf51dc01f5c6e219b749e03f2.tar.bz2
* 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.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/ChangeLog6
-rw-r--r--gas/testsuite/gas/cfi/cfi-i386.d3
-rw-r--r--gas/testsuite/gas/cfi/cfi-i386.s6
-rw-r--r--gas/testsuite/gas/cfi/reloc-pe-i386.d6
4 files changed, 11 insertions, 10 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 6e71940..634f9e4 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+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.
diff --git a/gas/testsuite/gas/cfi/cfi-i386.d b/gas/testsuite/gas/cfi/cfi-i386.d
index 77918ba..7208959 100644
--- a/gas/testsuite/gas/cfi/cfi-i386.d
+++ b/gas/testsuite/gas/cfi/cfi-i386.d
@@ -1,5 +1,6 @@
-#readelf: -wf
+#objdump: -Wf
#name: CFI on i386
+#...
Contents of the .eh_frame section:
00000000 00000014 00000000 CIE
diff --git a/gas/testsuite/gas/cfi/cfi-i386.s b/gas/testsuite/gas/cfi/cfi-i386.s
index 9da0db1..88ea56a 100644
--- a/gas/testsuite/gas/cfi/cfi-i386.s
+++ b/gas/testsuite/gas/cfi/cfi-i386.s
@@ -4,7 +4,6 @@
#; - function with a space on the stack
#; allocated for local variables
- .type func_locvars,@function
func_locvars:
.cfi_startproc
@@ -25,7 +24,6 @@ func_locvars:
#; - functions that begins with standard
#; prologue: "pushq %rbp; movq %rsp,%rbp"
- .type func_prologue,@function
func_prologue:
.cfi_startproc
@@ -53,7 +51,6 @@ func_prologue:
#; another register (ebx) and then allocates
#; a space for local variables
- .type func_otherreg,@function
func_otherreg:
.cfi_startproc
@@ -78,7 +75,6 @@ func_otherreg:
#; main
#; - typical function
- .type main,@function
main:
.cfi_startproc
@@ -93,7 +89,6 @@ main:
#; _start
#; - standard entry point
- .type _start,@function
.globl _start
_start:
.cfi_startproc
@@ -108,7 +103,6 @@ _start:
#; - 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
diff --git a/gas/testsuite/gas/cfi/reloc-pe-i386.d b/gas/testsuite/gas/cfi/reloc-pe-i386.d
index 4970319..506246c 100644
--- a/gas/testsuite/gas/cfi/reloc-pe-i386.d
+++ b/gas/testsuite/gas/cfi/reloc-pe-i386.d
@@ -2,8 +2,8 @@
#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