https://sourceware.org/bugzilla/show_bug.cgi?id=28824
Gleb Fotengauer-Malinovskiy changed:
What|Removed |Added
CC||glebfm at altlinux dot
https://sourceware.org/bugzilla/show_bug.cgi?id=30612
Gleb Fotengauer-Malinovskiy changed:
What|Removed |Added
CC||glebfm at altlinux dot
Severity: normal
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: glebfm at altlinux dot org
Target Milestone: ---
$ gcc -c -xc /dev/null -o t.o
$ ar rcsU t.a t.o
$ strace --failed-only -e /time strip -p t.a
utimensat
https://sourceware.org/bugzilla/show_bug.cgi?id=19886
Gleb Fotengauer-Malinovskiy changed:
What|Removed |Added
CC||amodra at gmail dot com
Assignee: unassigned at sourceware dot org
Reporter: glebfm at altlinux dot org
Target Milestone: ---
The fix for PR17287 (commit 1240be6b7d0a5604c4e3efe12c9e1d08ebc246be)
introduced a regression:
$ printf "#include \n void f(void* p) { free(p); }" | gcc -xc - -c
-fPIC -
https://sourceware.org/bugzilla/show_bug.cgi?id=19698
Gleb Fotengauer-Malinovskiy changed:
What|Removed |Added
CC||glebfm at altlinux dot
https://sourceware.org/bugzilla/show_bug.cgi?id=19724
Gleb Fotengauer-Malinovskiy changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolu
ty: normal
Priority: P2
Component: ld
Assignee: unassigned at sourceware dot org
Reporter: glebfm at altlinux dot org
Target Milestone: ---
$ echo 'BAR {global:FOO; local:*;};' > exports
$ echo '"FOO@BAR" = foo;' > libfoo.lds
$