1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-23 05:45:03 +00:00
oot/src/boot
Revo c3533052ca
Add GCC compiler option. (#1056)
* GCC support.

* Add note about gcc-mips-linux-gnu requirement to README.md.

* changes

* changes based on Tharo's suggestion

* Cant reproduce file_choose.h error. Removing unnecessary -I

* changes

* wording based on Fig's suggestion

* add AVOID_UB for eyes/mouth reordering issue.

* remove unneeded flags and deprecate ZAPDFLAGS.

* some changes, waiting on prs for the rest

* fixes

* discard header sections

* change section handling in mkldscript

* avoid_ub in DmaMgr_GetFileNameImpl

* move asm to inline asm (consolidate gcc functions)

* change prefix back

* remove space

* fix warnings

* Revert "remove space"

This reverts commit 94af6977b3.

* Revert "fix warnings"

This reverts commit d729ddf457.

* finish up missing_gcc_functions

* revert unwanted mkldscript change

* temporary workaround. TODO: Stop the asm processor from choking

* fix ido build

* Revert "temporary workaround. TODO: Stop the asm processor from choking"

This reverts commit 9df892b7ac.

* review

* remove unused line in mkldscript

* remove tabs

* clarify zf comment

* review2

* review

* remove duplicate cc_check

* vanilla code always come first

* std_dma avoid ub

* add compiler_gcc to cflags

* only use two blocks when necessary

* clarify zf comment

Co-authored-by: fig02 <fig02srl@gmail.com>
2022-02-19 16:50:56 -05:00
..
assert.c Fix most compiler warnings in the boot and code segments (#674) 2021-02-13 19:49:40 -05:00
boot_main.c Run formatter (#1139) 2022-02-13 00:29:48 +01:00
build.c First proper commit. 2020-03-17 00:31:30 -04:00
idle.c Correctly align program stacks (#1133) 2022-02-06 13:00:01 -05:00
is_debug.c Fix/cleanup/rephrase miscellaneous stuff (#983) 2021-10-02 23:17:09 -04:00
logutils.c Misc Cleanup 2 (#1007) 2021-11-30 18:40:42 -05:00
stackcheck.c Misc Cleanup 2 (#1007) 2021-11-30 18:40:42 -05:00
viconfig.c Audio WIP (#836) 2021-07-27 19:44:58 -04:00
yaz0.c Document parts of audio (#1000) 2021-11-07 17:58:50 +01:00
z_locale.c Various minor cleanups (#1029) 2021-11-26 17:37:33 -05:00
z_std_dma.c Add GCC compiler option. (#1056) 2022-02-19 16:50:56 -05:00