diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-12-07 23:52:44 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-12-07 23:52:44 +0000 |
commit | 62b635b6377cbccc2ceaeadbef4f382f413c942a (patch) | |
tree | 1411dc1d1fa97d4a00d3931afee8bc77478fff5e /ld/ldver.c | |
parent | 424d6be11ceb8bf5bce2663a2eedd2815e5b2cfc (diff) | |
download | binutils-62b635b6377cbccc2ceaeadbef4f382f413c942a.zip binutils-62b635b6377cbccc2ceaeadbef4f382f413c942a.tar.gz binutils-62b635b6377cbccc2ceaeadbef4f382f413c942a.tar.bz2 |
* ldemul.c: Convert to ISO-C.
* ldver.c: Likewise.
Diffstat (limited to 'ld/ldver.c')
-rw-r--r-- | ld/ldver.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -32,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); |