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
-
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
-
https://sourceware.org/bugzilla/show_bug.cgi?id=25207
Hakan changed:
What|Removed |Added
CC||hakancandar at protonmail dot
com
--- Commen
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
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
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
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