Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/21/1997 18:30:03
is
Tue Jan 21 10:26:17 PST 1997
Update of /cvsroot/src/sys/arch/amiga/stand/boot
In directory netbsd1:/var/slash-tmp/cvs-serv12489

Modified Files:
	Makefile bbstart.s main.c xd.c 
Added Files:
	aout2bb.c aout2bb.h bzero.s chksum.c chksum.h txlt.l 
Removed Files:
	Makefile.txlt bzero.c test.s 
Log Message:
* make object dirs work:
- move the helper programs txlt and aout2bb to the topmost directory
- build the few files from libsa in the topmost directory

* while doing this, hunted down mysterious code expansion: It seems
that ld aligns code segments differently when linking .o's directly
than when using an archive consisting of the same files. Abuse this
effect to make the bootblock even smaller. The floppy boot block
"fdboot" is now small enough to build; add it back to the Makefile.

* while being here, remove a file which was committed by mistake.


is
Tue Jan 21 10:26:21 PST 1997
Update of /cvsroot/src/sys/arch/amiga/stand/boot/aout2bb
In directory netbsd1:/var/slash-tmp/cvs-serv12489/aout2bb

Removed Files:
	Makefile aout2bb.c aout2bb.h chksum.c chksum.h 
Log Message:
* make object dirs work:
- move the helper programs txlt and aout2bb to the topmost directory
- build the few files from libsa in the topmost directory

* while doing this, hunted down mysterious code expansion: It seems
that ld aligns code segments differently when linking .o's directly
than when using an archive consisting of the same files. Abuse this
effect to make the bootblock even smaller. The floppy boot block
"fdboot" is now small enough to build; add it back to the Makefile.

* while being here, remove a file which was committed by mistake.


is
Tue Jan 21 10:26:22 PST 1997
Update of /cvsroot/src/sys/arch/amiga/stand/boot/libsa
In directory netbsd1:/var/slash-tmp/cvs-serv12489/libsa

Removed Files:
	Makefile Makefile.inc 
Log Message:
* make object dirs work:
- move the helper programs txlt and aout2bb to the topmost directory
- build the few files from libsa in the topmost directory

* while doing this, hunted down mysterious code expansion: It seems
that ld aligns code segments differently when linking .o's directly
than when using an archive consisting of the same files. Abuse this
effect to make the bootblock even smaller. The floppy boot block
"fdboot" is now small enough to build; add it back to the Makefile.

* while being here, remove a file which was committed by mistake.


is
Tue Jan 21 10:26:24 PST 1997
Update of /cvsroot/src/sys/arch/amiga/stand/boot/txlt
In directory netbsd1:/var/slash-tmp/cvs-serv12489/txlt

Removed Files:
	Makefile txlt.l 
Log Message:
* make object dirs work:
- move the helper programs txlt and aout2bb to the topmost directory
- build the few files from libsa in the topmost directory

* while doing this, hunted down mysterious code expansion: It seems
that ld aligns code segments differently when linking .o's directly
than when using an archive consisting of the same files. Abuse this
effect to make the bootblock even smaller. The floppy boot block
"fdboot" is now small enough to build; add it back to the Makefile.

* while being here, remove a file which was committed by mistake.