[Bug ld/6744] --export-dynamic does nothing for Cygwin .exe's

2009-05-23 Thread dave dot korn dot cygwin at gmail dot com
--- Additional Comments From dave dot korn dot cygwin at gmail dot com 2009-05-24 03:23 --- Closing out old PR. -- What|Removed |Added Status|ASSIGNED

[Bug ld/6744] --export-dynamic does nothing for Cygwin .exe's

2009-04-02 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-04-02 14:42 --- Subject: Bug 6744 CVSROOT:/cvs/src Module name:src Changes by: da...@sourceware.org2009-04-02 14:42:41 Modified files: ld : ld.texinfo ChangeLog ld/emult

[Bug ld/6744] --export-dynamic does nothing for Cygwin .exe's

2009-04-01 Thread dave dot korn dot cygwin at gmail dot com
--- Additional Comments From dave dot korn dot cygwin at gmail dot com 2009-04-02 05:10 --- Thanks for proofreading. Revised patch (also contains testcase) about to be posted. -- http://sourceware.org/bugzilla/show_bug.cgi?id=6744 --- You are receiving this mail because:

[Bug ld/6744] --export-dynamic does nothing for Cygwin .exe's

2009-04-01 Thread yselkowitz at cygwin dot com
--- Additional Comments From yselkowitz at cygwin dot com 2009-04-02 03:45 --- (In reply to comment #9) > It also mentions --e-a-s in the --export-dynamic documentation. "PE targets support a similar function to export all symbols from a DLL;" or EXE, which is actually what I'm more co

[Bug ld/6744] --export-dynamic does nothing for Cygwin .exe's

2009-04-01 Thread dave dot korn dot cygwin at gmail dot com
--- Additional Comments From dave dot korn dot cygwin at gmail dot com 2009-04-01 18:16 --- Created an attachment (id=3860) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3860&action=view) Add warning and docs. This patch adds warnings to both PE and PE+ emulations, (which are t

[Bug ld/6744] --export-dynamic does nothing for Cygwin .exe's

2009-04-01 Thread dave dot korn dot cygwin at gmail dot com
--- Additional Comments From dave dot korn dot cygwin at gmail dot com 2009-04-01 17:41 --- I'm m(In reply to comment #7) > I suppose a warning would be appropriate, as > would clarification in the documentation on this flag. I'm working on a patch to do this right now. -- http:/

[Bug ld/6744] --export-dynamic does nothing for Cygwin .exe's

2009-04-01 Thread yselkowitz at cygwin dot com
--- Additional Comments From yselkowitz at cygwin dot com 2009-04-01 16:18 --- Chuck has pushed the corresponding libtool patch upstream, so this should handle many cases where it would be used. I suppose a warning would be appropriate, as would clarification in the documentation on thi

[Bug ld/6744] --export-dynamic does nothing for Cygwin .exe's

2009-04-01 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-04-01 14:43 --- Hi Guys, I would prefer not to make -export-dynamic a synonym for -export-all-symbols for the reason that Dave mentioned. I would not object to adding code to generate a warning message saying something like: "

[Bug ld/6744] --export-dynamic does nothing for Cygwin .exe's

2009-03-23 Thread yselkowitz at cygwin dot com
--- Additional Comments From yselkowitz at cygwin dot com 2009-03-24 06:45 --- > It would certainly be technically correct if libtool chose to use --e-a-s > rather than --e-d when linking for a cygwin target, since it's the target- > specific equivalent. Good point, changing libtool wo

[Bug ld/6744] --export-dynamic does nothing for Cygwin .exe's

2009-03-23 Thread dave dot korn dot cygwin at gmail dot com
--- Additional Comments From dave dot korn dot cygwin at gmail dot com 2009-03-24 04:07 --- (In reply to comment #3) > (In reply to comment #2) > > --export-dynamic is an ELF format option, and --export-all-symbols is the PE > > equivalent. > > Dave, thanks for looking at this. The ld

[Bug ld/6744] --export-dynamic does nothing for Cygwin .exe's

2009-03-23 Thread yselkowitz at cygwin dot com
--- Additional Comments From yselkowitz at cygwin dot com 2009-03-24 02:02 --- (In reply to comment #2) > --export-dynamic is an ELF format option, and --export-all-symbols is the PE > equivalent. Dave, thanks for looking at this. The ld texinfo docs say nothing about --export-dynamic

[Bug ld/6744] --export-dynamic does nothing for Cygwin .exe's

2009-03-23 Thread dave dot korn dot cygwin at gmail dot com
--- Additional Comments From dave dot korn dot cygwin at gmail dot com 2009-03-23 13:12 --- --export-dynamic is an ELF format option, and --export-all-symbols is the PE equivalent. We could reasonably make --export-dynamic a synonym for PE, I expect. -- What|Removed

[Bug ld/6744] --export-dynamic does nothing for Cygwin .exe's

2009-03-16 Thread yselkowitz at cygwin dot com
-- What|Removed |Added Version|2.19|2.20 (HEAD) http://sourceware.org/bugzilla/show_bug.cgi?id=6744 --- You are receiving this mail because:

[Bug ld/6744] --export-dynamic does nothing for Cygwin .exe's

2008-07-13 Thread yselkowitz at users dot sourceforge dot net
--- Additional Comments From yselkowitz at users dot sourceforge dot net 2008-07-13 20:13 --- Created an attachment (id=2826) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2826&action=view) dlopen-self test case -- http://sourceware.org/bugzilla/show_bug.cgi?id=6744 --