]> sourceware.org Git - newlib-cygwin.git/commit
Re: Fix moxie libgloss issues with c99
authorJeff Law <jeffreyalaw@gmail.com>
Sun, 17 Dec 2023 04:11:10 +0000 (21:11 -0700)
committerJeff Law <jeffreyalaw@gmail.com>
Sun, 17 Dec 2023 04:11:10 +0000 (21:11 -0700)
commit57e311e0deb23492edc94518c78cc57a224dbad9
tree801920acb58b96c5f351f1a85c112882affce851
parent17a6aff334a20f63cb7f428a36dad0c8ebbdab5d
Re: Fix moxie libgloss issues with c99

Two libgloss issues specific to moxie-elf that show up build with GCC trunk.

First, putnum.c uses "print" without a prototype.  So I added one based on the
function's definition in print.c.  Second sim-inbyte.c uses read, which comes
from unistd.h, so this adds a suitable #include.
libgloss/moxie/putnum.c
libgloss/moxie/sim-inbyte.c
This page took 0.029883 seconds and 5 git commands to generate.