[Bug ld/27565] ld: Support input section description keyword: REVERSE

2023-10-18 Thread alexey.lapshin at espressif dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27565 Alexey changed: What|Removed |Added CC||alexey.lapshin at espressif dot co

[Bug ld/27565] ld: Support input section description keyword: REVERSE

2023-10-19 Thread alexey.lapshin at espressif dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27565 --- Comment #9 from Alexey --- That is what I found. Issue 1: Can not pass multiple sections to REVERSE, e.g: *(REVERSE(.init_array .ctors)) Can only with combining: *(REVERSE(.init_array)) *(REVERSE(.ctors)) Issue 2: Reverse does not app

[Bug ld/31432] New: LD: RISCV: segfault when discard section for non-contiguous-regions

2024-02-28 Thread alexey.lapshin at espressif dot com
: normal Priority: P2 Component: ld Assignee: unassigned at sourceware dot org Reporter: alexey.lapshin at espressif dot com Target Milestone: --- Created attachment 15383 --> https://sourceware.org/bugzilla/attachment.cgi?id=15383&action=edit Sour

[Bug ld/31432] LD: RISCV: segfault when discard section for non-contiguous-regions

2024-02-28 Thread alexey.lapshin at espressif dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31432 Alexey changed: What|Removed |Added CC||alexey.lapshin at espressif dot co

[Bug ld/31432] LD: RISCV: segfault when discard section for non-contiguous-regions

2024-02-28 Thread alexey.lapshin at espressif dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31432 Alexey changed: What|Removed |Added CC||amodra at gmail dot com -- You are receivin

[Bug ld/31432] LD: RISCV: segfault when discard section for non-contiguous-regions

2024-02-28 Thread alexey.lapshin at espressif dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31432 Alexey changed: What|Removed |Added CC||christophe.lyon at st dot com -- You are re

[Bug ld/31432] LD: RISCV: segfault when discard section for non-contiguous-regions

2024-03-01 Thread alexey.lapshin at espressif dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31432 --- Comment #1 from Alexey --- sent RFC https://sourceware.org/pipermail/binutils/2024-March/132792.html -- You are receiving this mail because: You are on the CC list for the bug.

[Bug ld/31969] New: [RISCV] -static -pie produces GOT dependent code

2024-07-10 Thread alexey.lapshin at espressif dot com
Component: ld Assignee: unassigned at sourceware dot org Reporter: alexey.lapshin at espressif dot com Target Milestone: --- after compiling a code with `-fpie` option: ``` reset_vector: la t0, _vector_table csrwmtvec, t0 call_vector_table j

[Bug ld/31969] [RISCV] -static -pie produces GOT dependent code

2024-07-10 Thread alexey.lapshin at espressif dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31969 Alexey changed: What|Removed |Added CC||alexey.lapshin at espressif dot co