aboutsummaryrefslogtreecommitdiff
path: root/ld/ldver.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2003-12-07 23:52:44 +0000
committerKazu Hirata <kazu@codesourcery.com>2003-12-07 23:52:44 +0000
commit62b635b6377cbccc2ceaeadbef4f382f413c942a (patch)
tree1411dc1d1fa97d4a00d3931afee8bc77478fff5e /ld/ldver.c
parent424d6be11ceb8bf5bce2663a2eedd2815e5b2cfc (diff)
downloadgdb-62b635b6377cbccc2ceaeadbef4f382f413c942a.zip
gdb-62b635b6377cbccc2ceaeadbef4f382f413c942a.tar.gz
gdb-62b635b6377cbccc2ceaeadbef4f382f413c942a.tar.bz2
* ldemul.c: Convert to ISO-C.
* ldver.c: Likewise.
Diffstat (limited to 'ld/ldver.c')
-rw-r--r--ld/ldver.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ld/ldver.c b/ld/ldver.c
index e6c7b09..710bf90 100644
--- a/ld/ldver.c
+++ b/ld/ldver.c
@@ -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);