Mon Nov 21 22:48:26 1994  H.J. Lu (hlu@nighthawk)

	* version 0.2 is released.

	* Makefile (MFLAGS): new. add BINDIR and CC.

Fri Nov 18 22:25:24 1994  Package Maintainer (opt@calum.csclub.uwaterloo.ca)

	* ./as/Makefile:
	* ./as/const.h:
	* ./as/proto.h:
	* ./as/readsrc.c:
	* ./as/type.h:
	* ./ld/Makefile:
	* ./ld/align.h:
	* ./ld/config.h:
	* ./ld/type.h:
	* ./ld/typeconv.c: remove endian dependency.

Thu Mar  3 15:12:23 1994  H.J. Lu (hlu@nighthawk)

	* version 0.1 is released.

	* Makefile: new.

	* a.out.h/bsd-a.out.h (struct exec): use short form if
	  __linux__ is defined.

	* as/Makefile: minor changes.
	  (CLFAGS): add -I../a.out.h.	
	
	* ld/Makefile: minor changes.
	  (CLFAGS): add -I../a.out.h.	

	* ld/io.c (MY_STAT_H): don't define it if __linux__ is
	  defined.

	* ld/ld.c (flag['z']): initialized to 0 if __linux__ is
	  defined.

	* ld/obj.h (roundup):
	* ld/writebin.c (roundup):
	  ld/readobj.c (roundup): change that to ld_roundup to avoid the
	  conflict with the system's roundup.

	* ld/writebin.c: cleanup for the latest Linux C library.
	  (FILEHEADERLENGTH): change to sizeof (struct exec).
	  don't write a_trsize and its friends.

