newlib-cygwin/libgloss/moxie
Jeff Law 57e311e0de 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.
2023-12-16 21:11:10 -07:00
..
Makefile.in libgloss: merge moxie configure script up a level 2022-02-16 20:10:48 -05:00
acinclude.m4 libgloss: merge moxie configure script up a level 2022-02-16 20:10:48 -05:00
crt0.S The moxie sub.l instruction is now just sub. 2014-12-27 12:18:56 +00:00
fstat.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
getpid.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
isatty.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
kill.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
moxie-elf-common.ld bi-endian support for moxie. 2012-09-13 23:57:33 +00:00
moxiebox.ld Fix typo in previous commit 2014-07-28 05:23:30 +00:00
print.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
putnum.c Re: Fix moxie libgloss issues with c99 2023-12-16 21:11:10 -07:00
qemu-time.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
qemu-write.c 2009-04-22 Anthony Green <green@moxielogic.com> 2009-04-22 19:48:07 +00:00
qemu.ld 2009-04-22 Anthony Green <green@moxielogic.com> 2009-04-22 19:48:07 +00:00
sbrk.c 2009-04-22 Anthony Green <green@moxielogic.com> 2009-04-22 19:48:07 +00:00
sim-close.S 2009-04-22 Anthony Green <green@moxielogic.com> 2009-04-22 19:48:07 +00:00
sim-exit.S 2009-04-22 Anthony Green <green@moxielogic.com> 2009-04-22 19:48:07 +00:00
sim-inbyte.c Re: Fix moxie libgloss issues with c99 2023-12-16 21:11:10 -07:00
sim-lseek.S ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
sim-lseek.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
sim-open.S * moxie/crt0.S (_start): Clear BSS at startup. Register _fini() 2009-07-01 11:45:49 +00:00
sim-read.S 2009-04-22 Anthony Green <green@moxielogic.com> 2009-04-22 19:48:07 +00:00
sim-time.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00
sim-unlink.S Implement the unlink system call for the moxie simulator. 2019-12-14 05:27:38 -05:00
sim-write.S 2009-04-22 Anthony Green <green@moxielogic.com> 2009-04-22 19:48:07 +00:00
sim.ld 2009-04-22 Anthony Green <green@moxielogic.com> 2009-04-22 19:48:07 +00:00
stat.c ansification: remove _DEFUN 2018-01-17 11:47:26 -06:00