* ldver.h (ld_program_version): Remove declaration.

* lexsup.c (parse_args): Move printing of copyright message..
	* ldver.c (ldversion): .. to here.
	Use BFD_VERSION_STRING in place of BFD_VERSION.
	(ld_program_version): Remove.
	* Makefile.am (Makefile): Depend on bfd/configure.in
	Run "make dep-am"
	* Makefile.in: Regenerate.
This commit is contained in:
Alan Modra
2001-10-02 06:04:23 +00:00
parent 7997656ad8
commit d32820f2fa
6 changed files with 146 additions and 136 deletions

View File

@ -17,6 +17,4 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
extern const char *ld_program_version;
void ldversion PARAMS ((int));