https://sourceware.org/bugzilla/show_bug.cgi?id=27565
Alexey changed:
What|Removed |Added
CC||alexey.lapshin at espressif
dot co
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
: 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
https://sourceware.org/bugzilla/show_bug.cgi?id=31432
Alexey changed:
What|Removed |Added
CC||alexey.lapshin at espressif
dot co
https://sourceware.org/bugzilla/show_bug.cgi?id=31432
Alexey changed:
What|Removed |Added
CC||amodra at gmail dot com
--
You are receivin
https://sourceware.org/bugzilla/show_bug.cgi?id=31432
Alexey changed:
What|Removed |Added
CC||christophe.lyon at st dot com
--
You are re
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.
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
https://sourceware.org/bugzilla/show_bug.cgi?id=31969
Alexey changed:
What|Removed |Added
CC||alexey.lapshin at espressif
dot co