aboutsummaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorJeff Law <jeffreyalaw@gmail.com>2023-12-18 21:29:12 -0700
committerJeff Law <jeffreyalaw@gmail.com>2023-12-18 21:29:51 -0700
commitc2c9f05a0542a0b299edacc916191ed051bf4f1e (patch)
tree58a25d011c7531f2e23ceb91f36e81889620e1c5 /newlib
parent57e311e0deb23492edc94518c78cc57a224dbad9 (diff)
downloadnewlib-c2c9f05a0542a0b299edacc916191ed051bf4f1e.zip
newlib-c2c9f05a0542a0b299edacc916191ed051bf4f1e.tar.gz
newlib-c2c9f05a0542a0b299edacc916191ed051bf4f1e.tar.bz2
libgloss fix for bfin port
gcc-14 will complain loudly both for calling a function without an in-scope prototype or when the in scope prototype differs from the known signature. "main" happens to be one of the functions the compiler knows about. So not only do we need to prototype it, we need to make sure the prototype matches what GCC thinks it should be. This fixes the bfin libgloss port to do the right thing for bfin-elf.
Diffstat (limited to 'newlib')
0 files changed, 0 insertions, 0 deletions