[Bug gas/20744] [PPC] Incorrect relocation for VLE-instructions

2016-11-21 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20744 Alan Modra changed: What|Removed |Added Status|NEW |ASSIGNED CC|amodra at gm

[Bug gold/20693] kernel build error on ppc64le

2016-11-21 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20693 Cary Coutant changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug gold/20693] kernel build error on ppc64le

2016-11-21 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20693 --- Comment #5 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=c13b08dbbcf752480a7621aa1f89bc5440c74c25 commit c13b08dbbcf752480a7621aa1f8

[Bug gold/20833] x32 kernel build error

2016-11-21 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20833 --- Comment #7 from H.J. Lu --- X32 uses 32-bit pointers in 64-bit address space. It can reach the full 64-bit address space: [hjl@gnu-6 far-3]$ cat x.c #include extern int foo (long long); int main () { long long addr = 0xff600

[Bug ld/20830] .plt.got section is lacking unwind info

2016-11-21 Thread keno at juliacomputing dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20830 --- Comment #7 from Keno Fischer --- In an idealized world, yes, we could assume a default unwind rule if none is found, but in the real world, it is safer to just terminate the unwind when no unwind info is present (because more often than no

[Bug ld/20830] .plt.got section is lacking unwind info

2016-11-21 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20830 --- Comment #6 from H.J. Lu --- There are codes which don't need unwind info, similar to .plt.got. Can unwind library assume DW_CFA_nop if there is no unwind info so that we only need to generate unwind info only when it isn't DW_CFA_nop? --

[Bug gold/20693] kernel build error on ppc64le

2016-11-21 Thread markus at trippelsdorf dot de
https://sourceware.org/bugzilla/show_bug.cgi?id=20693 --- Comment #4 from Markus Trippelsdorf --- Here is an example: trippels@gcc2-power8 linux % objdump -h lib/lib.a | sed -ne '/___ksymtab/{s/.*+/EXTERN(/;s/ .*/)/;p}' >|lib/.lib-ksyms.o.lds trippels@gcc2-power8 linux % cat lib/.lib-ksyms.o.lds

[Bug gold/20467] binutils gold target mipsel-elf fails to build when configuring with --enable-targets=mipsel-elf

2016-11-21 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20467 Cary Coutant changed: What|Removed |Added CC||ccoutant at gmail dot com,

[Bug gold/20693] kernel build error on ppc64le

2016-11-21 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20693 Cary Coutant changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug gold/20693] kernel build error on ppc64le

2016-11-21 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20693 Cary Coutant changed: What|Removed |Added CC||npiggin at gmail dot com --- Comment #

[Bug gold/20767] empty archive input causes "internal error in target, at ../../gold/parameters.h:105"

2016-11-21 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20767 Cary Coutant changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug gold/20833] x32 kernel build error

2016-11-21 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20833 --- Comment #6 from H.J. Lu --- (In reply to Cary Coutant from comment #5) > (In reply to H.J. Lu from comment #3) > > Technically, gold is correct to complain relocation overflow. > > But vvar_vsyscall_gtod_data is in vvar page which is place

[Bug gold/20834] ld.gold on armel hits internal error when using 64K page size

2016-11-21 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20834 Cary Coutant changed: What|Removed |Added Status|NEW |ASSIGNED Summary|ld.gold on

[Bug gold/20833] x32 kernel build error

2016-11-21 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20833 --- Comment #5 from Cary Coutant --- (In reply to H.J. Lu from comment #3) > Technically, gold is correct to complain relocation overflow. > But vvar_vsyscall_gtod_data is in vvar page which is placed before > vdso page: > > 7fffe89d8000-7fff

[Bug gold/20805] gcc's ThreadSanitizer broken by gold

2016-11-21 Thread ccoutant at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20805 --- Comment #12 from Cary Coutant --- (In reply to Markus Trippelsdorf from comment #8) > But Jakub wrote in the gcc bug: > > »As for the ld.bfd optimization that makes linking with ld.bfd work, that is > an optimization if there are any IE r

[Bug binutils/20193] Invalid executable after adding debuglink to an executable produced after merging PE resource sections

2016-11-21 Thread jon.turney at dronecode dot org.uk
https://sourceware.org/bugzilla/show_bug.cgi?id=20193 --- Comment #11 from Jon Turney --- (In reply to Nick Clifton from comment #7) Lookng at this again, this is quite odd behaviour from the loader. Using my own PE dumper, which shows the VirtSize, on the testcase above: 1.exe (valid) Name

[Bug ld/20830] .plt.got section is lacking unwind info

2016-11-21 Thread keno at juliacomputing dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20830 --- Comment #5 from Keno Fischer --- It causes runtime failures in exactly the same cases as missing `.plt` info would: Asynchronous unwinds that happen to originate in .plt stubs. This bug was filed as a result of me working through all the c

[Bug ld/20830] .plt.got section is lacking unwind info

2016-11-21 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20830 --- Comment #4 from H.J. Lu --- (In reply to Keno Fischer from comment #3) > Apologies for the delay. The patch works for me and fixes the cases I saw. I have no plan to apply this patch unless it changes run-time behavior with a testcase. -

[Bug gold/20114] Partial relro support for s390x gold

2016-11-21 Thread dje at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20114 David Edelsohn changed: What|Removed |Added CC||dje at sourceware dot org -- You ar

[Bug ld/20113] Partial relro support for s390x ld

2016-11-21 Thread dje at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20113 David Edelsohn changed: What|Removed |Added CC||dje at sourceware dot org -- You ar

[Bug ld/20849] [avr][avr_tiny] Don't put .rodata in RAM.

2016-11-21 Thread gjl at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20849 Georg-Johann Lay changed: What|Removed |Added Target||avr Priority|P2

[Bug ld/20849] [avr][avr_tiny] Don't put .rodata in RAM.

2016-11-21 Thread gjl at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20849 --- Comment #1 from Georg-Johann Lay --- Created attachment 9658 --> https://sourceware.org/bugzilla/attachment.cgi?id=9658&action=edit Untested patch ld/ PR target/20849 * scripttempl/avrtiny.sc (__RODATA_PM_OFFSET__): New

[Bug ld/20849] New: [avr][avr_tiny] Don't put .rodata in RAM.

2016-11-21 Thread gjl at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20849 Bug ID: 20849 Summary: [avr][avr_tiny] Don't put .rodata in RAM. Product: binutils Version: 2.27 Status: NEW Severity: enhancement Priority: P2 Component: ld

[Bug gas/20827] [2.28 Regression] gas: Assertion failure in encode_arm_shift at ../../gas/config/tc-arm.c:7438

2016-11-21 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20827 --- Comment #3 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Renlin Li : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5689c9424b33aac68c4762ce0bda09ca7e3affe0 commit 5689c9424b33aac68c4762ce0bda09

[Bug ld/20815] throw errors for invalid load segment

2016-11-21 Thread ma.jiang at zte dot com.cn
https://sourceware.org/bugzilla/show_bug.cgi?id=20815 --- Comment #18 from ma.jiang at zte dot com.cn --- (In reply to Nick Clifton from comment #17) Hi Nick, I have tested the proposed patch. And yes, it does print error messages as expected, thanks! I only have two small question about the