From 177ec2701aba30270ec1260746b8db5442c77ef4 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 14 Jan 2016 08:15:25 -0500 Subject: [PATCH] README: update file listing --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.39.5