[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/9987] ld-gc testsuite errors on cygwin

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:40 --- Hi Nick, === ld tests === @@ -343,10 +343,6 @@ Running /usr/build/src-binutils/ld/tests Running /usr/build/src-binutils/ld/testsuite/ld-frv/frv-elf.exp ... Running /usr/build/s

[Bug ld/10009] Conflict between MIPS PLTS and abicalls stubs

2009-04-01 Thread cburgess at qnx dot com
--- Additional Comments From cburgess at qnx dot com 2009-04-01 17:38 --- we do have some minor local changes. If it helps I'll check if it happens with a standard linux target. the -shared switch on our qcc is a synonym for -fpic, it will pass -fpic to the compiler. we are using -mno

[Bug ld/10009] Conflict between MIPS PLTS and abicalls stubs

2009-04-01 Thread rsandifo at nildram dot co dot uk
--- Additional Comments From rsandifo at nildram dot co dot uk 2009-04-01 17:29 --- Hmm, this target doesn't seem to be in the FSF sources. Are you using a locally-modified version? Unlike PLTs, .MIPS.stubs entries must never act as the canonical function address. Their only use is to

[Bug gas/10022] New: gas inserts nop, breaks code, or at least expectations

2009-04-01 Thread danieljo at fagotten dot org
Using the following src: --- foo: jr$ra addiu $sp,$sp,32 --- And the command as -march=m4k test.s gas inserts a nop between the instructions, moving the add out of the delay slot. I can make it do the right thing by adding a '.set noreorder' b

[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 gas/7026] ARM target wont build, error: format not a string literal and no format arguments

2009-04-01 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-04-01 15:48 --- Hi Peter, I have applied the patch to the 2.19 branch sources, but other than that there is nothing else to do. If the sources that you are using do not compile then either you will have to apply the patch manu

[Bug gas/7026] ARM target wont build, error: format not a string literal and no format arguments

2009-04-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-04-01 15:47 --- Subject: Bug 7026 CVSROOT:/cvs/src Module name:src Branch: binutils-2_19-branch Changes by: ni...@sourceware.org2009-04-01 15:47:37 Modified files: gas: C

[Bug ld/9987] ld-gc testsuite errors on cygwin

2009-04-01 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-04-01 14:47 --- Created an attachment (id=3859) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3859&action=view) Do not assume that garbage collection is available on cygwin targets. -- http://sourceware.org/bugzilla/

[Bug binutils/9972] [PATCH] binutils strings: Document program option -V

2009-04-01 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-04-01 14:58 --- Hi Jari, Your patch missed the usage() function in strings.c but other than that it was fine, so I have checked it in along with this changelog entry. Cheers Nick binutils/ChangeLog 2009-04-01 Jari Aalto

[Bug binutils/9972] [PATCH] binutils strings: Document program option -V

2009-04-01 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-04-01 14:57 --- Subject: Bug 9972 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-04-01 14:57:11 Modified files: binutils : ChangeLog strings.c binutils/

[Bug binutils/9984] strings' man page should mention if --encoding supports UTF-8 or not

2009-04-01 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-04-01 14:51 --- The strings manual page already explicitly states which values are accepted for the --encoding option. -- What|Removed |Added --

[Bug ld/9987] ld-gc testsuite errors on cygwin

2009-04-01 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-04-01 14:49 --- Hi Christian, Since garbage collection is not currently implemented for Cygwin toolchains the linker testsuite ought to skip the gc tests for this target. So please could you try out the uploaded patch to updat

[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: "