[Bug gas/11037] invalid code generation depending on code position

2009-12-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-12-08 03:14 --- Subject: Bug 11037 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-12-08 03:14:29 Modified files: gas: ChangeLog expr.c symbols.c symbols.h

[Bug gas/11037] invalid code generation depending on code position

2009-12-07 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-12-08 01:56 --- A patch is posted at http://sourceware.org/ml/binutils/2009-12/msg00095.html -- What|Removed |Added -

[Bug binutils/11037] invalid code generation depending on code position

2009-12-07 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2009-12-08 01:23 --- Ah ha! I wanted to get rid of seg_left == undefined_section too, but hadn't spotted the problem with local symbols. Your patch looks good except for the calls to local_symbol_convert, which are unnecessa

[Bug gas/11037] invalid code generation depending on code position

2009-12-07 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-12-08 00:19 --- Created an attachment (id=4449) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4449&action=view) A patch The problem is in else if (seg_left == undefined_section && add_symbol != orig_add_s

Re: ld segfault -> NULL pointer dereference in bfd/elf32-ppc.c

2009-12-07 Thread Alan Modra
On Mon, Dec 07, 2009 at 10:30:15AM +0100, Adrien Demarez wrote: > Hello, > > I experience an ld segfault when trying to compile QT4.6 in > OpenEmbedded/Angstrom for the PPC platform (MPC8313 more precisely). The > following patch (against the CVS version) solves this : after having a > look at

[Bug gold/11055] incremental-dump assumes 64bit little endian ELF input

2009-12-07 Thread espindola at google dot com
--- Additional Comments From espindola at google dot com 2009-12-07 22:22 --- Fixed in the last commit. -- What|Removed |Added Status|NEW

[Bug gold/11055] incremental-dump assumes 64bit little endian ELF input

2009-12-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-12-07 21:37 --- Subject: Bug 11055 CVSROOT:/cvs/src Module name:src Changes by: espind...@sourceware.org2009-12-07 21:36:52 Modified files: gold : ChangeLog incremental-dump.cc

ld segfault -> NULL pointer dereference in bfd/elf32-ppc.c

2009-12-07 Thread Adrien Demarez
Hello,I experience an ld segfault when trying to compile QT4.6 in OpenEmbedded/Angstrom for the PPC platform (MPC8313 more precisely). The following patch (against the CVS version) solves this : after having a look at the core file, the return value from find_plt_ent() is not checked in several poi

[Bug gold/10893] gold doesn't support IFUNC

2009-12-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-12-07 17:15 --- Subject: Bug 10893 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-12-07 17:14:56 Modified files: gold : ChangeLog i386.cc symtab.cc symtab.h