Restore eh_frame.ld

This commit is contained in:
pjht 2024-09-06 10:43:23 -05:00
parent a9fff5e145
commit 01a0ee9631
Signed by: pjht
GPG Key ID: 7B5F6AFBEC7EE78E

2
eh_frame.ld Normal file
View File

@ -0,0 +1,2 @@
__eh_frame = ADDR(.eh_frame);
__etext = ADDR(.text) + SIZEOF(.text);