diff options
author | Marcin Kościelnicki <koriakin@0x04.net> | 2016-03-06 17:20:08 +0100 |
---|---|---|
committer | Marcin Kościelnicki <koriakin@0x04.net> | 2016-03-09 18:47:11 +0100 |
commit | 98fa59e9b06fa479cafb852ef87e5a9bfd87ae54 (patch) | |
tree | 5413c57edda17d9b0c45c583f5857bf34b2e7585 /gdb/testsuite/ChangeLog | |
parent | f77198c878424891f11d6550370f8d9382f412de (diff) | |
download | gdb-98fa59e9b06fa479cafb852ef87e5a9bfd87ae54.zip gdb-98fa59e9b06fa479cafb852ef87e5a9bfd87ae54.tar.gz gdb-98fa59e9b06fa479cafb852ef87e5a9bfd87ae54.tar.bz2 |
gdb.trace/entry-values.exp: Fixes for powerpc64.
On powerpc64, "disassemble foo" doesn't work properly on object files
(it can't process the relocations in .opd section) - instead, let's
link it into an executable and load that.
Also, backtrace displays .main, not main. Accept both.
gdb/testsuite/ChangeLog:
* gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
use it for disassembly; accept .main in addition to main in backtrace.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c044355..6704253 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2016-03-09 Marcin Kościelnicki <koriakin@0x04.net> + + * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and + use it for disassembly; accept .main in addition to main in backtrace. + 2016-03-09 Wei-cheng Wang <cole945@gmail.com> Marcin Kościelnicki <koriakin@0x04.net> |