Tue Oct 17 23:37:35 1995  Eric Youngdale  (eric@localhost)

	* Makeconfig.in: Change GNUELF to reflect defaults in place
	when default binary format is ELF.

Sat May  6 14:56:02 1995  Eric Youngdale  (eric@andante.aib.com)

	* Add support for ABI+.  The idea here is that we scan the library
	that we have, and generate a C file that contains definitions
	of the missing functions.  This is then linked into the library.
	The stub functions just print a message and exit, but it is
	this is a handy tool to find out how many functions we are missing.

Tue Dec 13 14:50:50 1994  Eric Youngdale  (eric@esp22.nrl.navy.mil)

	* Makefile (ADDL_SUBDIRS): Add missing for COFF, remove from
	general list.

Mon Dec  5 19:30:28 1994  Eric Youngdale  (eric@andante)

	* Makefile (ADDL_SUBDIRS): Add nls directory for ELF library.

Thu Jul 28 21:08:27 1994  Eric Youngdale  (eric@esp22)

	* Makeconfig: Add support for using GNU tools to generate
	the ELF shared libraries.

Sat Jul 30 11:20:33 1994  iBCS Development  (ibcs@longyear)

	* Makeconfig.in (LD): Changed '=' to ':=' needed to work properly
	with COFF section -- one more time.

Thu Jul  7 22:13:59 1994  iBCS Development  (ibcs@longyear)

	* Makeconfig.in: Revised LD define to work properly with COFF
	section.

Sat Feb 26 12:13:55 1994  Eric Youngdale  (eric@esp22)

	* pwd: New directory, copied in entirety from libc-linux,
	with a new Makefile.

	* Makefile: Compile pwd directory for ELF libraries.

	* Makeconfig.in: Use -P switch for CPP, so that line number
	stuff does not confuse assembler.  For ELF, define
	RANLIB=echo.

Thu Feb 17 22:32:15 1994  Eric Youngdale  (eric@esp22)

	* Makefile (ADDL_SUBDIRS): Add locale and time for
	ELF library.

Thu Feb 17 00:02:05 1994  Eric Youngdale  (eric@esp22)

	* Makerules: Add $(XCFLAGS) to each rule, so that
	in individual libraries we can add other flags.

Sun Feb 13 12:34:51 1994  Eric Youngdale  (eric@esp22)

	* Makefile (ADDL_SUBDIRS): For ELF, include dirent.

Sun Feb 13 10:27:13 1994  iBCS Development  (ibcs@longyear)

	* Makefile (libc.sa): changed rule to envoke stamp utility.

Sat Feb 12 01:07:22 1994  Eric Youngdale  (eric@esp22)

	* Makefile: Only include Makeconfig if the file exists.
	(ADDL_SUBDIRS): For ELF, include svr4/socket, svr4/nsl.

	* Makeconfig.in: Define AS, LD, etc before testing for
	target so that we can override if we want to.

Mon Feb  7 00:15:03 1994  Eric Youngdale  (eric@esp22)

	* Makefile, Makeconfig: Autoconfigure CWD variable for all
	targets.

Sat Feb  5 09:19:06 1994  Eric Youngdale  (eric@esp22)

	* Buglist: New file listing outstanding problems that are known.

Sat Feb  5 09:57:25 1994  iBCS Development  (ibcs@longyear)

	* Makefile (SUBDIRS): Changed if test of COFF_LIBRARY to COFF
	because the libc.sa target was not defined.

Thu Feb  3 22:07:46 1994  Eric Youngdale  (eric@esp22)

	* Makerules: Use CFLAGS, not CFLAGS1 when generating a .s file.

Mon Jan 31 22:34:26 1994  Eric Youngdale  (eric@esp22)

	* Makefile: Add -lmalloc to LDLIB, as per instructions from Al.

Sun Jan 30 22:14:53 1994  Eric Youngdale  (eric@esp22)

	* Makeconfig: Define NO_UNDERSCORE for ELF libraries.
	 Add a "TEST" category of library for hacking.  
	 Add symbols for ASFLAG, AS, LD, AR, STRIP, etc.

	 * Makefile:  Fix so that "all" is libc.sa for COFF, and ibcsdirs
	 for everyone else.  Fix so that the directories scanned depend
	 upon the type of library.  Remove ASFLAG, AS, LD, etc.  Wrap
	 dependencies for libc.sa in a ifdef COFF_LIBRARY.

	 * elf: New directory - contains ELF dynamic linker.

	 * svr4: New directory - contains SVr4 specific stuff.
