]>
Commit | Line | Data |
---|---|---|
15ed1567 SC |
1 | /* Copyright (C) 1991 Free Software Foundation, Inc. |
2 | ||
3 | This file is part of GLD, the Gnu Linker. | |
4 | ||
5 | GLD is free software; you can redistribute it and/or modify | |
6 | it under the terms of the GNU General Public License as published by | |
7 | the Free Software Foundation; either version 1, or (at your option) | |
8 | any later version. | |
9 | ||
10 | GLD is distributed in the hope that it will be useful, | |
11 | but WITHOUT ANY WARRANTY; without even the implied warranty of | |
12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
13 | GNU General Public License for more details. | |
14 | ||
15 | You should have received a copy of the GNU General Public License | |
16 | along with GLD; see the file COPYING. If not, write to | |
17 | the 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 | ||
31 | void | |
32 | ldversion() | |
33 | { | |
34 | fprintf(stderr,"gld version BFD 0.16 \n"); | |
35 | } |