diff options
Diffstat (limited to 'contrib/binutils/ld/ldver.c')
-rw-r--r-- | contrib/binutils/ld/ldver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/binutils/ld/ldver.c b/contrib/binutils/ld/ldver.c index f81884c..710bf90 100644 --- a/contrib/binutils/ld/ldver.c +++ b/contrib/binutils/ld/ldver.c @@ -20,6 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include <stdio.h> #include "bfd.h" +#include "bfdver.h" #include "sysdep.h" #include "ld.h" @@ -31,8 +32,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "ldmain.h" void -ldversion (noisy) - int noisy; +ldversion (int noisy) { /* Output for noisy == 2 is intended to follow the GNU standards. */ fprintf (stdout, _("GNU ld version %s\n"), BFD_VERSION_STRING); |