[Bug ld/28824] relro security issues

2023-08-09 Thread glebfm at altlinux dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=28824 Gleb Fotengauer-Malinovskiy changed: What|Removed |Added CC||glebfm at altlinux dot

[Bug ld/30612] maxpagesize alignment after relro segment takes up space

2023-08-09 Thread glebfm at altlinux dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=30612 Gleb Fotengauer-Malinovskiy changed: What|Removed |Added CC||glebfm at altlinux dot

[Bug binutils/28391] New: strip/objcopy --preserve-dates *.a: cannot set time: Invalid argument

2021-09-27 Thread glebfm at altlinux dot org
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

[Bug ld/19886] PR17287 --as-needed regression

2016-03-31 Thread glebfm at altlinux dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=19886 Gleb Fotengauer-Malinovskiy changed: What|Removed |Added CC||amodra at gmail dot com

[Bug ld/19886] New: PR17287 --as-needed regression

2016-03-30 Thread glebfm at altlinux dot org
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 -

[Bug binutils/19698] [2.26 Regression] mysql qt4 driver plugin not able to open libmysqlclient.so

2016-02-24 Thread glebfm at altlinux dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=19698 Gleb Fotengauer-Malinovskiy changed: What|Removed |Added CC||glebfm at altlinux dot

[Bug ld/19724] linker script support of (hidden) "FOO@BAR" = foo; is broken

2016-02-24 Thread glebfm at altlinux dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=19724 Gleb Fotengauer-Malinovskiy changed: What|Removed |Added Status|NEW |RESOLVED

[Bug ld/19724] New: linker script support of (hidden) "FOO@BAR" = foo; is broken

2016-02-24 Thread glebfm at altlinux dot org
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 $ echo 'int foo() {re