[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 binutils/18741] Corrupted .ARM.attributes section with -meabi=gnu option

2015-08-12 Thread markus.eisenmann at gmx dot at
https://sourceware.org/bugzilla/show_bug.cgi?id=18741 --- Comment #5 from markus.eisenmann at gmx dot at --- Hi Nick! I have generated a GCC-Cross-Compiler for arm-eabi, and (have to) use it with the option ARM-option "-mabi=apcs-gnu" (I.e. OABI); using: GCC 4.9.2 binutils 2.25 (but

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

2015-08-03 Thread markus.eisenmann at gmx dot at
https://sourceware.org/bugzilla/show_bug.cgi?id=18741 --- Comment #3 from markus.eisenmann at gmx dot at --- Sorry! Forget my last comment about the sub-section size; as in http://infocenter.arm.com/help/topic/com.arm.doc.ihi0044e/IHI0044E_aaelf.pdf described, the sub-section size includes the

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

2015-08-02 Thread markus.eisenmann at gmx dot at
https://sourceware.org/bugzilla/show_bug.cgi?id=18741 markus.eisenmann at gmx dot at changed: What|Removed |Added Component|gas |binutils --- Comment

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

2015-07-31 Thread markus.eisenmann at gmx dot at
https://sourceware.org/bugzilla/show_bug.cgi?id=18741 --- Comment #1 from markus.eisenmann at gmx dot at --- Debugging of BDF- and GAS-sources has shown following behavior: With calling AS-option meabi=gnu there are now (ARM-) attributes; I.e. size = 0 in function vendor_obj_attr_size() [bfd/elf

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

2015-07-30 Thread markus.eisenmann at gmx dot at
Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: markus.eisenmann at gmx dot at Target Milestone: --- I've created an GCC-toolchain with target=arm-eabi (using GCC 4.9.3, binutils 2.25) and use it with the option -mabi=apcs-gnu. It

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

2015-07-30 Thread markus.eisenmann at gmx dot at
https://sourceware.org/bugzilla/show_bug.cgi?id=18741 markus.eisenmann at gmx dot at changed: What|Removed |Added Target||arm-eabi