All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
- A
CHANGELOG.md
file.
v0.4 - 2024-03-31
- Fix
NULL
pointer dereference on debug info parsing.
v0.3 - 2024-03-31
- Fix issue with Github release.
v0.2 - 2024-03-31 [YANKED]
- Add
--align-section=SECTION:ALIGN
option.- Allows to override the alignment of any given section.
- Up to 16 sections can be specified by passing the flag multiple times.
- If a section is specified more than once then the last alignment is used.
- Rebased on top of binutils 2.40.
- Fix memory corruption when using bfd_release.
v0.1 - 2024-03-26
- Add support for
mwcc
multiple.debug
/.line
section. - Add support for
mwcc
.debug
/.line
sections beingSHT_MIPS_DEBUG
type. - Add support for
R_MIPS15_S3
reloc. - Setup Github Action releases.