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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 77bb882..76217de 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,13 @@ 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. + +2005-12-09 Randolph Chung <tausq@debian.org> + * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target. 2005-12-07 Christophe Lyon <christophe.lyon@st.com> |