https://sourceware.org/bugzilla/show_bug.cgi?id=19091
Bug ID: 19091
Summary: sh: FDPIC linker fails to produce DT_PLTGOT for some
files
Product: binutils
Version: unspecified
Status: NEW
Severity: normal
https://sourceware.org/bugzilla/show_bug.cgi?id=19090
Bug ID: 19090
Summary: objcopy --extract-symbol clears e_flags ELF header
field
Product: binutils
Version: 2.23
Status: NEW
Severity: normal
Priori
https://sourceware.org/bugzilla/show_bug.cgi?id=19073
--- Comment #5 from H.J. Lu ---
(In reply to Andreas Krebbel from comment #4)
>
> The problem is that there might be symbols marked as versioned but without
> having @ in its names. p is NULL then.
>
> We have that with setjmp in Glibc:
> 23
https://sourceware.org/bugzilla/show_bug.cgi?id=19073
--- Comment #4 from Andreas Krebbel ---
(gdb) p name
$1 = 0x8024eab7 "setjmp"
(gdb) p shortname
$2 = 0x3ff77b15020 "setjmp"
(gdb) p shortlen
$3 = 18446744071559648585
(gdb) l
1722
1723 shortlen = p - name;
1724 shortname = (char *) b