Skip to content

Tags: ethteck/splat

Tags

0.28.0

Toggle 0.28.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ethteck Ethan Roseman
Minor version bump to 0.28.0

0.27.4

Toggle 0.27.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Turn off `ld_generate_symbol_per_data_segment` (#409)

* Turn off `ld_generate_symbol_per_data_segment`

* update tests

0.27.3

Toggle 0.27.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prevent a segment from being its own sibling (#411)

* Prevent a segment from being its own sibling

* version bump

* black

* update tests

* whoops

0.27.2

Toggle 0.27.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
emit_subalign option (#402)

0.27.1

Toggle 0.27.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add new symbol attributes (`function_owner`, `allow_reference`, `allo…

…w_be_referenced`) (#401)

* function_owner

* allow_reference and allow_be_referenced

* changelog and docs

* mypyblack

* spimdisasm

* rename

0.27.0

Toggle 0.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Doc updates & housekeeping (#400)

* Doc updates & housekeeping

* black

* mypy

* PR comments

* black

0.26.2

Toggle 0.26.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix not being able to disable `SUBALIGN` on the segment level and rem…

…ove bugged image alignment check (#399)

* Revert "Fix subalign logic, dep updates (#394)"

This reverts commit 84d428f.

* Remove subalign check from img.py

* Produce an error if the user specifies a subalign on a non top-level segment

* ld_fill_value is valid for top level segments too

* changelog

* black

* Pass parent instead

0.26.1

Toggle 0.26.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix some `rdata` issues (#396)

* Do a two loop pass on parse_subsegments to improve sibling assignment

* version bump

* Rewrite `ld_legacy_generation` docs

* Improve base segment detection to know what section should be considered base

* Reject pairing C sections to "auto_all" generated sections

* black

* changelog

* error out if rodata section that will be migrated is not prefixed with a dot

* change rodata migration error message

0.26.0

Toggle 0.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove include_macro_inc option (#395)

* Remove include_macro_inc

* fix test

0.25.3

Toggle 0.25.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix $gp calculation when addiu value is negative (#393)

* Fix $gp calculation when addiu value is negative

* black

* Use getProcessedImmediate

* Bump version to 0.25.3