diff options
author | Randolph Chung <tausq@debian.org> | 2005-12-09 10:57:40 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2005-12-09 10:57:40 +0000 |
commit | 8117349cb4a05da46c397fde809fb9d14c8e028d (patch) | |
tree | fc78538a742f24ee58ab9c8266838b3c51d97fbc /gdb/testsuite/gdb.arch/pa-nullify.s | |
parent | 8f07f25a063fcf0d117e798ef88131c91823dbe1 (diff) | |
download | gdb-8117349cb4a05da46c397fde809fb9d14c8e028d.zip gdb-8117349cb4a05da46c397fde809fb9d14c8e028d.tar.gz gdb-8117349cb4a05da46c397fde809fb9d14c8e028d.tar.bz2 |
2005-12-09 Randolph Chung <tausq@debian.org>
* gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
(get_addr_of_sym): Remove duplicate print.
(gen_core): xfail hppa*-*-hpux*, update expected output.
* gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
* gdb.arch/pa64-nullify.s: New file.
Diffstat (limited to 'gdb/testsuite/gdb.arch/pa-nullify.s')
-rw-r--r-- | gdb/testsuite/gdb.arch/pa-nullify.s | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.arch/pa-nullify.s b/gdb/testsuite/gdb.arch/pa-nullify.s index 90269b4..8b756bd 100644 --- a/gdb/testsuite/gdb.arch/pa-nullify.s +++ b/gdb/testsuite/gdb.arch/pa-nullify.s @@ -1,7 +1,6 @@ - .LEVEL 1.1 .text - .align 4 -.globl foo + .align 8 + .globl foo .type foo, @function foo: .PROC @@ -19,7 +18,7 @@ foo: .EXIT .PROCEND -.globl bar + .globl bar .type bar, @function bar: .PROC @@ -34,7 +33,7 @@ bar: .EXIT .PROCEND -.globl main + .globl main .type main, @function main: .PROC |