newlib-cygwin/libgloss/rl78
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 * 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: regenerate aclocal.m4 & configure w/newer versions 2021-11-06 14:14:50 -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: 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 * 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