diff options
author | Tom Tromey <tromey@redhat.com> | 2013-08-22 14:01:04 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-08-22 14:01:04 +0000 |
commit | 7cc24819c743d6174e3d6423ade9c9fd2214936b (patch) | |
tree | fff29cd25eb813b07a8c101c0c3097aba042a663 /gdb/testsuite/ChangeLog | |
parent | 127cc513295a2cb670cbe7d481e6f4ed6eff147f (diff) | |
download | gdb-7cc24819c743d6174e3d6423ade9c9fd2214936b.tar.gz |
fix dwz.exp on 32-bit targets
This fixes dwz.exp on 32-bit targets. It does so by introducing a new
"default" setting for the address size in the DWARF assembler.
Built and regtested on x86-64 Fedora 18.
I also ran the gdb.dwarf2 tests on an x86 machine (gcc45).
* lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
default addr_size.
* lib/gdb.exp (is_64_target): New gdb_caching_proc.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index fc21eacf5b9..8d2605f29f2 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,11 @@ 2013-08-22 Tom Tromey <tromey@redhat.com> + * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change + default addr_size. + * lib/gdb.exp (is_64_target): New gdb_caching_proc. + +2013-08-22 Tom Tromey <tromey@redhat.com> + * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and standard_temp_file. |