diff options
author | Alan Modra <amodra@gmail.com> | 2014-03-12 15:02:00 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2014-03-12 15:02:00 +1030 |
commit | fa47fa924667f5d668faf24412dea39150e14a2a (patch) | |
tree | 138a43f4363f9756a4e69babb52f63ee7282b2eb /ld | |
parent | bbefd0a9264348d04783d3d374c2104ae468c799 (diff) | |
download | gdb-fa47fa924667f5d668faf24412dea39150e14a2a.zip gdb-fa47fa924667f5d668faf24412dea39150e14a2a.tar.gz gdb-fa47fa924667f5d668faf24412dea39150e14a2a.tar.bz2 |
autoreconf
Regenerate Makefile.in in bfd, binutils, gas, gold, gprof, ld, opcodes.
Regenerate gas/config.in.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/Makefile.in | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 0961768..cc5f828 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2014-03-12 Alan Modra <amodra@gmail.com> + + * Makefile.in: Regenerate. + 2014-03-05 Alan Modra <amodra@gmail.com> Update copyright years. diff --git a/ld/Makefile.in b/ld/Makefile.in index e411db7..46126f8 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -16,7 +16,7 @@ @SET_MAKE@ # -# Copyright 2012-2014 Free Software Foundation +# Copyright (C) 2012-2014 Free Software Foundation, Inc. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -389,7 +389,6 @@ AM_CFLAGS = $(WARN_CFLAGS) # We can't put the scripts in $(datadir) because the SEARCH_DIR # directives need to be different for native and cross linkers. scriptdir = $(tooldir)/lib -EMUL_DEPS = BASEDIR = $(srcdir)/.. BFDDIR = $(BASEDIR)/bfd INCDIR = $(BASEDIR)/include @@ -797,8 +796,7 @@ ALL_EMUL_EXTRA_OFILES = \ pe-dll.@OBJEXT@ \ pep-dll.@OBJEXT@ -ALL_EMUL_EXTRA_BINARIES = - +ALL_EMUL_EXTRA_BINARIES = CFILES = ldctor.c ldemul.c ldexp.c ldfile.c ldlang.c \ ldmain.c ldmisc.c ldver.c ldwrite.c lexsup.c \ mri.c ldcref.c pe-dll.c pep-dll.c ldlex-wrapper.c \ |