mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Merge pull request #9 from revilo196/patch-1
Some checks failed
CI / test (ubuntu-latest) (push) Has been cancelled
Some checks failed
CI / test (ubuntu-latest) (push) Has been cancelled
Rust VM application generates .eh_frame section
This commit is contained in:
commit
00f1a863f3
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ SECTIONS
|
||||||
*(.dynsym)
|
*(.dynsym)
|
||||||
*(.dynstr)
|
*(.dynstr)
|
||||||
*(.header)
|
*(.header)
|
||||||
|
*(.eh_frame)
|
||||||
} : phdr
|
} : phdr
|
||||||
|
|
||||||
.data : ALIGN(16) {
|
.data : ALIGN(16) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue