https://sourceware.org/bugzilla/show_bug.cgi?id=18826
Alan Modra changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
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.
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
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
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
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
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
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
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.
__