acadia-newlib/libgloss/microblaze
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 * microblaze/_exception_handler.S: Adjust to be weak. 2013-07-23 09:11:18 +00:00
_exception_handler.S * microblaze/_exception_handler.S: Adjust to be weak. 2013-07-23 09:11:18 +00:00
_hw_exception_handler.S libgloss: microblaze: adjust handlers to be weak. 2018-05-03 15:16:13 -04:00
_interrupt_handler.S libgloss: microblaze: adjust handlers to be weak. 2018-05-03 15:16:13 -04:00
_program_clean.S
_program_init.S
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
crt1.S
crt2.S
crt3.S
crt4.S
crtinit.S
elf-gloss-linux.ld * microblaze/_exception_handler.S: Adjust to be weak. 2013-07-23 09:11:18 +00:00
elf-gloss-linux.specs * microblaze/_exception_handler.S: Adjust to be weak. 2013-07-23 09:11:18 +00:00
linux-crt0.S * microblaze/_exception_handler.S: Adjust to be weak. 2013-07-23 09:11:18 +00:00
linux-inbyte.c * microblaze/_exception_handler.S: Adjust to be weak. 2013-07-23 09:11:18 +00:00
linux-outbyte.c * microblaze/_exception_handler.S: Adjust to be weak. 2013-07-23 09:11:18 +00:00
linux-syscalls-wrap.c * microblaze/_exception_handler.S: Adjust to be weak. 2013-07-23 09:11:18 +00:00
linux-syscalls.S * microblaze/_exception_handler.S: Adjust to be weak. 2013-07-23 09:11:18 +00:00
linux-syscalls.h * microblaze/_exception_handler.S: Adjust to be weak. 2013-07-23 09:11:18 +00:00
pgcrtinit.S
sbrk.c
sim-crtinit.S
sim-pgcrtinit.S
timer.c
xil_malloc.c
xil_printf.c * microblaze/Makefile.in: Add GENOBJS and target_makefile_frag. 2013-07-16 07:55:45 +00:00
xil_sbrk.c
xilinx.ld