[Bug ld/16572] Remove HASENTRY flag from ld on ARM

2015-03-10 Thread y.gribov at samsung dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16572 Yury Gribov changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ld/17323] ld -r not generate cantunwind records in .ARM.exidx section

2014-08-28 Thread y.gribov at samsung dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17323 Yury Gribov changed: What|Removed |Added CC||nickc at redhat dot com,

[Bug ld/17323] ld -r not generate cantunwind records in .ARM.exidx section

2014-08-28 Thread y.gribov at samsung dot com
||v.garbuzov at samsung dot com, ||y.gribov at samsung dot com -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org

[Bug ld/17212] Tag_CPU_name merging produces wrong tag.

2014-07-30 Thread y.gribov at samsung dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=17212 --- Comment #2 from Yury Gribov --- I think the general question is whether we should tags other from Tag_CPU_arch when merging names (Tag_DIV_use, etc.). -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug ld/16803] 32-bit linker fails on large file with “File truncated” message

2014-04-03 Thread y.gribov at samsung dot com
, ||y.gribov at samsung dot com -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils

[Bug ld/16572] Remove HASENTRY flag from ld on ARM

2014-02-13 Thread y.gribov at samsung dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16572 Yury Gribov changed: What|Removed |Added Target||arm CC|

[Bug ld/16572] Remove HASENTRY flag from ld on ARM

2014-02-13 Thread y.gribov at samsung dot com
, ||y.gribov at samsung dot com -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils

[Bug ld/16572] Remove HASENTRY flag from ld on ARM

2014-02-13 Thread y.gribov at samsung dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16572 --- Comment #1 from Yury Gribov --- Created attachment 7408 --> https://sourceware.org/bugzilla/attachment.cgi?id=7408&action=edit Proposed patch Attaching proposed patch which removes any mentions of HASENTRY from ld and readelf. I see no

[Bug ld/16572] New: Remove HASENTRY flag from ld on ARM

2014-02-13 Thread y.gribov at samsung dot com
Assignee: unassigned at sourceware dot org Reporter: y.gribov at samsung dot com EF_ARM_HASENTRY is non-standard EABI flag which is not supported by e.g. Gold. ARM recommends to remove it from BFD ld as well (see https://sourceware.org/ml/binutils/2014-02/msg00086.html). -- You

[Bug gold/16533] Gold does not set HASENTRY attribute on ARM

2014-02-13 Thread y.gribov at samsung dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16533 Yury Gribov changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ld/16548] Ld does not handle arbitrary .plt/.got displacements

2014-02-10 Thread y.gribov at samsung dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16548 --- Comment #2 from Yury Gribov --- Link to discussion in mailing list: https://sourceware.org/ml/binutils/2014-02/msg00053.html -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug gold/16533] Gold does not set HASENTRY attribute on ARM

2014-02-10 Thread y.gribov at samsung dot com
, ||y.gribov at samsung dot com -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils

[Bug ld/16548] Ld does not handle arbitrary .plt/.got displacements

2014-02-10 Thread y.gribov at samsung dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=16548 --- Comment #1 from Yury Gribov --- Created attachment 7401 --> https://sourceware.org/bugzilla/attachment.cgi?id=7401&action=edit Proposed patch I suggest to add an option --long-plt to allow generation of 4-word wide .plt entries capable

[Bug ld/16548] Ld does not handle arbitrary .plt/.got displacements

2014-02-10 Thread y.gribov at samsung dot com
, ||y.gribov at samsung dot com -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils

[Bug ld/16548] New: Ld does not handle arbitrary .plt/.got displacements

2014-02-10 Thread y.gribov at samsung dot com
Component: ld Assignee: unassigned at sourceware dot org Reporter: y.gribov at samsung dot com Currently BFD linker generates 3-word wide .plt entries for ARM targets: 825c <.plt>: ... 8270: e28fc600 add ip, pc, #0, 12 8274: e28cca08 add ip, ip, #8, 20 ; 0x800

[Bug gold/16533] New: Gold does not set HASENTRY attribute on ARM

2014-02-06 Thread y.gribov at samsung dot com
: gold Assignee: ian at airs dot com Reporter: y.gribov at samsung dot com CC: ccoutant at google dot com Created attachment 7396 --> https://sourceware.org/bugzilla/attachment.cgi?id=7396&action=edit Proposed patch I've recently detected an i