Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: binutils-2.20/bfd/configure.in

Issue 8713008: Add dlwrap.c to binutils to simulate dlopen/dlsym for gold plugin (Closed)
Patch Set: x Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: binutils-2.20/bfd/configure.in
===================================================================
--- a/binutils-2.20/bfd/configure.in
+++ b/binutils-2.20/bfd/configure.in
@@ -916,7 +916,7 @@
pef_vec) tb="$tb pef.lo" ;;
pef_xlib_vec) tb="$tb pef.lo" ;;
pdp11_aout_vec) tb="$tb pdp11.lo" ;;
- plugin_vec) tb="$tb plugin.lo" ;;
+ plugin_vec) tb="$tb plugin.lo dlwrap.lo" ;;
pmac_xcoff_vec) tb="$tb coff-rs6000.lo xcofflink.lo" ;;
ppcboot_vec) tb="$tb ppcboot.lo" ;;
riscix_vec) tb="$tb aout32.lo riscix.lo" ;;
« no previous file with comments | « binutils-2.20/bfd/configure ('k') | binutils-2.20/bfd/dlwrap.c » ('j') | binutils-2.20/dlwrap.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698