Regression in exec.c (print_section_info) ?

Nick Roberts nickrob@snap.net.nz
Mon Apr 28 08:38:00 GMT 2008


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++)
      {



More information about the Gdb-patches mailing list