mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 14:33:40 +00:00
common linker.ld fix .eh_frame
an .eh_frame section is generated by more complex rust applications. this will be put before .text section if not discarded.
This commit is contained in:
parent
dc0e5b0bcf
commit
903c909c36
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ SECTIONS
|
|||
*(.dynsym)
|
||||
*(.dynstr)
|
||||
*(.header)
|
||||
*(.eh_frame)
|
||||
} : phdr
|
||||
|
||||
.data : ALIGN(16) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue