Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Regression in exec.c (print_section_info) ?
@ 2008-04-28  8:38 Nick Roberts
  2008-04-29  7:01 ` Joel Brobecker
  0 siblings, 1 reply; 8+ messages in thread
From: Nick Roberts @ 2008-04-28  8:38 UTC (permalink / raw)
  To: gdb-patches


This works for me, e.g. with "info target" but perhaps there is a bigger
picture and this line was removed for another reason.

-- 
Nick                                           http://www.inet.net.nz/~nickrob


*** exec.c	20 Apr 2008 10:20:39 +1200	1.73
--- exec.c	28 Apr 2008 13:33:24 +1200	
*************** print_section_info (struct target_ops *t
*** 546,551 ****
--- 546,552 ----
      {
        printf_filtered (_("\tEntry point: "));
        fputs_filtered (paddress (bfd_get_start_address (abfd)), gdb_stdout);
+       printf_filtered ("\n");
      }
    for (p = t->to_sections; p < t->to_sections_end; p++)
      {


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

end of thread, other threads:[~2008-05-04  7:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-28  8:38 Regression in exec.c (print_section_info) ? Nick Roberts
2008-04-29  7:01 ` Joel Brobecker
2008-04-29 14:29   ` Nick Roberts
2008-05-01 18:07     ` Joel Brobecker
2008-05-02  1:05       ` Nick Roberts
2008-05-02  5:19         ` Joel Brobecker
2008-05-02 22:29         ` Michael Snyder
2008-05-04  8:34           ` Nick Roberts

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox