Thu Apr 17 01:08:47 1997  Ralf Baechle  <ralf@gnu.ai.mit.edu>

	* Makefile.in: Set shell option -e in all for loops but the cleanup
	loops.

Wed Apr 16 22:25:32 1997  Ralf Baechle  <ralf@gnu.ai.mit.edu>

	* src/cpu.c (decodecputype): Ugh, type PrID value 0x21 seems to be
	used by a Sony R3000 derivate and the IDT R4700.  The R4700 looks
	more correct to me, so ...

	* libstand/cachectl.S: Fix to compile again.

	* src/milomain.c: Include <linux/string.h>

	* src/launch.S: Convert to PIC.

	* src/bitags.c: Include <string.h>, <asm/string.h>.

	* libstand/Makefile.in: Add strncmp.c, memset.c, strcpy.c, memcpy.c
	and port.c.
	* libstand/strncmp.c: Library version of strncmp.
	* libstand/strcpy.c: Library version of strcopy.
	* libstand/memset.c: Library version of memset.
	* libstand/memcpy.c: Library version of memcpy.
	* libstand/port.c: New file.  Define the base pointer for the I/O
	port array.

	* NEWS: New file.  Document most important changes in 0.28.
	
	* src/rm200-pci.c: Include <asm/addrspace.h>, not <asm/segment.h>.
	libarc/arc-memdetect.c: Likewise.
	libarc/mallocinit.c: Likewise.
	libstand/cachectl.S: Likewise.
	src/acer_pica_61.c: Likewise.
	src/arcident.c: Likewise.

	* src/magnum.c: Don't include <asm/segment.h>.

	* src/arc.ldscript: New file.  Linker script to load the ARC programs
	at the right address.
	* libarc/Makefile.in: Clear LDFLAGS.
	libstand/Makefile.in: Likewise.
	man/Makefile.in: Likewise.
	src/Makefile.in: Likewise.
	Makefile.in: Likewise.

	* configure: Rebuild using autoconf 2.12.
	* configure.in (AC_PREREQ): Require autoconf 2.12.
	(CFLAGS): Remove -Wa,-mips3 from default CFLAGS.
	(AC_C_CROSS): Removed call.
	(AC_OUTPUT): Build tools/Makefile.
	Add checks for compiler and native compiler.

	* Makefile.in: Add tools subdir.
	* tools/Makefile.in: New file.
	* tools/elf2ecoff.c: New file.  Heavily hacked version of Ted Lemon's
	elf2ecoff converter.  This version should be more portable than
	Ted's NetBSD version.

	* src/Makefile.in: Link all programs as ELF, then convert them into
	ELF using elf2ecoff.
	(COMMONSOURCES): Move crt0.o to the beginning of the list.

Thu Aug  1 21:37:14 1996  Ralf Baechle  <ralf@gnu.ai.mit.edu>

	* libarc/glue.c (BIOS):  Change into PIC code.

	* src/crt0.S:  Remove all SNI hacks.  Initialize the gp register for
	SVr4 PIC code. 

Mon Jun 24 23:26:03 1996  Stoned Elipot  <seb@bandsept.univ-evry.fr>

	* Released version 0.27 which is a rewrite of version 0.26
	* All files from version 0.26 had been moved around, old ChangeLog
	file is named ChangeLog.0  

