mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
* coffdump.c (PROGRAM_VERSION): Delete.
(main <'V'>): Call print_version. * srconv.c: Likewise. * sysdump.c: Likewise. * version.c (program_version): Remove. (print_version): Use BFD_VERSION_STRING. Just print the current year in copyright message. * addr2line.c (program_version): Remove unused declaration. * objdump.c (display_target_tables): Use BFD_VERSION_STRING in place of BFD_VERSION. * Makefile.am (Makefile): Depend on bfd/configure.in (cplus-dem.o): Depend on Makefile. Run "make dep-am" * Makefile.in: Regenerate.
This commit is contained in:
@@ -2733,7 +2733,7 @@ display_target_tables ()
|
||||
static void
|
||||
display_info ()
|
||||
{
|
||||
printf (_("BFD header file version %s\n"), BFD_VERSION);
|
||||
printf (_("BFD header file version %s\n"), BFD_VERSION_STRING);
|
||||
display_target_list ();
|
||||
display_target_tables ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user