[Bug ld/32297] sframe: bfd assertion with empty main on IBT enabled system

2024-10-21 Thread indu.bhagat at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32297 Indu Bhagat changed: What|Removed |Added Assignee|unassigned at sourceware dot org |indu.bhagat at oracle dot com -

[Bug ld/32296] sframe: wrong SFrame info for pltN and .plt.sec for -z ibtplt

2024-10-21 Thread indu.bhagat at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32296 Indu Bhagat changed: What|Removed |Added Assignee|unassigned at sourceware dot org |indu.bhagat at oracle dot com -

[Bug ld/25207] ld: support --image-base= for elf (and -Ttext-segment -z separate-code strangeness)

2024-10-21 Thread hakancandar at protonmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25207 Hakan changed: What|Removed |Added CC||hakancandar at protonmail dot com --- Commen

[Bug ld/32297] sframe: bfd assertion with empty main on IBT enabled system

2024-10-21 Thread indu.bhagat at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32297 --- Comment #1 from Indu Bhagat --- A hand-crafted reproducer: $ cat bar.c void foo(); unsigned long var; void test () { var = (unsigned long)foo; foo (); } $ cat foo.s .globl foo foo: .section.note.GNU-stack,"",@progbits $ gc

[Bug ld/32297] New: sframe: bfd assertion with empty main on IBT enabled system

2024-10-21 Thread indu.bhagat at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32297 Bug ID: 32297 Summary: sframe: bfd assertion with empty main on IBT enabled system Product: binutils Version: 2.43 Status: NEW Severity: normal Pri

[Bug ld/32296] New: sframe: wrong SFrame info for pltN and .plt.sec for -z ibtplt

2024-10-21 Thread indu.bhagat at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32296 Bug ID: 32296 Summary: sframe: wrong SFrame info for pltN and .plt.sec for -z ibtplt Product: binutils Version: 2.43 Status: NEW Severity: normal P

[Bug admin/32252] ./configure produces invalid Makefile

2024-10-21 Thread dilyan.palauzov at aegee dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=32252 --- Comment #7 from dilyan.palauzov at aegee dot org --- It turned out that backslash in echo is not portable, dash behaviour will likely match again bash. I filled https://lists.gnu.org/archive/html/bug-autoconf/2024-10/msg00018.html. -- Y