]> git.wh0rd.org Git - elf2flt.git/commitdiff
README: update file listing
authorMike Frysinger <vapier@gentoo.org>
Thu, 14 Jan 2016 13:15:25 +0000 (08:15 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 14 Jan 2016 13:15:25 +0000 (08:15 -0500)
README.md

index a219593336a754dd5b74d177207ec0a920ab09d8..089991f47c8cbc1ea223654ba47f93342c683191 100644 (file)
--- a/README.md
+++ b/README.md
@@ -33,18 +33,19 @@ specify where the libbfd.a and libiberty.a library files are to use.
 
 * README.md    - this file
 * configure    - autoconf configuration shell script
-* configure.in - original autoconf file
+* configure.ac - original autoconf file
 * config.*     - autoconf support scripts
 * Makefile.in  - Makefile template used by configure
 * elf2flt.c    - the source
 * flthdr.c     - flat header manipulation program
 * flat.h       - header from uClinux kernel sources
-* lf2flt.ld    - an example linker script that works for C/C++ and uClinux
+* elf2flt.ld   - an example linker script that works for C/C++ and uClinux
 * ld-elf2flt   - A linker replacement that implements a `-elf2flt` option for
                  the linker and runs elf2flt automatically for you.  It auto
                  detects PIC/non-PIC code and adjusts its option accordingly.
                  It uses the environment variable `FLTFLAGS` when running
                  elf2flt.  It runs /.../<ARCH>-ld.real to do the actual linking.
+* stubs.c      - Support for various functions that your OS might be missing.
 
 ## Tips