]> Git Repo - binutils.git/blame - ld/ldver.c
Small fixes from Peter Schauer:
[binutils.git] / ld / ldver.c
CommitLineData
15ed1567
SC
1/* Copyright (C) 1991 Free Software Foundation, Inc.
2
3This file is part of GLD, the Gnu Linker.
4
5GLD is free software; you can redistribute it and/or modify
6it under the terms of the GNU General Public License as published by
7the Free Software Foundation; either version 1, or (at your option)
8any later version.
9
10GLD is distributed in the hope that it will be useful,
11but WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13GNU General Public License for more details.
14
15You should have received a copy of the GNU General Public License
16along with GLD; see the file COPYING. If not, write to
17the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
18
19/*
20 * $Id$
21*/
22
23
24
25#include <stdio.h>
26#include "sysdep.h"
27#include "bfd.h"
28
29#include "ldversion.h"
30
31void
32ldversion()
33{
34 fprintf(stderr,"gld version BFD 0.16 \n");
35}
This page took 0.036709 seconds and 4 git commands to generate.