From: Mike Frysinger Date: Thu, 14 Jan 2016 13:15:25 +0000 (-0500) Subject: README: update file listing X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=177ec2701aba30270ec1260746b8db5442c77ef4;p=elf2flt.git README: update file listing --- diff --git a/README.md b/README.md index a219593..089991f 100644 --- 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 /.../-ld.real to do the actual linking. +* stubs.c - Support for various functions that your OS might be missing. ## Tips