diff --git a/output/dll/pce.wbx b/output/dll/pce.wbx deleted file mode 100644 index b0235e2d60..0000000000 Binary files a/output/dll/pce.wbx and /dev/null differ diff --git a/output/dll/pce.wbx.gz b/output/dll/pce.wbx.gz new file mode 100644 index 0000000000..347ea3c30d Binary files /dev/null and b/output/dll/pce.wbx.gz differ diff --git a/waterbox/linkscript.T b/waterbox/linkscript.T index 1d16f5ba96..28fb7250aa 100644 --- a/waterbox/linkscript.T +++ b/waterbox/linkscript.T @@ -77,8 +77,11 @@ SECTIONS . = SEGMENT_START("rodata-segment", ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT (MAXPAGESIZE) - 1))); .rodata : { *(.rodata .rodata.* .gnu.linkonce.r.*) } .rodata1 : { *(.rodata1) } - __eh_frame_hdr_start = .; - .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) } + .eh_frame_hdr : + { + __eh_frame_hdr_start = .; + *(.eh_frame_hdr) *(.eh_frame_entry .eh_frame_entry.*) + } __eh_frame_hdr_end = .; __eh_frame_start = .; .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) *(.eh_frame.*) }