[Bug ld/19073] S/390: ld: Segmentation fault building Glibc

2015-10-12 Thread krebbel at linux dot vnet.ibm.com
https://sourceware.org/bugzilla/show_bug.cgi?id=19073 --- Comment #8 from Andreas Krebbel --- (In reply to H.J. Lu from comment #7) > Please provide a testcase I can reproduce it on x86-64 with > only cross binutils. The testcase I've attached fails the same way with cross binutils:

[Bug ld/19073] S/390: ld: Segmentation fault building Glibc

2015-10-12 Thread krebbel at linux dot vnet.ibm.com
https://sourceware.org/bugzilla/show_bug.cgi?id=19073 --- Comment #9 from Andreas Krebbel --- The problem is that when processing "getcontext" in elf_link_add_object_symbols it is matched by the hash entry for "getcontext@@GLIBC_2.2" here: /* We need to make sure that indirect symbol

[Bug gold/19019] [SPARC64] Only registers %g[2367] can be declared using STT_REGISTER when linking against libsystemd

2015-10-12 Thread jose.marchesi at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19019 --- Comment #17 from Jose E. Marchesi --- Cary, are you still working on this issue? Otherwise I will jump in and try to hack the needed support in gold... -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/19083] [s390] ld internal error in elf_s390_relocate_section when compiling systemd

2015-10-12 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19083 --- Comment #1 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Andreas Krebbel : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ef05be83b7e1e10e7cba51aeafc879ca3a66826d commit

[Bug ld/19083] [s390] ld internal error in elf_s390_relocate_section when compiling systemd

2015-10-12 Thread krebbel at linux dot vnet.ibm.com
https://sourceware.org/bugzilla/show_bug.cgi?id=19083 Andreas Krebbel changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ld/19073] S/390: ld: Segmentation fault building Glibc

2015-10-12 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19073 H.J. Lu changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug gas/19109] Cannot configure default flag_compress_debug

2015-10-12 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19109 --- Comment #9 from H.J. Lu --- Yes, I'd like to see compression is on by default for both gas and ld. It will take a long time to get other tools to understand compressed DWARF sections. But we have to start from somewhere. I chose to

[Bug gas/19109] Cannot configure default flag_compress_debug

2015-10-12 Thread sch...@linux-m68k.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19109 --- Comment #10 from Andreas Schwab --- I'd expect the option's default to be os-dependent, not arch-dependent. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/19073] S/390: ld: Segmentation fault building Glibc

2015-10-12 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=19073 --- Comment #11 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4373f8af3ddbc301227e883d5cbed8302c107e59 commit

[Bug ld/19073] S/390: ld: Segmentation fault building Glibc

2015-10-12 Thread krebbel at linux dot vnet.ibm.com
https://sourceware.org/bugzilla/show_bug.cgi?id=19073 --- Comment #13 from Andreas Krebbel --- (In reply to H.J. Lu from comment #10) > (In reply to Andreas Krebbel from comment #8) > > (In reply to H.J. Lu from comment #7) > > > Please provide a testcase I can reproduce it on x86-64 with > > >

[Bug ld/19073] S/390: ld: Segmentation fault building Glibc

2015-10-12 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19073 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ld/19073] S/390: ld: Segmentation fault building Glibc

2015-10-12 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19073 --- Comment #14 from H.J. Lu --- (In reply to Andreas Krebbel from comment #13) > > There is a bug in sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S > > which defines both getcontext@@GLIBC_2.2 and getcontext. But linker > > shouldn't

[Bug gas/19109] Cannot configure default flag_compress_debug

2015-10-12 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19109 Nick Clifton changed: What|Removed |Added CC||nickc at redhat dot com --- Comment

[Bug gas/19109] Cannot configure default flag_compress_debug

2015-10-12 Thread mjw at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19109 --- Comment #5 from Mark Wielaard --- (In reply to H.J. Lu from comment #1) > 1. What are those affected tools? Will they be fixed? When? I don't believe any non-binutils tools handle gabi compressed elf sections yet. In particular elfutils

[Bug gas/19109] Cannot configure default flag_compress_debug

2015-10-12 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19109 --- Comment #8 from Nick Clifton --- Hi Mark, > Is there anything target specific about compressed debug sections? Yes and no. If the ABI for a given target does not support compressed debug sections then technically they might be

[Bug gas/19109] Cannot configure default flag_compress_debug

2015-10-12 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19109 --- Comment #7 from H.J. Lu --- (In reply to Mark Wielaard from comment #5) > (In reply to H.J. Lu from comment #1) > > 1. What are those affected tools? Will they be fixed? When? > > I don't believe any non-binutils tools handle gabi

[Bug gas/19109] Cannot configure default flag_compress_debug

2015-10-12 Thread mjw at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19109 --- Comment #6 from Mark Wielaard --- (In reply to Nick Clifton from comment #4) > Here is a patch that adds a configure option: > --enable-default-compressed-debug-sections=[yes|no]. This option defaults > to "no" for all targets except

[Bug gold/19119] New: Gold accepts bogus target emulation

2015-10-12 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19119 Bug ID: 19119 Summary: Gold accepts bogus target emulation Product: binutils Version: 2.26 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gold

[Bug gas/19109] Cannot configure default flag_compress_debug

2015-10-12 Thread joseph at codesourcery dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19109 --- Comment #11 from joseph at codesourcery dot com --- On Mon, 12 Oct 2015, sch...@linux-m68k.org wrote: > I'd expect the option's default to be os-dependent, not arch-dependent. I agree, as I said in

[Bug gold/19118] New: Gold doesn't support EM_IAMCU

2015-10-12 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19118 Bug ID: 19118 Summary: Gold doesn't support EM_IAMCU Product: binutils Version: 2.26 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gold

[Bug binutils/19090] objcopy --extract-symbol clears e_flags ELF header field

2015-10-12 Thread rhoogenboom at irdeto dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19090 --- Comment #2 from Ronald Hoogenboom --- Created attachment 8707 --> https://sourceware.org/bugzilla/attachment.cgi?id=8707=edit fix the --extract-symbol function The attached patch uses bfd_copy_private_bfd_data when the --extract-symbol