newlib-cygwin/libgloss/rl78
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 * rl78/crt0.S: Initialize .saddr. Avoid using SEL. 2015-01-16 22:21:34 +00:00
abort.S [libgloss] 2011-11-29 06:33:49 +00:00
aclocal.m4 libgloss: add missing aclocal.m4 files 2021-09-15 10:08:20 -04:00
argv.S [libgloss] 2011-11-29 06:33:49 +00:00
argvlen.S [libgloss] 2011-11-29 06:33:49 +00:00
chdir.S [libgloss] 2011-11-29 06:33:49 +00:00
chmod.S [libgloss] 2011-11-29 06:33:49 +00:00
close.S [libgloss] 2011-11-29 06:33:49 +00:00
configure [libgloss] 2011-11-29 06:33:49 +00:00
configure.ac libgloss/newlib: rename configure.in to configure.ac 2021-09-13 10:14:37 -04:00
crt0.S * rl78/crt0.S (_start): Fixed code that clears .bss 2015-10-20 21:37:06 -04:00
crtn.S [libgloss] 2011-11-29 06:33:49 +00:00
exit.S [libgloss] 2011-11-29 06:33:49 +00:00
fstat.S [libgloss] 2011-11-29 06:33:49 +00:00
gcrt0.S [libgloss] 2011-11-29 06:33:49 +00:00
getpid.S [libgloss] 2011-11-29 06:33:49 +00:00
gettimeofday.S [libgloss] 2011-11-29 06:33:49 +00:00
isatty.S [libgloss] 2011-11-29 06:33:49 +00:00
kill.S [libgloss] 2011-11-29 06:33:49 +00:00
link.S [libgloss] 2011-11-29 06:33:49 +00:00
lseek.S [libgloss] 2011-11-29 06:33:49 +00:00
mcount.c [libgloss] 2011-11-29 06:33:49 +00:00
open.S [libgloss] 2011-11-29 06:33:49 +00:00
read.S [libgloss] 2011-11-29 06:33:49 +00:00
rl78-sim.ld This is part of a larger fix for RL78 complex relocs - they need an absolute symbol at address 0 that is not part of the *ABS* section. 2015-08-04 13:38:27 +01:00
rl78-sys.h * rl78/crt0.S: Initialize .saddr. Avoid using SEL. 2015-01-16 22:21:34 +00:00
rl78.ld This is part of a larger fix for RL78 complex relocs - they need an absolute symbol at address 0 that is not part of the *ABS* section. 2015-08-04 13:38:27 +01:00
sbrk.c [libgloss] 2011-11-29 06:33:49 +00:00
stat.S [libgloss] 2011-11-29 06:33:49 +00:00
swrite.S * rl78/crt0.S: Initialize .saddr. Avoid using SEL. 2015-01-20 18:43:36 +00:00
time.S [libgloss] 2011-11-29 06:33:49 +00:00
times.S [libgloss] 2011-11-29 06:33:49 +00:00
unlink.S [libgloss] 2011-11-29 06:33:49 +00:00
utime.S [libgloss] 2011-11-29 06:33:49 +00:00
vregs.h * rl78/crt0.S: Initialize .saddr. Avoid using SEL. 2015-01-20 18:43:36 +00:00
write.c rl78: Don't output CR when LF is encountered in write(). 2015-12-16 13:38:38 -07:00