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 |
||
|---|---|---|
| .. | ||
| Makefile.in | ||
| _exception_handler.S | ||
| _hw_exception_handler.S | ||
| _interrupt_handler.S | ||
| _program_clean.S | ||
| _program_init.S | ||
| aclocal.m4 | ||
| configure | ||
| configure.ac | ||
| crt0.S | ||
| crt1.S | ||
| crt2.S | ||
| crt3.S | ||
| crt4.S | ||
| crtinit.S | ||
| elf-gloss-linux.ld | ||
| elf-gloss-linux.specs | ||
| linux-crt0.S | ||
| linux-inbyte.c | ||
| linux-outbyte.c | ||
| linux-syscalls-wrap.c | ||
| linux-syscalls.S | ||
| linux-syscalls.h | ||
| pgcrtinit.S | ||
| sbrk.c | ||
| sim-crtinit.S | ||
| sim-pgcrtinit.S | ||
| timer.c | ||
| xil_malloc.c | ||
| xil_printf.c | ||
| xil_sbrk.c | ||
| xilinx.ld | ||