newlib-cygwin/libgloss/rx
Mike Frysinger 1328009bb4 libgloss: add missing aclocal.m4 files
These subdirs were missing aclocal.m4 files pulling in macros from
../acinclude.m4 which caused some macros to not be expanded.  For
example, autoconf complains:

configure.ac:25: error: possibly undefined macro: LIB_AC_PROG_CC
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

These were generated with aclocal-1.9 as that seems to be what was
used in these dirs previously, and with whatever version of autoconf
the specific subdir was using.  This should minimize diffs.
2021-09-15 10:08:20 -04:00
..
Makefile.in * libgloss/rx/Makefile.in: Respect DESTDIR when installing 2013-02-11 08:28:46 +00:00
abort.S newlib: 2009-10-26 10:05:23 +00:00
aclocal.m4 libgloss: add missing aclocal.m4 files 2021-09-15 10:08:20 -04:00
argv.S newlib: 2009-10-26 10:05:23 +00:00
argvlen.S newlib: 2009-10-26 10:05:23 +00:00
chdir.S newlib: 2009-10-26 10:05:23 +00:00
chmod.S newlib: 2009-10-26 10:05:23 +00:00
close.S newlib: 2009-10-26 10:05:23 +00:00
configure newlib: 2009-10-26 10:05:23 +00:00
configure.ac libgloss/newlib: rename configure.in to configure.ac 2021-09-13 10:14:37 -04:00
crt0.S For the RX port, avoid using string instructions when __RX_DISALLOW_STRING_INSNS__ is defined. 2015-04-23 21:57:13 +02:00
crtn.S newlib: 2009-10-26 10:05:23 +00:00
exit.S newlib: 2009-10-26 10:05:23 +00:00
fstat.S newlib: 2009-10-26 10:05:23 +00:00
gcrt0.S newlib: 2009-10-26 10:05:23 +00:00
getpid.S newlib: 2009-10-26 10:05:23 +00:00
gettimeofday.S newlib: 2009-10-26 10:05:23 +00:00
heaptop.S newlib: 2009-10-26 10:05:23 +00:00
isatty.S newlib: 2009-10-26 10:05:23 +00:00
kill.S newlib: 2009-10-26 10:05:23 +00:00
link.S newlib: 2009-10-26 10:05:23 +00:00
lseek.S newlib: 2009-10-26 10:05:23 +00:00
mcount.c newlib: 2009-10-26 10:05:23 +00:00
open.S newlib: 2009-10-26 10:05:23 +00:00
read.S newlib: 2009-10-26 10:05:23 +00:00
rx-sim.ld Add a check that the data area does not overrun the stack. 2015-05-27 13:30:19 +02:00
rx.ld Add a check that the data area does not overrun the stack. 2015-05-27 13:30:19 +02:00
rxsys.h newlib: 2009-10-26 10:05:23 +00:00
sbrk.c newlib: 2009-10-26 10:05:23 +00:00
sigprocmask.S newlib: 2009-10-26 10:05:23 +00:00
sleep.S newlib: 2009-10-26 10:05:23 +00:00
stat.S newlib: 2009-10-26 10:05:23 +00:00
time.S newlib: 2009-10-26 10:05:23 +00:00
times.S newlib: 2009-10-26 10:05:23 +00:00
unlink.S newlib: 2009-10-26 10:05:23 +00:00
utime.S newlib: 2009-10-26 10:05:23 +00:00
write.S newlib: 2009-10-26 10:05:23 +00:00