[Bug binutils/15835] binutils can't deal with more than one SHT_SYMTAB_SHNDX section (such as from Solaris or illumos link editor)

2015-09-07 Thread richard at netbsd dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=15835 --- Comment #10 from Richard PALO --- I did try two things in addition... First, and again with the existing libxul.so: >$ gobjdump -T /opt/local/lib/thunderbird24/libxul.so > >/opt/local/lib/thunderbird24/libxul.so: file format elf32-i38

Re: Off-by-one error in ld documentation

2015-09-07 Thread Hans-Peter Nilsson
On Mon, 7 Sep 2015, Nick Clifton wrote: > > extern char start_of_ROM[], end_of_ROM[], start_of_FLASH[]; > > memcpy (start_of_FLASH, start_of_ROM, end_of_ROM - start_of_ROM); > > Actually that *is* a nicer way of writing it. With two people agreeing, it's almost an objective view. :) > But, I wrot

[Bug gold/13521] ld.gold prefers unversioned symbol over default version

2015-09-07 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=13521 Cary Coutant changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gold/18703] Symbol version and Version script incompatibility with BFD ld

2015-09-07 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18703 Cary Coutant changed: What|Removed |Added CC||jrnieder at gmail dot com --- Comment

[Bug gold/13521] ld.gold prefers unversioned symbol over default version

2015-09-07 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=13521 --- Comment #8 from Cary Coutant --- > Dynamic linking is OK - but the symtab from gold doesn't have any symbol > versions even on glibc symbols, so it is a different thing. > > I think this bug can be closed, thanks That's correct -- gold do

[Bug gold/18930] internal error in sized_write_symbol, at symtab.cc:3133

2015-09-07 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18930 Cary Coutant changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gold/18886] Unnecessary PLT entry for IFUNC function from DSO

2015-09-07 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18886 --- Comment #4 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Cary Coutant : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3d4fde6974a1237d79055ee734d99cc49c6fd3f9 commit 3d4fde6974a1237d79055ee734d

[Bug gold/18930] internal error in sized_write_symbol, at symtab.cc:3133

2015-09-07 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=18930 --- Comment #4 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Cary Coutant : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=3d4fde6974a1237d79055ee734d99cc49c6fd3f9 commit 3d4fde6974a1237d79055ee734d

[Bug binutils/15835] binutils can't deal with more than one SHT_SYMTAB_SHNDX section (such as from Solaris or illumos link editor)

2015-09-07 Thread richard at netbsd dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=15835 --- Comment #9 from Richard PALO --- For a very simpistic test, I have an existing thunderbird libxul.so which, with which the currently installed binutils readelf gives: >richard@omnis:/tmp/pkgsrc/devel/binutils/work/binutils-2.25.1/binutils$

Re: Off-by-one error in ld documentation

2015-09-07 Thread Nick Clifton
Hi Hans-Peter, extern char start_of_ROM, end_of_ROM, start_of_FLASH; memcpy (& start_of_FLASH, & start_of_ROM, & end_of_ROM - & start_of_ROM); While we're at that example, is there a reason why it is pretending that the symbols are for variables whose address is then taken (to get the

[Bug gold/18930] internal error in sized_write_symbol, at symtab.cc:3133

2015-09-07 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=18930 --- Comment #3 from Markus Trippelsdorf --- Breakpoint 1, gold::Symbol_table::sized_write_symbol<64, false> (this=0x7fff5f40, sym=0x94c5c0, value=4194928, shndx=9, binding=elfcpp::STB_GLOBAL, pool=0x7fff6248, p=0x77fe04f0 "+")

[Bug gold/18930] internal error in sized_write_symbol, at symtab.cc:3133

2015-09-07 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=18930 --- Comment #2 from Markus Trippelsdorf --- markus@x4 gold % cat pex-unix.i pex_unix_exec_child() { vfork(); } markus@x4 gold % gcc -w -c pex-unix.i markus@x4 gold % ./ld-new pex-unix.o -lpthread -lc ./ld-new: internal error in sized_write_sym

[Bug gold/18930] internal error in sized_write_symbol, at symtab.cc:3133

2015-09-07 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=18930 Markus Trippelsdorf changed: What|Removed |Added Target|powerpc64le-unknown-linux-g | |nu

[Bug gold/18930] internal error in sized_write_symbol, at symtab.cc:3133

2015-09-07 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=18930 Markus Trippelsdorf changed: What|Removed |Added Target||powerpc64le-unknown-linux-g

[Bug gold/18930] New: internal error in sized_write_symbol, at symtab.cc:3133

2015-09-07 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=18930 Bug ID: 18930 Summary: internal error in sized_write_symbol, at symtab.cc:3133 Product: binutils Version: 2.26 (HEAD) Status: NEW Severity: normal