[Bug gas/18826] REL vs RELA relocations by default in the ARM backend

2015-08-14 Thread amodra at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18826 Alan Modra changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug ld/18829] Add the ability to sort PLT entries

2015-08-14 Thread gregory.d.bentley at intel dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18829 --- Comment #2 from Greg Bentley --- (In reply to H.J. Lu from comment #1) > Have you tried -fno-plt option in GCC 6? It removes PLT > and calls external functions via GOT directly. No, I hadn't heard of that option. Thanks for the pointer.

[Bug ld/18829] Add the ability to sort PLT entries

2015-08-14 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18829 H.J. Lu changed: What|Removed |Added CC||hjl.tools at gmail dot com --- Comment #1 f

[Bug ld/18829] New: Add the ability to sort PLT entries

2015-08-14 Thread gregory.d.bentley at intel dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18829 Bug ID: 18829 Summary: Add the ability to sort PLT entries Product: binutils Version: 2.26 (HEAD) Status: NEW Severity: enhancement Priority: P2 Component: ld

[Bug gas/18826] REL vs RELA relocations by default in the ARM backend

2015-08-14 Thread joseph at codesourcery dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18826 --- Comment #1 from joseph at codesourcery dot com --- In principle BFD supports mixed REL / RELA relocations in a single input object file. I think the tic6x back end supports it, for example (or at least was meant to, but it's a while sin

[Bug binutils/18741] Corrupted .ARM.attributes section with -meabi=gnu option

2015-08-14 Thread markus.eisenmann at gmx dot at
https://sourceware.org/bugzilla/show_bug.cgi?id=18741 --- Comment #8 from markus.eisenmann at gmx dot at --- Hi Nick! The readelf-output (Version 2.25) of your sample is (showing ARM-Attributes): Attribute Section: aeabi File Attributes Tag_ARM_ISA_use: Yes Tag_THUMB_ISA_use: Thumb-1

[Bug gas/18826] New: REL vs RELA relocations by default in the ARM backend

2015-08-14 Thread ramana at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=18826 Bug ID: 18826 Summary: REL vs RELA relocations by default in the ARM backend Product: binutils Version: 2.26 (HEAD) Status: NEW Severity: normal Priority: P2

[Bug binutils/18741] Corrupted .ARM.attributes section with -meabi=gnu option

2015-08-14 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18741 --- Comment #7 from Nick Clifton --- Hi Markus, > Compile an empty source-file (I.e. empty.c) with: >arm-eabi-gcc -c -mabi=apcs-gnu empty.c >arm-eabi-readelf -a empty.o > will show the .ARM.attributes section (type ARM_ATTRIBUTES) with a > s

[Bug binutils/18741] Corrupted .ARM.attributes section with -meabi=gnu option

2015-08-14 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=18741 --- Comment #6 from Nick Clifton --- Created attachment 8519 --> https://sourceware.org/bugzilla/attachment.cgi?id=8519&action=edit example object file -- You are receiving this mail because: You are on the CC list for the bug. __