Merge pull request #9 from revilo196/patch-1
Some checks failed
CI / test (ubuntu-latest) (push) Has been cancelled

Rust VM application generates .eh_frame section
This commit is contained in:
Toby Jaffey 2026-01-09 14:03:24 +00:00 committed by GitHub
commit 00f1a863f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,7 @@ SECTIONS
*(.dynsym) *(.dynsym)
*(.dynstr) *(.dynstr)
*(.header) *(.header)
*(.eh_frame)
} : phdr } : phdr
.data : ALIGN(16) { .data : ALIGN(16) {