Skip to content

Releases: devkitPro/devkitarm-crtls

devkitARM crt0 and linker scripts v1.2.7

02 May 23:19
1c0c102

Choose a tag to compare

What's Changed

  • Fix Makefile: ensure directory creation before object compilation by @xerpi in #11
  • Fix gba_cart.ld support for overlays by @JoaoBaptMG in #4

New Contributors

devkitARM crt0 and linker scripts v1.2.6

14 May 20:42
9788af7

Choose a tag to compare

Restore inadvertently deleted gba multiboot linkscript flag (fix #10)

devkitARM crt0 and linker scripts v1.2.4

30 Oct 12:48
0855157

Choose a tag to compare

What's Changed

  • Fix TLS section alignment for ".tdata" size edge-cases by @Meziu in #9

New Contributors

  • @Meziu made their first contribution in #9

devkitARM crt0 and linker scripts v1.2.3

17 Nov 23:35

Choose a tag to compare

devkitARM crt0 and linker scripts v1.2.2

02 Jun 22:03

Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

devkitARM crt0 and linker scripts v1.2.1

09 Nov 22:33
ae961d9

Choose a tag to compare

  • Update linker flags for binutils 2.39

devkitARM crt0 and linker scripts v1.2.0

14 Sep 17:30
0202999

Choose a tag to compare

  • GBA: Don't crash after returning from main() (#2)
  • 3DS: Store alignment of .tdata as read-only variable (#6)

devkitarm crtls 1.0.0

19 Feb 15:30

Choose a tag to compare

  • First release of devkitARM ctrls as separate component.