Re: Porting Binutils to A New Target And Getting Error.

2010-01-27 Thread Prashant Purohit
Hi, I created/modified the following files under ../binutils-2.19/ld : 1. Configure.tgt - Added support for my_target-*-elf* 2. Makefile.am- Added eelf32my_target.o under ALL_EMULATIONS and eelf32my_target.c similar to what is done for CR16.

[Bug binutils/11225] New: objdump -j silently ignore bad section name

2010-01-27 Thread hjl dot tools at gmail dot com
h...@lsnb0-64-fc12 gdbserver-1]$ objdump -s -j fpp /bin/ls /bin/ls: file format elf64-x86-64 [...@lsnb0-64-fc12 gdbserver-1]$ echo $? 0 [...@lsnb0-64-fc12 gdbserver-1]$ I was expecting an error, at least a warning. -- Summary: objdump -j silently ignore bad section name

[Bug ld/11217] Automatic multiple TOC and __thread problems

2010-01-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-27 12:51 --- Subject: Bug 11217 CVSROOT:/cvs/src Module name:src Branch: binutils-2_20-branch Changes by: amo...@sourceware.org 2010-01-27 12:51:24 Modified files: bfd:

[Bug ld/11217] Automatic multiple TOC and __thread problems

2010-01-27 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-01-27 12:44 --- Subject: Bug 11217 CVSROOT:/cvs/src Module name:src Changes by: amo...@sourceware.org 2010-01-27 12:44:07 Modified files: bfd: ChangeLog elf64-ppc.c Log message:

[Bug ld/11217] Automatic multiple TOC and __thread problems

2010-01-27 Thread amodra at gmail dot com
--- Additional Comments From amodra at gmail dot com 2010-01-27 12:22 --- Oops, that isn't right about ppc64 @got relocs. They can and do go into multiple TOC groups. The error was that the GOT entry offset calculation was assuming the first TOC group. -- http://sourceware.org/bugz