[Bug gold/20717] New: --gc-sections fails to remove an unused orphan section if the last output section has a KEEP command.

2016-10-19 Thread ikudrin.dev at gmail dot com
) Status: UNCONFIRMED Severity: normal Priority: P2 Component: gold Assignee: ccoutant at gmail dot com Reporter: ikudrin.dev at gmail dot com CC: ian at airs dot com Target Milestone: --- Steps to reproduce: $ cat > test.cc <

[Bug gold/20717] --gc-sections fails to remove an unused orphan section if the last output section has a KEEP command.

2016-10-19 Thread ikudrin.dev at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20717 Igor Kudrin changed: What|Removed |Added CC||ikudrin.dev at gmail dot com -- You

[Bug gas/20315] ARM: gas generates deprecated relocations.

2016-06-29 Thread ikudrin.dev at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20315 Igor Kudrin changed: What|Removed |Added Component|binutils|gas -- You are receiving this mail

[Bug binutils/20315] New: ARM: gas generates deprecated relocations.

2016-06-29 Thread ikudrin.dev at gmail dot com
Component: binutils Assignee: unassigned at sourceware dot org Reporter: ikudrin.dev at gmail dot com Target Milestone: --- Steps to reproduce: $ binutils/configure --target=armv7l-unknown-linux-gnu. $ make all-gas. $ cat > test.s << EOF .text .globl foo foo: b

[Bug ld/20306] New: ld fails when linking with shared object, "--gc-sections" and "-u".

2016-06-28 Thread ikudrin.dev at gmail dot com
Status: UNCONFIRMED Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: ikudrin.dev at gmail dot com Target Milestone: --- The minimal reproducer: $ cat > test.c << EOF extern void foo(); void bar() {foo();}

[Bug ld/19327] New: [AArch64] ld should issue an error if a shared library is built from a non-PIC object

2015-12-04 Thread ikudrin.dev at gmail dot com
Severity: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: ikudrin.dev at gmail dot com Target Milestone: --- On host (Ubuntu 15.10, x86_64): $ cat d.c int d = 5; int f() { return d; } $ cat m.c #include int d = 42

[Bug gold/19328] [AArch64] gold should issue an error if a shared library is built from a non-PIC object

2015-12-04 Thread ikudrin.dev at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19328 Igor Kudrin changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug gold/19328] New: [AArch64] gold should issue an error if a shared library is built from a non-PIC object

2015-12-04 Thread ikudrin.dev at gmail dot com
Severity: normal Priority: P2 Component: gold Assignee: ccoutant at gmail dot com Reporter: ikudrin.dev at gmail dot com CC: ian at airs dot com Target Milestone: --- On host (Ubuntu 15.10, x86_64): $ cat d.c int d = 5; int f() { return

[Bug ld/19327] [AArch64] ld should issue an error if a shared library is built from a non-PIC object

2015-12-04 Thread ikudrin.dev at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=19327 Igor Kudrin changed: What|Removed |Added CC||ikudrin.dev at gmail dot com -- You