[Bug binutils/32576] ld memory leak in xmalloc

2025-01-19 Thread swj22 at mails dot tsinghua.edu.cn
https://sourceware.org/bugzilla/show_bug.cgi?id=32576 --- Comment #1 from 孙文举 --- **Step to reproduce** We configured `ld` using `CFLAGS="-g -fsanitize=address" ./configure --prefix=$(pwd)/ ` and build it using `make -j `, and run it with: ``` ./ld -w -- You are receiving this mail becaus

[Bug binutils/32576] New: ld memory leak in xmalloc

2025-01-19 Thread swj22 at mails dot tsinghua.edu.cn
https://sourceware.org/bugzilla/show_bug.cgi?id=32576 Bug ID: 32576 Summary: ld memory leak in xmalloc Product: binutils Version: 2.43 Status: UNCONFIRMED Severity: normal Priority: P2 Component: binutils

[Bug ld/14885] Options --warn-unresolved-symbols/--unresolved-symbols=ignore-all do not affect hidden/internal/protected symbols

2025-01-19 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=14885 Sam James changed: What|Removed |Added CC||sam at gentoo dot org -- You are receivi

[Bug ld/31714] Static function pointer

2025-01-19 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=31714 Sam James changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug ld/31714] Static function pointer

2025-01-19 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=31714 Sam James changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug ld/32572] -z force-bti + -Ttext-segment produce wrong PLT entries on aarch64

2025-01-19 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32572 --- Comment #1 from H.J. Lu --- [hjl@gnu-tgl-3 pr32572]$ cat x.s .arch armv8-a .text .global _start .type _start, %function _start: .cfi_startproc hint34 // bti c b foo

[Bug ld/12524] Linking with --oformat=binary discards non-static global variables

2025-01-19 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=12524 Sam James changed: What|Removed |Added See Also||http://llvm.org/bugs/show_b

[Bug ld/18829] Add the ability to sort PLT entries

2025-01-19 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=18829 Sam James changed: What|Removed |Added Status|NEW |WAITING -- You are receiving this mail b

[Bug ld/19263] [2.26/2.27 Regression] binutils fails to link 32bit libstdc++ on s390x-linux-gnu

2025-01-19 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=19263 Sam James changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ld/32572] -z force-bti + -Ttext-segment produce wrong PLT entries on aarch64

2025-01-19 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32572 Sam James changed: What|Removed |Added CC||sudi at gcc dot gnu.org,

[Bug ld/32572] -z force-bti + -Ttext-segment produce wrong PLT entries on aarch64

2025-01-19 Thread sam at gentoo dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32572 Sam James changed: What|Removed |Added CC||sam at gentoo dot org -- You are receivi

[Bug gas/31889] gas confuses operand types for tbz/tbnz/adrp (accepts illegal syntax)

2025-01-19 Thread witbring at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31889 --- Comment #2 from Hyungseok Kim --- Thank you for confirming. I would also appreciate it if you could address the confirmed bugs. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/31888] gas ignores operand expression for lsr and doesn't emit a diagnostic

2025-01-19 Thread witbring at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31888 --- Comment #2 from Hyungseok Kim --- Thank you for confirming. I would also appreciate it if you could address the bug fixes. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/31885] gas silently changes register types without any diagnostic/warning

2025-01-19 Thread witbring at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31885 --- Comment #3 from Hyungseok Kim --- Thank you for your response. I believe it would be beneficial for assembly tools to conduct syntax checks more thoroughly and explicitly. In that regard, I believe the non-default mode is more advantageous

[Bug ld/32572] New: -z force-bti + -Ttext-segment produce wrong PLT entries on aarch64

2025-01-19 Thread aurelien at aurel32 dot net
https://sourceware.org/bugzilla/show_bug.cgi?id=32572 Bug ID: 32572 Summary: -z force-bti + -Ttext-segment produce wrong PLT entries on aarch64 Product: binutils Version: 2.44 (HEAD) Status: NEW Severity: normal