aboutsummaryrefslogtreecommitdiff
path: root/gas/as.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2001-10-02 06:02:51 +0000
committerAlan Modra <amodra@gmail.com>2001-10-02 06:02:51 +0000
commit403487ecb26494fe056363842d22ff3bf7ccfb32 (patch)
tree791f15adec4cff04d43a3e3374a1d2b8702b0b73 /gas/as.c
parent6a8c2b0d5eeb82bbc7961fac3d12446a73e09dcf (diff)
downloadgdb-403487ecb26494fe056363842d22ff3bf7ccfb32.zip
gdb-403487ecb26494fe056363842d22ff3bf7ccfb32.tar.gz
gdb-403487ecb26494fe056363842d22ff3bf7ccfb32.tar.bz2
* 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.
Diffstat (limited to 'gas/as.c')
-rw-r--r--gas/as.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/as.c b/gas/as.c
index 6eaea89..dbc65ca 100644
--- a/gas/as.c
+++ b/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