[Bug ld/10474] relocation truncated to fit: R_PPC_REL24 errors

2009-08-07 Thread giffordj at la dot twcbc dot com
--- Additional Comments From giffordj at la dot twcbc dot com 2009-08-07 07:50 --- This build has using Binutils from CVS 8/4/2009 (No Additional Patches), with GCC 4.4.1 branded with CLFS date tags. root:/var/build_system/work/gcc-build/gcc$ gcc -isystem /usr/include -m32 -g -fkeep-i

[Bug binutils/10494] strip modified vaddr of program headers in ePAPR Fixed Address Image Format

2009-08-07 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2009-08-07 09:27 --- That's one weird looking ELF image. The root of the problem is in _bfd_elf_make_section_from_shdr, where we set up section LMAs. .whiteboard1 is incorrectly assumed to belong with the first PT_LOAD heade

[Bug ld/10474] relocation truncated to fit: R_PPC_REL24 errors

2009-08-07 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2009-08-07 10:06 --- Thanks, I'm now convinced you are using a new ld. :) Hmm, the -v output also shows that gcc is passing --relax to ld anyway, so the automatic --relax code isn't even a factor. I don't know what else to

[Bug ld/10474] relocation truncated to fit: R_PPC_REL24 errors

2009-08-07 Thread giffordj at la dot twcbc dot com
--- Additional Comments From giffordj at la dot twcbc dot com 2009-08-07 15:37 --- Created an attachment (id=4122) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4122&action=view) Text File from Latest Test Output with the last command suggested -- http://sourceware.org/bugz

[Bug ld/10474] relocation truncated to fit: R_PPC_REL24 errors

2009-08-07 Thread giffordj at la dot twcbc dot com
--- Additional Comments From giffordj at la dot twcbc dot com 2009-08-07 16:56 --- Wasn't able to attach the file, put it's available through this link. http://svn.jg555.com/build/alan.tar.bz2 -- http://sourceware.org/bugzilla/show_bug.cgi?id=10474 --- You are receiving this ma

[Bug gold/10471] hidden symbol gets added to dynamic symbol table

2009-08-07 Thread ccoutant at google dot com
--- Additional Comments From ccoutant at google dot com 2009-08-07 22:56 --- Created an attachment (id=4123) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4123&action=view) Proposed patch The attached patch is a proposed fix for PR 10471, where gold ends up putting a local symb

[Bug ld/10474] relocation truncated to fit: R_PPC_REL24 errors

2009-08-07 Thread giffordj at la dot twcbc dot com
--- Additional Comments From giffordj at la dot twcbc dot com 2009-08-07 23:53 --- http://svn.jg555.com/build/binutils-2.19.51.tar.xz is a tarball of the binary I created for binutils that I'm using for my build. -- http://sourceware.org/bugzilla/show_bug.cgi?id=10474 --- You ar

[Bug ld/10474] relocation truncated to fit: R_PPC_REL24 errors

2009-08-07 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2009-08-07 23:57 --- $ wget http://svn.jg555.com/build/alan.tar.bz2 --09:24:01-- http://svn.jg555.com/build/alan.tar.bz2 => `alan.tar.bz2' Resolving svn.jg555.com... 64.183.102.12 Connecting to svn.jg555.com|64.183

[Bug ld/10474] relocation truncated to fit: R_PPC_REL24 errors

2009-08-07 Thread giffordj at la dot twcbc dot com
--- Additional Comments From giffordj at la dot twcbc dot com 2009-08-08 00:18 --- Opened up the firewall, you should be able to get in now. -- http://sourceware.org/bugzilla/show_bug.cgi?id=10474 --- You are receiving this mail because: --- You are on the CC list for the bu

[Bug ld/10474] relocation truncated to fit: R_PPC_REL24 errors

2009-08-07 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2009-08-08 01:38 --- Thanks, got it. Reproduced here too, and looks like file sizes are such that second relax pass wants to add more stubs, and something is going wrong. Looking.. -- What|Removed

[Bug ld/10474] relocation truncated to fit: R_PPC_REL24 errors

2009-08-07 Thread amodra at bigpond dot net dot au
-- What|Removed |Added Status|REOPENED|ASSIGNED Last reconfirmed|2009-08-08 01:38:01 |2009-08-08 01:38:14 date|

[Bug binutils/10494] strip modified vaddr of program headers in ePAPR Fixed Address Image Format

2009-08-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-08-08 01:43 --- Subject: Bug 10494 CVSROOT:/cvs/src Module name:src Changes by: amo...@sourceware.org 2009-08-08 01:43:28 Modified files: bfd: ChangeLog elf.c Log message: