* as.c (print_version_id): Use BFD_VERSION_STRING in place of
BFD_VERSION. * Makefile.am (Makefile): Depend on bfd/configure.in Run "make dep-am" * Makefile.in: Regenerate.
This commit is contained in:
parent
6a8c2b0d5e
commit
403487ecb2
4 changed files with 2249 additions and 1984 deletions
|
@ -1,3 +1,11 @@
|
|||
2001-10-02 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* as.c (print_version_id): Use BFD_VERSION_STRING in place of
|
||||
BFD_VERSION.
|
||||
* Makefile.am (Makefile): Depend on bfd/configure.in.
|
||||
Run "make dep-am".
|
||||
* Makefile.in: Regenerate.
|
||||
|
||||
2001-09-30 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* config/obj-elf.c (obj_elf_parse_section_letters): Accept "am"
|
||||
|
|
2004
gas/Makefile.am
2004
gas/Makefile.am
File diff suppressed because it is too large
Load diff
2219
gas/Makefile.in
2219
gas/Makefile.in
File diff suppressed because it is too large
Load diff
2
gas/as.c
2
gas/as.c
|
@ -208,7 +208,7 @@ print_version_id ()
|
|||
|
||||
#ifdef BFD_ASSEMBLER
|
||||
fprintf (stderr, _("GNU assembler version %s (%s) using BFD version %s"),
|
||||
VERSION, TARGET_ALIAS, BFD_VERSION);
|
||||
VERSION, TARGET_ALIAS, BFD_VERSION_STRING);
|
||||
#else
|
||||
fprintf (stderr, _("GNU assembler version %s (%s)"), VERSION, TARGET_ALIAS);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue