diff options
author | Alan Modra <amodra@gmail.com> | 2001-10-02 06:02:12 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-10-02 06:02:12 +0000 |
commit | 6a8c2b0d5eeb82bbc7961fac3d12446a73e09dcf (patch) | |
tree | 8c9fd258fc174b88190e4b19a441480c5948c515 /binutils/objdump.c | |
parent | 7812ae365bca48f7e0dc30873c92252e56a70dde (diff) | |
download | gdb-6a8c2b0d5eeb82bbc7961fac3d12446a73e09dcf.zip gdb-6a8c2b0d5eeb82bbc7961fac3d12446a73e09dcf.tar.gz gdb-6a8c2b0d5eeb82bbc7961fac3d12446a73e09dcf.tar.bz2 |
* 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.
Diffstat (limited to 'binutils/objdump.c')
-rw-r--r-- | binutils/objdump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/objdump.c b/binutils/objdump.c index 2fbe28b..b10e3f5 100644 --- a/binutils/objdump.c +++ b/binutils/objdump.c @@ -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 (); } |