[Bug gas/11323] New: Need representation of the offset from a label to a GOT entry

2010-02-24 Thread carrot at google dot com
To implement the optimization described in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43129, we need to represent the offset from a code label to a global variable's GOT entry. This can be implemented through the arm relocation R_ARM_GOT_PREL. But currently we can't represent it according to http:

[Bug ld/11304] ld --section-start does not work correctly if section is defined in multiple object files

2010-02-24 Thread amodra at gmail dot com
--- Additional Comments From amodra at gmail dot com 2010-02-25 03:55 --- And stay fixed this time. -- What|Removed |Added Status|REOPENED|RE

[Bug ld/11304] ld --section-start does not work correctly if section is defined in multiple object files

2010-02-24 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-02-25 03:49 --- Subject: Bug 11304 CVSROOT:/cvs/src Module name:src Changes by: amo...@sourceware.org 2010-02-25 03:49:15 Modified files: bfd: ChangeLog elf.c ld

[Bug binutils/6773] Typo in ARM saddsubx mnemonic

2010-02-24 Thread jonas dot maebe at elis dot ugent dot be
--- Additional Comments From jonas dot maebe at elis dot ugent dot be 2010-02-24 15:25 --- Thanks! -- What|Removed |Added Status|RESOLVED|VER

Re: objdump: ARMv6 asx and sax mnemonics

2010-02-24 Thread Nick Clifton
Hi Nils, Hi everyone. I hope this is the correct list for this issue: It is. This is wrong:addsubx would be more correct. (See Bug binutils/6773) I have just checked in a patch to fix this bug. And while I'm at it: Is there any reason to use non-standard mnemonics for these instructions?

[Bug binutils/6773] Typo in ARM saddsubx mnemonic

2010-02-24 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2010-02-24 15:12 --- Hi Jonas, I have checked in a patch to fix the disassembly of all of the addsubx and subaddx instructions so that they now use the UAL names. Cheers Nick -- What|Removed

[Bug binutils/6773] Typo in ARM saddsubx mnemonic

2010-02-24 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-02-24 15:12 --- Subject: Bug 6773 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2010-02-24 15:11:44 Modified files: opcodes: ChangeLog arm-dis.c gas/tests

[Bug ld/10858] ld generate broken PIE binaries on MIPS

2010-02-24 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2010-02-24 14:22 --- Hi Jay, Hi Aurelian, I have checked in the modified version of Alan's patch. Cheers Nick -- What|Removed |Added --

[Bug ld/10858] ld generate broken PIE binaries on MIPS

2010-02-24 Thread jay dot foad at gmail dot com
--- Additional Comments From jay dot foad at gmail dot com 2010-02-24 14:24 --- Thanks Nick! -- http://sourceware.org/bugzilla/show_bug.cgi?id=10858 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone who is. ___

[Bug ld/10858] ld generate broken PIE binaries on MIPS

2010-02-24 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-02-24 14:22 --- Subject: Bug 10858 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2010-02-24 14:21:51 Modified files: bfd: ChangeLog elfxx-mips.c Log message: