Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 09/10/1996 22:20:02
thorpej
Tue Sep 10 15:17:52 PDT 1996
Update of /cvsroot/src/gnu/usr.bin/ld/rtld
In directory netbsd1:/var/slash-tmp/cvs-serv22977

Modified Files:
	rtld.c 
Log Message:
Iff __m68k__, use a `slight hack' to determine the magic of the executable
we're doing a dynamic link for, and change the page size used for offset
and size calculations if necessary.  Allows the same ld.so to be used with
mixed m68k4k and m68k8k executables and libraries.

Thanks a million to Gordon Ross for the help in making this work!