[Bug ld/32867] ldscript MAX expression including a symbol defined outside section clauses gets the wrong value

2025-04-11 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32867 Hans-Peter Nilsson changed: What|Removed |Added Version|unspecified |2.45 (HEAD) Host|

[Bug ld/32867] ldscript MAX expression including a symbol defined outside section clauses gets the wrong value

2025-04-11 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32867 --- Comment #1 from Hans-Peter Nilsson --- FAOD: the testcases check the symbol table value for THE_END, which is just correlated to the the actual problem: that the image (the .padding section) got the wrong size. For maxdoto, it's the .text

[Bug ld/32867] New: ldscript MAX expression including a symbol defined outside section clauses gets the wrong value

2025-04-11 Thread hp at sourceware dot org
: NEW Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: hp at sourceware dot org Target Milestone: --- Created attachment 16018 --> https://sourceware.org/bugzilla/attachment.cgi?id=16018&acti

[Bug binutils/28851] ar: add 'L' modifier as a shortcut for ADDLIB

2024-11-26 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=28851 --- Comment #1 from Hans-Peter Nilsson --- I just stumbled upon this wart (can't straightforwardly create a static archive from he contents of other static archives and objects) in local scripts - or rather, how it was worked around: creating

[Bug ld/30354] Debug info is lost for functions only called from functions marked with cmse_nonsecure_entry

2023-05-03 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30354 --- Comment #6 from Hans-Peter Nilsson --- (In reply to Torbjörn SVENSSON from comment #5) > I don't know if there has been any other cleanup lately in ld, but it looks > like the elf size is much smaller with ld from master than > 5c0b4ee4060

[Bug binutils/30033] binutils-2.40 broke arm-linux-gnueabi libraries on arm64 kernel with >4KB pages

2023-01-23 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30033 Hans-Peter Nilsson changed: What|Removed |Added CC|hp at bitrange dot com | -- You are receiving th

[Bug binutils/30033] binutils-2.40 broke arm-linux-gnueabi libraries on arm64 kernel with >4KB pages

2023-01-23 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30033 --- Comment #2 from Hans-Peter Nilsson --- An "armhf" userspace on a "arm64" kernel with non-4KiB pagesize is an odd beast, odd enough that it's hidden behind EXPERT settings when building the kernel and warnings about having to rebuild tools.

[Bug ld/28824] relro security issues

2023-01-21 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=28824 --- Comment #16 from Hans-Peter Nilsson --- (In reply to Hans-Peter Nilsson from comment #15) > that may be the most pragmatic solution for aarch64. Correction: for *all* architectures that need to support large-enough page-sizes. Perhaps a p

[Bug ld/28824] relro security issues

2023-01-21 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=28824 --- Comment #15 from Hans-Peter Nilsson --- (In reply to Rui Ueyama from comment #12) > In the mold linker, we are dealing with the issue by mapping the page that > is at the boundary of relro and non-relro twice as the last relro page and > t

[Bug ld/29956] mn10300 linker always triggers LOAD segment with RWX permissions test by default

2023-01-03 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29956 --- Comment #4 from Hans-Peter Nilsson --- A maintainer can make the call to add such targets to the clause at ld/configure.tgt line 48. Just don't forget to add the bare-metal specifier (e.g. *-elf) there, for targets where a variant also ha

[Bug binutils/15869] nm --size-sort test fails for alpha-unknown-linux-gnuecoff

2022-11-24 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=15869 --- Comment #2 from Hans-Peter Nilsson --- (In reply to Alan Modra from comment #1) > nm --size-sort works here. The other nm.exp tests mentioned in the report still fail at f9e2163a3e48 though: Running /x/src/binutils/testsuite/binutils-all

[Bug ld/29263] /usr/bin/ld: warning: /usr/lib/gcc/hppa-linux-gnu/11/../../../hppa-linux-gnu/crtn.o: missing .note.GNU-stack section implies executable stack

2022-06-20 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29263 --- Comment #5 from Hans-Peter Nilsson --- But I should add: I'd suggest to inspect whatever goes on with the linker script; a "hosted" target reasonably shouldn't get data and code segments mixed. Maybe there's something to adjust there to m

[Bug ld/29263] /usr/bin/ld: warning: /usr/lib/gcc/hppa-linux-gnu/11/../../../hppa-linux-gnu/crtn.o: missing .note.GNU-stack section implies executable stack

2022-06-20 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29263 --- Comment #4 from Hans-Peter Nilsson --- (In reply to dave.anglin from comment #3) > dave@mx3210:~/shmat$ gcc main.c -Wl,--no-warn-execstack > /usr/bin/ld: warning: a.out has a LOAD segment with RWX permissions That's a different warning a

[Bug gprofng/29113] Build error for x86_64-w64-mingw32 host since CLOCK_MONOTONIC does not exist

2022-05-03 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=29113 --- Comment #6 from Hans-Peter Nilsson --- (In reply to Vladimir Mezentsev from comment #2) > How do you configure your build ? > > gprofng should not be built for x86_64-w64-mingw32. > Only these platforms are supported: > > % cat gprofng/

[Bug binutils/28602] binutils/testsuite/lib/binutils-common.exp: Support free-form shell commands and check patterns

2021-11-18 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=28602 --- Comment #2 from Hans-Peter Nilsson --- (In reply to Fangrui Song from comment #0) > 3) Can we allow free-form shell commands instead of specialized directives? > > It is mythical what can and what can't be used in `#foo:`. > OK, a user ca

[Bug binutils/27845] readelf crashes: heap-buffer-overflow

2021-05-11 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=27845 --- Comment #3 from Hans-Peter Nilsson --- (In reply to cvs-com...@gcc.gnu.org from comment #1) > commit f2f9554bf0d15a5b93289ebfef7e04d0aeb51a60 If this is backported to any branch, please also backport d30182b51edd0. -- You are receiving

[Bug ld/26589] ld segfaulting building uClibc-ng 1.0.35 for crisv32-linux

2020-12-03 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=26589 Hans-Peter Nilsson changed: What|Removed |Added Target Milestone|2.36|2.35.1 -- You are receiving thi

[Bug ld/26589] ld segfaulting building uClibc-ng 1.0.35 for crisv32-linux

2020-09-14 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=26589 Hans-Peter Nilsson changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug ld/26589] ld segfaulting building uClibc-ng 1.0.35 for crisv32-linux

2020-09-14 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=26589 Hans-Peter Nilsson changed: What|Removed |Added Assignee|unassigned at sourceware dot org |hp at sourceware dot org

[Bug ld/26589] ld segfaulting building uClibc-ng 1.0.35 for crisv32-linux

2020-09-10 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=26589 --- Comment #4 from Hans-Peter Nilsson --- (In reply to wbx from comment #3) > Created attachment 12828 [details] > gcc -v Thanks, I'll have a look in a day or two. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/26589] ld segfaulting building uClibc-ng 1.0.35 for crisv32-linux

2020-09-08 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=26589 --- Comment #2 from Hans-Peter Nilsson --- (In reply to wbx from comment #0) > /home/wbx/openadk/toolchain_qemu-cris_uclibc-ng_crisv32/usr/bin/crisv32- > openadk-linux-uclibc-gcc -Wl,-EL -Wl,-mcrislinux -shared -Wl,--warn-common > -Wl,--warn

[Bug gas/25331] mmix-gas fails to assemble newlib-3.1.0: internal error: fixup not contained within frag

2020-06-29 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=25331 Hans-Peter Nilsson changed: What|Removed |Added Target Milestone|--- |2.35 Status|ASSIGNED

[Bug gas/25331] mmix-gas fails to assemble newlib-3.1.0: internal error: fixup not contained within frag

2020-06-28 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=25331 --- Comment #6 from Hans-Peter Nilsson --- Fixed for the upcoming binutils-2.35. Thanks for the report and sorry for the delay. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/26083] cris linker generate zero sized PLTRELSZ

2020-06-07 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=26083 Hans-Peter Nilsson changed: What|Removed |Added Severity|normal |enhancement --- Comment #1 from

[Bug binutils/25876] Demangling support for "spaceship operator"

2020-04-27 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=25876 Hans-Peter Nilsson changed: What|Removed |Added Resolution|INVALID |MOVED URL|

[Bug gas/25331] mmix-gas fails to assemble newlib-3.1.0: internal error: fixup not contained within frag

2020-01-01 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=25331 Hans-Peter Nilsson changed: What|Removed |Added Summary|mmix-gas fals to assemble |mmix-gas fails to assemble

[Bug gas/25331] mmix-gas fals to assemble newlib-3.1.0 (-fstack-protector-strong -ffunction-sections): internal error: fixup not contained within frag

2020-01-01 Thread hp at sourceware dot org
||2020-01-02 Assignee|unassigned at sourceware dot org |hp at sourceware dot org Ever confirmed|0 |1 --- Comment #2 from Hans-Peter Nilsson --- JFTR, gas needs the option "-x" to assemble this (as usually passed by gcc)

[Bug gas/25331] mmix-gas fals to assemble newlib-3.1.0 (-fstack-protector-strong -ffunction-sections): internal error: fixup not contained within frag

2020-01-01 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=25331 Hans-Peter Nilsson changed: What|Removed |Added CC|hp at bitrange dot com |hp at sourceware dot org

[Bug gprof/2587] Failed to build gprof under gmake patched by Apple.

2019-11-14 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=2587 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at sourceware dot org

[Bug binutils/23070] mipsel-linux-gnu ld testsuite failure for "DT_TEXTREL map file warning"

2018-04-16 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=23070 Hans-Peter Nilsson changed: What|Removed |Added Keywords||testsuite -- You are receiving

[Bug binutils/23071] New: gas and binutils testsuite errors for mipsisa32r2el-linux-gnu apparently due to defaulted architecture

2018-04-16 Thread hp at sourceware dot org
(HEAD) Status: NEW Keywords: testsuite Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: hp at sourceware dot org Target Milestone: --- Host: x86_64-linux

[Bug binutils/23070] New: mipsel-linux-gnu ld testsuite failure for "DT_TEXTREL map file warning"

2018-04-16 Thread hp at sourceware dot org
Severity: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: hp at sourceware dot org Target Milestone: --- Host: x86_64-linux Target: mipsel-linux-gnu At master c77852c (HEAD as of th

[Bug gas/22335] Gas expression solver can cause wrong code for 32-bit BFD builds.

2017-10-22 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=22335 --- Comment #1 from Hans-Peter Nilsson --- A randomly picked 32-bit target where this fails *for a 32-bit BFD build* is avr-elf. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/22335] New: Gas expression solver can cause wrong code for 32-bit BFD builds.

2017-10-22 Thread hp at sourceware dot org
Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: hp at sourceware dot org Target Milestone: --- Created attachment 10550 --> https://sourceware.org/bugzilla/attachment.cgi?id=10550&action=edit test-case in the fo

[Bug gas/22304] XPASS tests in gas

2017-10-22 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=22304 Hans-Peter Nilsson changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug gas/22304] XPASS tests in gas

2017-10-22 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=22304 Hans-Peter Nilsson changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug gas/22304] XPASS tests in gas

2017-10-21 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=22304 --- Comment #7 from Hans-Peter Nilsson --- (In reply to H.J. Lu from comment #0) > On x86-64, cross binutils to cris-linux gave > > XPASS: gas/cris/shexpr-1 > XPASS: gas/cris/range-err-1.s (test for errors, line 29) > XPASS: gas/cris/range-e

[Bug gas/22304] XPASS tests in gas

2017-10-19 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=22304 Hans-Peter Nilsson changed: What|Removed |Added Summary|XPASS tests in gas and |XPASS tests in gas

[Bug gas/22304] XPASS tests in gas and unknown successes in ld

2017-10-18 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=22304 Hans-Peter Nilsson changed: What|Removed |Added CC|hp at bitrange dot com | -- You are receiving th

[Bug gas/22304] XPASS tests in gas and unknown successes in ld

2017-10-18 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=22304 --- Comment #4 from Hans-Peter Nilsson --- (In reply to Hans-Peter Nilsson from comment #3) > (In reply to Nick Clifton from comment #2) > Um, these tests now fail for my -m32 autotester setup. FAOD, referring to the gas tests, I haven't look

[Bug gas/22304] XPASS tests in gas and unknown successes in ld

2017-10-18 Thread hp at sourceware dot org
||hp at sourceware dot org Resolution|FIXED |--- Assignee|unassigned at sourceware dot org |hp at sourceware dot org --- Comment #3 from Hans-Peter Nilsson --- (In reply to Nick Clifton from comment #2) > Hi H.J. > >

[Bug ld/20125] mmix: C++ code fails to link

2017-09-13 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20125 Hans-Peter Nilsson changed: What|Removed |Added Target Milestone|2.30|2.29.1 -- You are receiving thi

[Bug ld/20125] mmix: C++ code fails to link

2017-08-20 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=20125 Hans-Peter Nilsson changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug binutils/21233] Internal error, /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 assertion fail ../../bfd/elfxx-mips.c:3861

2017-04-04 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=21233 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at sourceware dot org

[Bug ld/16044] BFD (GNU Binutils) 2.23.2 assertion fail elf32-cris.c:2732

2017-03-28 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=16044 Hans-Peter Nilsson changed: What|Removed |Added Target Milestone|--- |2.29 -- You are receiving this

[Bug ld/16044] BFD (GNU Binutils) 2.23.2 assertion fail elf32-cris.c:2732

2017-03-28 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=16044 Hans-Peter Nilsson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ld/16044] BFD (GNU Binutils) 2.23.2 assertion fail elf32-cris.c:2732

2017-03-28 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=16044 --- Comment #15 from Hans-Peter Nilsson --- A link to the commit is available above and the reporter CC:ed on the message to the mailing list. Reporter, while I have no doubt that the issue s fully fixed, I await your confirmation before clos

[Bug ld/16044] BFD (GNU Binutils) 2.23.2 assertion fail elf32-cris.c:2732

2017-03-12 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=16044 Hans-Peter Nilsson changed: What|Removed |Added Status|WAITING |NEW --- Comment #13 from Hans-Pe

[Bug ld/16044] BFD (GNU Binutils) 2.23.2 assertion fail elf32-cris.c:2732

2017-03-12 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=16044 --- Comment #12 from Hans-Peter Nilsson --- Created attachment 9899 --> https://sourceware.org/bugzilla/attachment.cgi?id=9899&action=edit uclibc_nonshared.a Reports should not rely on the contents of external sites, so I've extracted the r

[Bug ld/16044] BFD (GNU Binutils) 2.23.2 assertion fail elf32-cris.c:2732

2017-03-12 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=16044 --- Comment #11 from Hans-Peter Nilsson --- Created attachment 9898 --> https://sourceware.org/bugzilla/attachment.cgi?id=9898&action=edit libpthread_nonshared.a -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug ld/16044] BFD (GNU Binutils) 2.23.2 assertion fail elf32-cris.c:2732

2017-03-12 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=16044 --- Comment #10 from Hans-Peter Nilsson --- Created attachment 9897 --> https://sourceware.org/bugzilla/attachment.cgi?id=9897&action=edit libgcc.a -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug ld/16044] BFD (GNU Binutils) 2.23.2 assertion fail elf32-cris.c:2732

2017-03-12 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=16044 --- Comment #9 from Hans-Peter Nilsson --- Created attachment 9896 --> https://sourceware.org/bugzilla/attachment.cgi?id=9896&action=edit libc_so.a -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug ld/16044] BFD (GNU Binutils) 2.23.2 assertion fail elf32-cris.c:2732

2017-03-12 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=16044 --- Comment #8 from Hans-Peter Nilsson --- Created attachment 9895 --> https://sourceware.org/bugzilla/attachment.cgi?id=9895&action=edit libc.map -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/16044] BFD (GNU Binutils) 2.23.2 assertion fail elf32-cris.c:2732

2017-03-12 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=16044 --- Comment #7 from Hans-Peter Nilsson --- Created attachment 9894 --> https://sourceware.org/bugzilla/attachment.cgi?id=9894&action=edit ld-uClibc.so.1 -- You are receiving this mail because: You are on the CC list for the bug. __

[Bug ld/16044] BFD (GNU Binutils) 2.23.2 assertion fail elf32-cris.c:2732

2017-03-12 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=16044 --- Comment #6 from Hans-Peter Nilsson --- Created attachment 9893 --> https://sourceware.org/bugzilla/attachment.cgi?id=9893&action=edit interp.os -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug ld/16044] BFD (GNU Binutils) 2.23.2 assertion fail elf32-cris.c:2732

2017-03-11 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=16044 Hans-Peter Nilsson changed: What|Removed |Added Status|NEW |WAITING -- You are receiving th

[Bug ld/16044] BFD (GNU Binutils) 2.23.2 assertion fail elf32-cris.c:2732

2017-03-11 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=16044 --- Comment #4 from Hans-Peter Nilsson --- (In reply to wbx from comment #1) > Is the assertion to strict/wrong for crisv10? The short answer is "no". The longer answer includes "Other things happen for CRIS v10 than for CRIS v32 for archit

[Bug ld/16044] BFD (GNU Binutils) 2.23.2 assertion fail elf32-cris.c:2732

2017-03-11 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=16044 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at sourceware dot org

[Bug ld/20125] mmix: C++ code fails to link

2016-05-20 Thread hp at sourceware dot org
||hp at sourceware dot org Assignee|unassigned at sourceware dot org |hp at sourceware dot org -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils

[Bug binutils/19935] [SH] --enable-initfini-array causes failures in GCC testsuite

2016-04-14 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=19935 --- Comment #10 from Hans-Peter Nilsson --- (In reply to H.J. Lu from comment #9) > There is no excuse not to support .init_array, .fini_array and > .preinit_array. I will go one step further to say that we should > deprecate any ELF targets

[Bug binutils/19935] [SH] --enable-initfini-array causes failures in GCC testsuite

2016-04-14 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=19935 Hans-Peter Nilsson changed: What|Removed |Added Target|sh*-*-* cris|sh*-*-* cris*-*-elf -- You are

[Bug binutils/19935] [SH] --enable-initfini-array causes failures in GCC testsuite

2016-04-14 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=19935 Hans-Peter Nilsson changed: What|Removed |Added Target|sh*-*-* |sh*-*-* cris -- You are receivi

[Bug binutils/19935] [SH] --enable-initfini-array causes failures in GCC testsuite

2016-04-14 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=19935 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at sourceware dot org

[Bug binutils/16698] BFD (GNU Binutils) 2.24 assertion fail elf32-arm.c:12387

2014-06-12 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=16698 Hans-Peter Nilsson changed: What|Removed |Added CC|hp at sourceware dot org | --- Comment #5 from

[Bug ld/16963] SEARCH_DIR missing for some targets without sysroot since genscript.sh cleanup (0f70b6b)

2014-06-06 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=16963 Hans-Peter Nilsson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ld/16792] $tooldir/lib is sysrooted when built --with-sysroot

2014-05-19 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=16792 --- Comment #3 from Hans-Peter Nilsson --- (In reply to Cygwin/X maintainer from comment #2) > When a sysroot is in use, libraries usually end up in =/lib and =/usr/lib > (or =/mingw/lib for *-*-mingw*), but $exec_prefix/$target_alias/lib has

[Bug ld/16792] $tooldir/lib is sysrooted when built --with-sysroot

2014-05-19 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=16792 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at sourceware dot org

[Bug ld/16963] SEARCH_DIR missing for some targets without sysroot since genscript.sh cleanup (0f70b6b)

2014-05-19 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=16963 Hans-Peter Nilsson changed: What|Removed |Added Assignee|unassigned at sourceware dot org |hp at sourceware dot org

[Bug ld/16963] SEARCH_DIR missing for some targets without sysroot since genscript.sh cleanup (0f70b6b)

2014-05-19 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=16963 --- Comment #1 from Hans-Peter Nilsson --- Patch at . -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-b

[Bug ld/16963] New: SEARCH_DIR missing for some targets without sysroot since genscript.sh cleanup (0f70b6b)

2014-05-19 Thread hp at sourceware dot org
Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: hp at sourceware dot org Commit 0f70b6b was not intended to change the "tdir" for targets without sysroot. However, it removed the default se

[Bug ld/16744] '-z noexecstack' does not add .note.GNU-stack for relocatables

2014-03-24 Thread hp at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=16744 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at sourceware dot org

[Bug ld/16656] New: mipsisa32r2el-unknown-linux-gnu testsuite failures

2014-03-03 Thread hp at sourceware dot org
Component: ld Assignee: unassigned at sourceware dot org Reporter: hp at sourceware dot org Observed with f97a10f. Target is mipsisa32r2el-unknown-linux-gnu Host is x86_64-unknown-linux-gnu === ld tests === Schedule of variations: unix ... Running /tmp

[Bug gas/16288] New: Specifying an ISA in a .set directive causes a warning if "lower" than set from command-line

2013-12-02 Thread hp at sourceware dot org
tatus: NEW Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: hp at sourceware dot org Target: mips*-* Seen with recent master of binutils, for example 310bf259c3524c2954; from code-inspection

[Bug ld/15126] [REGRESSION] 2.23.51.0.9 fails to link cairo with libstdc++ (could not read symbols: Invalid operation)

2013-12-01 Thread hp at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=15126 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at sourceware dot org -- You

[Bug binutils/14768] Checklist: Binutils Migration To Git

2013-09-19 Thread hp at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=14768 --- Comment #21 from Hans-Peter Nilsson --- (In reply to Hans-Peter Nilsson from comment #16) > * Add remaining "partial checkout" methods as mentioned in > CVSROOT/modules to src-release, for related migrating projects (well, at > least "sim")

[Bug binutils/14768] Checklist: Binutils Migration To Git

2013-09-19 Thread hp at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=14768 --- Comment #20 from Hans-Peter Nilsson --- (In reply to Tom Tromey from comment #19) > (In reply to Hans-Peter Nilsson from comment #18) > > > Sorry, there was an ambiguity here. By "work-flow" I meant > > "git-migration-unrelated usual work

[Bug binutils/14768] Checklist: Binutils Migration To Git

2013-08-30 Thread hp at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=14768 --- Comment #18 from Hans-Peter Nilsson --- (In reply to jos...@codesourcery.com from comment #17) > On Fri, 30 Aug 2013, hp at sourceware dot org wrote: > > > * Git migrations and work-flow offered for remaining projects > >

[Bug binutils/14768] Checklist: Binutils Migration To Git

2013-08-30 Thread hp at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=14768 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at sourceware dot org

[Bug binutils/15869] New: nm --size-sort test fails for alpha-unknown-linux-gnuecoff

2013-08-20 Thread hp at sourceware dot org
Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: hp at sourceware dot org Host: i686-pc-linux-gnu Target: alpha-unknown-linux-gnuecoff Build HEAD for alpha-unknown-linux-gnuecoff (*not* alpha-linux-ecoff

[Bug gas/15602] .word L2-L1 fails to diagnose offsets larger than 16 bits, resulting in broken jump tables on m68k

2013-06-12 Thread hp at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=15602 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at sourceware dot org

[Bug ld/15217] branch-to-arm-from-thumb for typeless symbol is missing a stub

2013-05-07 Thread hp at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=15217 Hans-Peter Nilsson changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug ld/15217] branch-to-arm-from-thumb for typeless symbol is missing a stub

2013-03-03 Thread hp at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=15217 Hans-Peter Nilsson changed: What|Removed |Added AssignedTo|unassigned at sourceware|hp at sourceware dot org

[Bug ld/15217] branch-to-arm-from-thumb for typeless symbol is missing a stub

2013-03-03 Thread hp at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=15217 Hans-Peter Nilsson changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #2 from Hans

[Bug ld/15217] New: branch-to-arm-from-thumb for typeless symbol is missing a stub

2013-02-28 Thread hp at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=15217 Bug #: 15217 Summary: branch-to-arm-from-thumb for typeless symbol is missing a stub Product: binutils Version: 2.24 (HEAD) Status: NEW Severity: normal

[Bug binutils/15151] archive support is broken

2013-02-15 Thread hp at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=15151 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at sourceware dot org

[Bug binutils/14481] bfd leaks archive member hash table

2012-11-26 Thread hp at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=14481 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at sourceware dot org

[Bug binutils/14720] FAIL: ar long file names (bfdtest1)

2012-10-15 Thread hp at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=14720 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at sourceware dot org

[Bug gas/14521] segv with '.section .text,"axG",@progbits,.foo,comdat'

2012-09-03 Thread hp at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=14521 Hans-Peter Nilsson changed: What|Removed |Added Version|unspecified |2.24 (HEAD) -- Configure bugmail

[Bug gas/14521] segv with '.section .text,"axG",@progbits,.foo,comdat'

2012-09-03 Thread hp at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=14521 Hans-Peter Nilsson changed: What|Removed |Added Version|2.23 (HEAD) |unspecified -- Configure bugmail

[Bug gas/14521] segv with '.section .text,"axG",@progbits,.foo,comdat'

2012-09-03 Thread hp at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=14521 Hans-Peter Nilsson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug gas/14521] New: segv with '.section .text,"axG",@progbits,.foo,comdat'

2012-08-26 Thread hp at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=14521 Bug #: 14521 Summary: segv with '.section .text,"axG",@progbits,.foo,comdat' Product: binutils Version: 2.23 (HEAD) Status: NEW Severity: normal Priority: P2

[Bug ld/14385] testSummary

2012-07-22 Thread hp at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=14385 --- Comment #1 from Hans-Peter Nilsson 2012-07-22 14:49:51 UTC --- Without *any* description as to what is wrong with this file and how it was created by binutils or how a binutils tool misinterprets it, I'm inclined to scream VIRUS ALERT! Se

[Bug binutils/14072] Incorrect handling of config.h and/or sysdep.h causing problems

2012-05-17 Thread hp at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=14072 --- Comment #6 from Hans-Peter Nilsson 2012-05-17 18:15:38 UTC --- Created attachment 6408 --> http://sourceware.org/bugzilla/attachment.cgi?id=6408 example libtool, this one for arm-eabi gas; objdir/gas/libtool Looks like libtool for some

[Bug binutils/14072] Incorrect handling of config.h and/or sysdep.h causing problems

2012-05-17 Thread hp at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=14072 Hans-Peter Nilsson changed: What|Removed |Added CC||hp at sourceware dot org

[Bug gas/3808] gas failure for mips-elf on HEAD

2012-05-16 Thread hp at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=3808 Hans-Peter Nilsson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug ld/3809] ld failures for mips-elf on HEAD

2012-05-16 Thread hp at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=3809 Hans-Peter Nilsson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug binutils/6742] Ungraceful build error if bison or yacc is not available when building ld from CVS

2012-05-12 Thread hp at sourceware dot org
||hp at sourceware dot org Summary|Ld can not be build for |Ungraceful build error if |target cygwin if yacc is|bison or yacc is not |not available |available when building ld

[Bug ld/13990] ld/ld-new: BFD assertion fail, elf32-arm.c:12259 with --gc-sections and --shared, GCing a PLT reference to a local symbol

2012-04-24 Thread hp at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=13990 Hans-Peter Nilsson changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug ld/13990] ld/ld-new: BFD assertion fail, elf32-arm.c:12259 with --gc-sections and --shared, GCing a PLT reference to a local symbol

2012-04-18 Thread hp at sourceware dot org
||http://sourceware.org/ml/bi ||nutils/2012-04/msg00228.htm ||l AssignedTo|unassigned at sourceware|hp at sourceware dot org |dot org

[Bug ld/13990] New: ld/ld-new: BFD assertion fail, elf32-arm.c:12259 with --gc-sections and --shared, GCing a PLT reference to a local symbol

2012-04-18 Thread hp at sourceware dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=13990 Bug #: 13990 Summary: ld/ld-new: BFD assertion fail, elf32-arm.c:12259 with --gc-sections and --shared, GCing a PLT reference to a local symbol Product: binutils

  1   2   3   >