--- 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:
--- 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
--- 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
--- 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:/
--- 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
--- 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
--- 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
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
--- 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
--- 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
--- 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
--- 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/
--- 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
--- 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/
--- 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
--
--- 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
--- 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: "
17 matches
Mail list logo