aboutsummaryrefslogtreecommitdiff
path: root/gold/Makefile.in
diff options
context:
space:
mode:
authorIgor Kudrin <ikudrin@accesssoftek.com>2016-12-11 20:31:09 -0800
committerCary Coutant <ccoutant@gmail.com>2016-12-11 20:31:09 -0800
commitcc90de49738ad220bd1d3d001b492679fc488fe1 (patch)
treea2518c2bb1abfe62b44f393eeb96e0d94799f898 /gold/Makefile.in
parent5d9f66cb84b9f228c1082d3a1037355edceddded (diff)
downloadgdb-cc90de49738ad220bd1d3d001b492679fc488fe1.zip
gdb-cc90de49738ad220bd1d3d001b492679fc488fe1.tar.gz
gdb-cc90de49738ad220bd1d3d001b492679fc488fe1.tar.bz2
Fix earlier ChangeLog entry to give Igor credit, add testcases.
2016-12-01 Cary Coutant <ccoutant@gmail.com> Igor Kudrin <ikudrin@accesssoftek.com> PR gold/20717 * script-sections.cc (Script_sections): Set *keep to false when no match. 2016-12-11 Igor Kudrin <ikudrin@accesssoftek.com> PR gold/20717 * testsuite/Makefile.am (pr20717): New test. * testsuite/Makefile.in: Regenerate. * testsuite/pr20717.c: New test source file. * testsuite/pr20717.sh: New test script. * testsuite/pr20717.t: New test linker script.
Diffstat (limited to 'gold/Makefile.in')
-rw-r--r--gold/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gold/Makefile.in b/gold/Makefile.in
index 1e0578d..ebe2824 100644
--- a/gold/Makefile.in
+++ b/gold/Makefile.in
@@ -87,8 +87,8 @@ subdir = .
DIST_COMMON = NEWS README ChangeLog $(srcdir)/Makefile.in \
$(srcdir)/Makefile.am $(top_srcdir)/configure \
$(am__configure_deps) $(srcdir)/config.in \
- $(srcdir)/../mkinstalldirs $(top_srcdir)/po/Make-in ffsll.c \
- pread.c mremap.c ftruncate.c yyscript.h yyscript.c \
+ $(srcdir)/../mkinstalldirs $(top_srcdir)/po/Make-in mremap.c \
+ ffsll.c ftruncate.c pread.c yyscript.h yyscript.c \
$(srcdir)/../depcomp $(srcdir)/../ylwrap
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/../config/depstand.m4 \