aboutsummaryrefslogtreecommitdiff
path: root/gold/Makefile.in
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2017-09-20 15:43:37 -0700
committerSriraman Tallam <tmsriram@google.com>2017-09-20 15:45:04 -0700
commitca464aac1b0a444f7debb8fc1e5e8b3f30602a35 (patch)
tree65a29f37988cc32f48c563741031c8bd3e40b5e0 /gold/Makefile.in
parent223ffa714ce1cf1dc6e0c361189fa80417ff90d9 (diff)
downloadgdb-ca464aac1b0a444f7debb8fc1e5e8b3f30602a35.zip
gdb-ca464aac1b0a444f7debb8fc1e5e8b3f30602a35.tar.gz
gdb-ca464aac1b0a444f7debb8fc1e5e8b3f30602a35.tar.bz2
Check for export dynamic symbol options when doing symbol resolution in plugins.
2017-09-20 Teresa Johnson <tejohnson@google.com> * plugin.cc (is_visible_from_outside): Check for export dynamic symbol option and list. * testsuite/Makefile.am (plugin_test_12): New test. * testsuite/Makefile.in: Regenerate. * testsuite/export_dynamic_plugin.cc: New test source. * testsuite/plugin_test_12.sh: New test 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 9a51247..a3c8b03 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 pread.c \
- ffsll.c mremap.c ftruncate.c yyscript.h yyscript.c \
+ $(srcdir)/../mkinstalldirs $(top_srcdir)/po/Make-in ffsll.c \
+ ftruncate.c mremap.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 \