newlib-cygwin/libgloss/moxie
Mike Frysinger 873da400e0 libgloss: regenerate aclocal.m4 & configure w/newer versions
Regenerate the files using automake-1.15 & autoconf-2.69 to match the
binutils/gdb/gcc projects.  Ran:

libgloss $ find -name configure.ac -printf '%h\n' | while read d; do
  (cd $d; export WANT_AUTOCONF=2.69 WANT_AUTOMAKE=1.15;
   aclocal-1.15 -I.. && autoconf-2.69); done
2021-11-06 14:14:50 -04:00
..
Makefile.in Add moxiebox support. 2014-07-27 14:37:10 +00:00
aclocal.m4 libgloss: regenerate aclocal.m4 & configure w/newer versions 2021-11-06 14:14:50 -04:00
configure libgloss: regenerate aclocal.m4 & configure w/newer versions 2021-11-06 14:14:50 -04:00
configure.ac libgloss: regenerate aclocal.m4 & configure w/newer versions 2021-11-06 14:14:50 -04: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 ansification: remove _DEFUN 2018-01-17 11:47:26 -06: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 2009-04-22 Anthony Green <green@moxielogic.com> 2009-04-22 19:48:07 +00: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