diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2026-04-16 20:56:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-16 20:56:09 +0200 |
| commit | 81f4540e6c2e4b80709f6837298b27929e6a4061 (patch) | |
| tree | e75797f5aff53c0ab311fc6ce8f2ae2ea9263e07 /config/eur/arm9/overlays/ov011 | |
| parent | ef2caebcefe1a0d370a56340944931f71bcd39a8 (diff) | |
Update dsd to v0.11.0 (#146)
* Update dsd to v0.11.0
* Remove auto-generated `data(byte[256])` symbols
As per the dsd v0.10.2 migration guide
* Rename .dtcm to .bss
As per the dsd v0.11.0 migration guide
* `dsd fix ctor-zero`
As per the dsd v0.11.0 migration guide
* Fix usa build
Diffstat (limited to 'config/eur/arm9/overlays/ov011')
| -rw-r--r-- | config/eur/arm9/overlays/ov011/delinks.txt | 3 | ||||
| -rw-r--r-- | config/eur/arm9/overlays/ov011/relocs.txt | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/config/eur/arm9/overlays/ov011/delinks.txt b/config/eur/arm9/overlays/ov011/delinks.txt index f15ef98a..000af7e9 100644 --- a/config/eur/arm9/overlays/ov011/delinks.txt +++ b/config/eur/arm9/overlays/ov011/delinks.txt @@ -1,6 +1,5 @@ .text start:0x02112c20 end:0x0212ba0c kind:code align:32 .rodata start:0x0212ba0c end:0x0212ed00 kind:rodata align:4 - .ctor start:0x0212ed00 end:0x0212ed04 kind:rodata align:4 + .ctor start:0x0212ed00 end:0x0212ed00 kind:rodata align:4 .data start:0x0212ed20 end:0x02130820 kind:data align:32 .bss start:0x02130820 end:0x02132ee0 kind:bss align:32 - diff --git a/config/eur/arm9/overlays/ov011/relocs.txt b/config/eur/arm9/overlays/ov011/relocs.txt index 47be35a5..8309912c 100644 --- a/config/eur/arm9/overlays/ov011/relocs.txt +++ b/config/eur/arm9/overlays/ov011/relocs.txt @@ -6309,7 +6309,7 @@ from:0x0212b99c kind:thumb_call to:0x0211c048 module:overlay(11) from:0x0212b9a0 kind:thumb_call_arm to:0x0200c20c module:main from:0x0212b9ac kind:thumb_call_arm to:0x0200ee38 module:main from:0x0212b9b2 kind:thumb_call_arm to:0x0200ef98 module:main -from:0x0212b9bc kind:load to:0x0205762c add:8 module:main +from:0x0212b9bc kind:load to:0x0205762c add:0x8 module:main from:0x0212b9c0 kind:load to:0x021307e8 module:overlay(11) from:0x0212b9c4 kind:load to:0x027e0ce0 module:dtcm from:0x0212b9cc kind:load to:0x027e05f4 module:dtcm |
