diff options
author | Tom Tromey <tromey@redhat.com> | 2011-05-13 17:17:22 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-05-13 17:17:22 +0000 |
commit | 6edba76fe8b37bf2a8f7c84353aa0252724bf293 (patch) | |
tree | 313599b4e9174126ed022a044c1823c8dd6f70dc /gdb/testsuite/gdb.dwarf2 | |
parent | 72fc29ff1236177b2be5f702ed40c7d327897e7e (diff) | |
download | gdb-6edba76fe8b37bf2a8f7c84353aa0252724bf293.zip gdb-6edba76fe8b37bf2a8f7c84353aa0252724bf293.tar.gz gdb-6edba76fe8b37bf2a8f7c84353aa0252724bf293.tar.bz2 |
* lib/gdb.exp (is_x86_like_target): New proc.
* gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
* gdb.dwarf2/valop.exp: Use is_x86_like_target.
* gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
-nostdlib to compiler.
* gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
* gdb.dwarf2/pieces.exp: Use is_x86_like_target.
* gdb.dwarf2/implptr.exp: Use is_x86_like_target.
* gdb.dwarf2/dw2-restore.exp: Check for LP64.
* gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/callframecfa.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/dw2-restore.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/implptr.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/pieces.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/typeddwarf.S | 8 | ||||
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/typeddwarf.exp | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/valop.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/watch-notconst.exp | 2 |
8 files changed, 12 insertions, 12 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/callframecfa.exp b/gdb/testsuite/gdb.dwarf2/callframecfa.exp index 42c02b0..f88348a 100644 --- a/gdb/testsuite/gdb.dwarf2/callframecfa.exp +++ b/gdb/testsuite/gdb.dwarf2/callframecfa.exp @@ -21,7 +21,7 @@ if {![dwarf2_support]} { return 0 } # This test can only be run on x86 targets. -if {![istarget i?86-*]} { +if {![is_x86_like_target]} { return 0 } diff --git a/gdb/testsuite/gdb.dwarf2/dw2-restore.exp b/gdb/testsuite/gdb.dwarf2/dw2-restore.exp index a04b029..e64c5e5 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-restore.exp +++ b/gdb/testsuite/gdb.dwarf2/dw2-restore.exp @@ -16,7 +16,7 @@ # Test handling of DW_CFA_restore_state. # This test can only be run on x86_64 targets. -if {![istarget x86_64-*]} { +if {![istarget x86_64-*] || ![is_lp64_target]} { return 0 } set testfile "dw2-restore" diff --git a/gdb/testsuite/gdb.dwarf2/implptr.exp b/gdb/testsuite/gdb.dwarf2/implptr.exp index 5bf894b..e9348e40 100644 --- a/gdb/testsuite/gdb.dwarf2/implptr.exp +++ b/gdb/testsuite/gdb.dwarf2/implptr.exp @@ -21,7 +21,7 @@ if {![dwarf2_support]} { return 0 } # This test can only be run on x86 targets. -if {![istarget i?86-*]} { +if {![is_x86_like_target]} { return 0 } diff --git a/gdb/testsuite/gdb.dwarf2/pieces.exp b/gdb/testsuite/gdb.dwarf2/pieces.exp index 73780d8..a2e6c04 100644 --- a/gdb/testsuite/gdb.dwarf2/pieces.exp +++ b/gdb/testsuite/gdb.dwarf2/pieces.exp @@ -20,7 +20,7 @@ if {![dwarf2_support]} { return 0 } # This test can only be run on x86 targets. -if {![istarget i?86-*]} { +if {![is_x86_like_target]} { return 0 } diff --git a/gdb/testsuite/gdb.dwarf2/typeddwarf.S b/gdb/testsuite/gdb.dwarf2/typeddwarf.S index a46da14..2ab7444 100644 --- a/gdb/testsuite/gdb.dwarf2/typeddwarf.S +++ b/gdb/testsuite/gdb.dwarf2/typeddwarf.S @@ -212,9 +212,9 @@ f4: .size f4, .-f4 .section .text.startup,"ax",@progbits .p2align 4,,15 - .globl main - .type main, @function -main: + .globl _start + .type _start, @function +_start: .LFB4: # typeddwarf.c:87 .LM37: @@ -314,7 +314,7 @@ main: # SUCC: EXIT [100.0%] ret .LFE4: - .size main, .-main + .size _start, .-_start .comm vv,4,4 .section .rodata.cst4,"aM",@progbits,4 .align 4 diff --git a/gdb/testsuite/gdb.dwarf2/typeddwarf.exp b/gdb/testsuite/gdb.dwarf2/typeddwarf.exp index bddcc18..e6a420a 100644 --- a/gdb/testsuite/gdb.dwarf2/typeddwarf.exp +++ b/gdb/testsuite/gdb.dwarf2/typeddwarf.exp @@ -23,11 +23,11 @@ if ![dwarf2_support] { } # This test can only be run on x86 targets. -if { ![istarget i?86-*] } { +if { ![is_x86_like_target] } { return 0 } -if { [prepare_for_testing "${test}.exp" "${test}" ${test}.S {nodebug}] } { +if { [prepare_for_testing "${test}.exp" "${test}" ${test}.S {nodebug additional_flags=-nostdlib}] } { return -1 } diff --git a/gdb/testsuite/gdb.dwarf2/valop.exp b/gdb/testsuite/gdb.dwarf2/valop.exp index f7343ef..4dc7434 100644 --- a/gdb/testsuite/gdb.dwarf2/valop.exp +++ b/gdb/testsuite/gdb.dwarf2/valop.exp @@ -21,7 +21,7 @@ if {![dwarf2_support]} { return 0 } # This test can only be run on x86 targets. -if {![istarget i?86-*]} { +if {![is_x86_like_target]} { return 0 } diff --git a/gdb/testsuite/gdb.dwarf2/watch-notconst.exp b/gdb/testsuite/gdb.dwarf2/watch-notconst.exp index f4e2d52..da13868 100644 --- a/gdb/testsuite/gdb.dwarf2/watch-notconst.exp +++ b/gdb/testsuite/gdb.dwarf2/watch-notconst.exp @@ -22,7 +22,7 @@ if ![dwarf2_support] { } # This test can only be run on x86 targets. -if { ![istarget i?86-*] } { +if { ![is_x86_like_target] } { return 0 } |