public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix implptr-optimized-out.exp fail in thumb mode
@ 2014-09-29  0:56 Yao Qi
  2014-09-29  0:56 ` [PATCH 2/2] " Yao Qi
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Yao Qi @ 2014-09-29  0:56 UTC (permalink / raw)
  To: gdb-patches

implptr-optimized-out.exp uses main in assembly to generate debug
information, so it makes troubles in thumb mode because of the lsb of
main address.  Patch 1 is to switch to dwarf assembler to generate
assembly, so that it is flexible to adjust dwarf output.  Patch 2
is to compute the correct address of main.  We do the same in dwz.exp
too.

*** BLURB HERE ***

Yao Qi (2):
  Use Dwarf::assemble in implptr-optimized-out.exp
  Fix implptr-optimized-out.exp fail in thumb mode

 gdb/testsuite/gdb.dwarf2/implptr-optimized-out.S   | 166 ---------------------
 gdb/testsuite/gdb.dwarf2/implptr-optimized-out.exp |  96 +++++++++++-
 2 files changed, 93 insertions(+), 169 deletions(-)
 delete mode 100644 gdb/testsuite/gdb.dwarf2/implptr-optimized-out.S

-- 
1.9.3

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-10-09 12:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-29  0:56 [PATCH 0/2] Fix implptr-optimized-out.exp fail in thumb mode Yao Qi
2014-09-29  0:56 ` [PATCH 2/2] " Yao Qi
2014-10-07 15:35   ` Pedro Alves
2014-10-08 11:43     ` Yao Qi
2014-10-08 15:32   ` Doug Evans
2014-10-09 12:43     ` Yao Qi
2014-09-29  0:56 ` [PATCH 1/2] Use Dwarf::assemble in implptr-optimized-out.exp Yao Qi
2014-10-07 14:06 ` [PATCH 0/2] Fix implptr-optimized-out.exp fail in thumb mode Yao Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).