What's Changed
- Fixed: Auto-split and padding symbol fixes (bb18a4b)
A few issues were causing linker errors:
- Auto-splits could contain symbols that have a higher alignment than the split itself. Detect this and create a new auto-split at these symbols.
- The analyzer can miss objects in between other objects if there are no direct relocations to them. In these cases, non-zero data could just get totally lost. Detect and create symbols for these.
Full Changelog: v1.4.0...v1.4.1