[Bug binutils/29718] readelf prints out ": 10" instead of "IFUNC"

2022-11-25 Thread rearnsha at gcc dot gnu.org
||2022-11-25 Resolution|FIXED |--- CC||rearnsha at gcc dot gnu.org Status|RESOLVED|REOPENED --- Comment #6 from Richard Earnshaw --- Sorry, I think this is wrong. You cannot

[Bug ld/22589] aarch64: adrp relocation gets filled with non-zero address for undefined weak symbol

2022-11-21 Thread rearnsha at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=22589 --- Comment #10 from Richard Earnshaw --- (In reply to Szabolcs Nagy from comment #9) > i ran into this again and i think the linker could relax 'adrp xN, weaksym' > into 'mov xN, 0' if weaksym is undefined. Static linker or dynamic? The dyn

[Bug gas/29519] .unreq does not handle line separator characters as such

2022-08-24 Thread rearnsha at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29519 --- Comment #7 from Richard Earnshaw --- Fixed for arm with https://sourceware.org/pipermail/binutils/2022-August/122587.html, but need something similar for aarch64. -- You are receiving this mail because: You are on the CC list for the bug

[Bug gas/29519] .unreq does not handle line separator characters as such

2022-08-24 Thread rearnsha at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29519 Richard Earnshaw changed: What|Removed |Added Status|ASSIGNED|NEW --- Comment #6 from Richard Ea

[Bug gas/29519] .unreq does not handle line separator characters as such

2022-08-24 Thread rearnsha at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29519 --- Comment #3 from Richard Earnshaw --- The slightly strange thing is that the front-end parser passes the entire buffer to a directive statement, unlike md_assemble which is just passed a single statement. It's not at all clear why that is.

[Bug gas/29519] .unreq does not handle line separator characters as such

2022-08-24 Thread rearnsha at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29519 Richard Earnshaw changed: What|Removed |Added CC||rearnsha at gcc dot gnu.org

[Bug ld/28848] [2.38 Regression] ld assertion fail ../../bfd/elf32-arm.c:14807

2022-02-10 Thread rearnsha at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28848 --- Comment #7 from Richard Earnshaw --- (In reply to Nick Clifton from comment #6) > Fair enough. The thing that worries me is that the problematic file - > crti.o - comes from glibc and is going to affect the building of a lot of > project

[Bug ld/28848] [2.38 Regression] ld assertion fail ../../bfd/elf32-arm.c:14807

2022-02-10 Thread rearnsha at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28848 --- Comment #5 from Richard Earnshaw --- (In reply to Nick Clifton from comment #3) > Created attachment 13968 [details] > Proposed Patch > > Hi Richard, > > How about this patch ? > > I was unsure what should be done with the other pot

[Bug ld/28848] [2.38 Regression] ld assertion fail ../../bfd/elf32-arm.c:14807

2022-02-03 Thread rearnsha at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28848 Richard Earnshaw changed: What|Removed |Added CC||rearnsha at gcc dot gnu.org

[Bug gas/28078] arm: fails to build when using armv8 neon with dotprod extension

2021-08-25 Thread rearnsha at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28078 --- Comment #6 from Richard Earnshaw --- For completeness, GCC has now been fixed on master and all maintained releases (back to gcc-9). -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/28254] gas 2.36.1 fails to generate debugging information for aarch64 .S files

2021-08-24 Thread rearnsha at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28254 Richard Earnshaw changed: What|Removed |Added CC||rearnsha at gcc dot gnu.org

[Bug gas/28078] arm: fails to build when using armv8 neon with dotprod extension

2021-08-02 Thread rearnsha at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28078 Richard Earnshaw changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gas/28078] arm: fails to build when using armv8 neon with dotprod extension

2021-08-02 Thread rearnsha at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28078 Richard Earnshaw changed: What|Removed |Added Target||arm -- You are receiving this mai

[Bug gas/28078] arm: fails to build when using armv8 neon with dotprod extension

2021-07-13 Thread rearnsha at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28078 Richard Earnshaw changed: What|Removed |Added CC||rearnsha at gcc dot gnu.org

[Bug gas/28031] iwmmxt2 assembly broken since f439988037a

2021-07-01 Thread rearnsha at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28031 Richard Earnshaw changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug gas/28031] iwmmxt2 assembly broken since f439988037a

2021-07-01 Thread rearnsha at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28031 Richard Earnshaw changed: What|Removed |Added Version|2.36|2.34 -- You are receiving this ma

[Bug gas/28031] iwmmxt2 assembly broken since f439988037a

2021-07-01 Thread rearnsha at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28031 --- Comment #3 from Richard Earnshaw --- Fixed on master so far. Affects releases back to 2.34. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug gas/28031] iwmmxt2 assembly broken since f439988037a

2021-06-30 Thread rearnsha at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28031 Richard Earnshaw changed: What|Removed |Added Target||arm -- You are receiving this mai

[Bug gas/28031] iwmmxt2 assembly broken since f439988037a

2021-06-30 Thread rearnsha at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=28031 --- Comment #1 from Richard Earnshaw --- Commenting out the .fpu directive allows the test to assemble. Although iwmmxt2 is implemented in the co-processor space (and does conflict with the now deprecated FPA co-processor) it is not considere

[Bug gas/28031] New: iwmmxt2 assembly broken since f439988037a

2021-06-30 Thread rearnsha at gcc dot gnu.org
Assignee: unassigned at sourceware dot org Reporter: rearnsha at gcc dot gnu.org Target Milestone: --- Created attachment 13518 --> https://sourceware.org/bugzilla/attachment.cgi?id=13518&action=edit testcase. The attached assembly output (generated by gcc) no-longer as

[Bug gas/25406] [ARM] pcrel relocations referencing STB_GLOBAL symbols are resolved at assembly time

2020-04-15 Thread rearnsha at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=25406 Richard Earnshaw changed: What|Removed |Added CC||rearnsha at gcc dot gnu.org

[Bug ld/24596] linker segmentation faults

2019-05-29 Thread rearnsha at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=24596 Richard Earnshaw changed: What|Removed |Added CC||rearnsha at gcc dot gnu.org

[Bug ld/22589] aarch64: adrp relocation gets filled with non-zero address for undefined weak symbol

2018-01-12 Thread rearnsha at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=22589 Richard Earnshaw changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug ld/22589] aarch64: adrp relocation gets filled with non-zero address for undefined weak symbol

2017-12-18 Thread rearnsha at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=22589 Richard Earnshaw changed: What|Removed |Added CC||rearnsha at gcc dot gnu.org

[Bug ld/17505] arm: bad static label resolution from different modes

2014-11-05 Thread rearnsha at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=17505 --- Comment #7 from Richard Earnshaw --- > What is surprising is that the linker correctly patches the BL/BLX instru ctions, itś just the address that is wrong. I´m wondering if this can be fixed in the linker machinery to handle interwork

[Bug ld/17505] arm: bad static label resolution from different modes

2014-11-05 Thread rearnsha at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=17505 Richard Earnshaw changed: What|Removed |Added CC||rearnsha at gcc dot gnu.org

[Bug gas/10810] Encoding for the Thumb MOV{S} instruction

2011-05-11 Thread rearnsha at gcc dot gnu.org
||rearnsha at gcc dot gnu.org Resolution||FIXED --- Comment #1 from Richard Earnshaw 2011-05-11 17:11:59 UTC --- This appears to be fixed now: .syntax unified .thumb .cpu cortex-m3 movs r1, r2 mov

[Bug gas/12198] New: SVC in thumb assembler forces M-profile attribute

2010-11-06 Thread rearnsha at gcc dot gnu.org
http://sourceware.org/bugzilla/show_bug.cgi?id=12198 Summary: SVC in thumb assembler forces M-profile attribute Product: binutils Version: 2.21 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gas Assigned