v0.9.5
What's Changed
- Fixed: Fix .note.split warnings for older mwld versions (d9817f6)
- Prior to mwld GC 3.0a3, the linker doesn't support ELF
.note
sections properly. With GC 2.7, it crashes if the section type isSHT_NOTE
. This adjusts the.note.split
section type based onmw_comment_version
to be compatible with every linker version.
- Prior to mwld GC 3.0a3, the linker doesn't support ELF
- Added: Add TGC disc support (c403931)
- Added: PureVirtual/Virtual Block2 DWARF attributes by @1superchip in #70
Full Changelog: v0.9.4...v0.9.5