Index: exec.c =================================================================== RCS file: /cvs/src/src/gdb/exec.c,v retrieving revision 1.73 retrieving revision 1.74 diff -u -p -r1.73 -r1.74 --- exec.c 19 Apr 2008 02:07:19 -0000 1.73 +++ exec.c 1 May 2008 17:46:32 -0000 1.74 @@ -543,10 +543,8 @@ print_section_info (struct target_ops *t wrap_here (" "); printf_filtered (_("file type %s.\n"), bfd_get_target (abfd)); if (abfd == exec_bfd) - { - printf_filtered (_("\tEntry point: ")); - fputs_filtered (paddress (bfd_get_start_address (abfd)), gdb_stdout); - } + printf_filtered (_("\tEntry point: %s\n"), + paddress (bfd_get_start_address (abfd))); for (p = t->to_sections; p < t->to_sections_end; p++) { printf_filtered ("\t%s", hex_string_custom (p->addr, wid));