[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/14915] --copy-dt-needed-entries not working when creating DSO
From: |
hjl.tools at gmail dot com |
Subject: |
[Bug ld/14915] --copy-dt-needed-entries not working when creating DSO |
Date: |
Tue, 04 Dec 2012 18:54:53 +0000 |
http://sourceware.org/bugzilla/show_bug.cgi?id=14915
--- Comment #11 from H.J. Lu <hjl.tools at gmail dot com> 2012-12-04 18:54:53
UTC ---
This:
diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em
index 6c84b82..875ac2c 100644
--- a/ld/emultempl/elf32.em
+++ b/ld/emultempl/elf32.em
@@ -1181,8 +1181,6 @@ gld${EMULATION_NAME}_after_open (void)
special action by the person doing the link. Note that the
needed list can actually grow while we are stepping through this
loop. */
- if (!link_info.executable)
- return;
needed = bfd_elf_get_needed_list (link_info.output_bfd, &link_info);
for (l = needed; l != NULL; l = l->next)
{
works for me.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
- [Bug ld/14915] --copy-dt-needed-entries not working, (continued)
- [Bug ld/14915] --copy-dt-needed-entries not working, matz at suse dot de, 2012/12/04
- [Bug ld/14915] --copy-dt-needed-entries not working, hjl.tools at gmail dot com, 2012/12/04
- [Bug ld/14915] --copy-dt-needed-entries not working, hjl.tools at gmail dot com, 2012/12/04
- [Bug ld/14915] --copy-dt-needed-entries not working, hjl.tools at gmail dot com, 2012/12/04
- [Bug ld/14915] --copy-dt-needed-entries not working, matz at suse dot de, 2012/12/04
- [Bug ld/14915] --copy-dt-needed-entries not working, rguenth at gcc dot gnu.org, 2012/12/04
- [Bug ld/14915] --copy-dt-needed-entries not working, matz at suse dot de, 2012/12/04
- [Bug ld/14915] --copy-dt-needed-entries not working, matz at suse dot de, 2012/12/04
- [Bug ld/14915] --copy-dt-needed-entries not working, hjl.tools at gmail dot com, 2012/12/04
- [Bug ld/14915] --copy-dt-needed-entries not working when creating DSO, hjl.tools at gmail dot com, 2012/12/04
- [Bug ld/14915] --copy-dt-needed-entries not working when creating DSO,
hjl.tools at gmail dot com <=
- [Bug ld/14915] --copy-dt-needed-entries not working when creating DSO, hjl.tools at gmail dot com, 2012/12/04
- [Bug ld/14915] --copy-dt-needed-entries not working, matz at suse dot de, 2012/12/04
- [Bug ld/14915] --copy-dt-needed-entries not working when creating DSO, cvs-commit at gcc dot gnu.org, 2012/12/05
- [Bug ld/14915] --copy-dt-needed-entries not working when creating DSO, hjl.tools at gmail dot com, 2012/12/06