This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Regression in exec.c (print_section_info) ?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]