[Bug ld/25210] aarch64: -fix-cortex-a53-835769 --fix-cortex-a53-843419 lead to invalid operation

2019-12-30 Thread icenowy at aosc dot io
https://sourceware.org/bugzilla/show_bug.cgi?id=25210 Icenowy Zheng changed: What|Removed |Added CC||icenowy at aosc dot io --- Comment

[Bug ld/24753] [2.33 Regression] ld: section size (0x1e50 bytes) is larger than file size (0x5a0 bytes), can not size stub section: memory exhausted

2019-12-30 Thread icenowy at aosc dot io
https://sourceware.org/bugzilla/show_bug.cgi?id=24753 Icenowy Zheng changed: What|Removed |Added CC||icenowy at aosc dot io --- Comment

[Bug gas/30944] New: LoongArch linker relaxation support in GAS breaks .balign

2023-10-05 Thread icenowy at aosc dot io
Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: icenowy at aosc dot io Target Milestone: --- The following assembly code: ``` .text .balign 256 func1: la.global $a0,exit nop nop nop .balign 256 func2: la.global $a0,exit nop nop

[Bug ld/30944] LoongArch linker relaxation support in GAS breaks .balign

2023-10-05 Thread icenowy at aosc dot io
https://sourceware.org/bugzilla/show_bug.cgi?id=30944 Icenowy Zheng changed: What|Removed |Added Component|gas |ld --- Comment #1 from Icenowy Zheng

[Bug ld/30944] LoongArch linker relaxation support breaks .balign

2023-10-06 Thread icenowy at aosc dot io
https://sourceware.org/bugzilla/show_bug.cgi?id=30944 Icenowy Zheng changed: What|Removed |Added Summary|LoongArch linker relaxation |LoongArch linker relaxation

[Bug ld/30944] LoongArch linker relaxation support breaks .balign

2023-10-06 Thread icenowy at aosc dot io
https://sourceware.org/bugzilla/show_bug.cgi?id=30944 --- Comment #2 from Icenowy Zheng --- The new code used to reproduce the ld issue is here: ``` .text .balign 256 func1: la.global $a0,exit nop .word 0x12345678 .word 0x0 .balign 256 func2: la.global $a0,exit nop .word 0x12345678 .word 0x0 ``