Subject: src/lib/libc/arch/mips/sys assemblies
To: None <port-pmax@NetBSD.ORG>
From: James MacKinnon <jmack@Phys.UAlberta.Ca>
List: port-pmax
Date: 05/01/1995 10:40:00
Just a couple of small sequencing difficulties for:

./src/lib/libc/arch/mips/sys/brk.S
./src/lib/libc/arch/mips/sys/sbrk.S

The include line should come before the ASMSTR lines rather than after, 
i.e.:

#include "SYS.h"

#if defined(LIBC_SCCS) && !defined(lint)
        ASMSTR("from: @(#)sbrk.s        8.1 (Berkeley) 6/4/93")
        ASMSTR("$Id: sbrk.S,v 1.5 1995/03/20 14:02:06 mycroft Exp $")
#endif /* LIBC_SCCS and not lint */

Currently, the files will not assemble unless the order is switched
due to: 

Fatal error:Unknown opcode: `asmstr("from: @(#)brk.s        8.1 (Berkeley) 6/4/93")'

--
James S. MacKinnon           Office: P-139 Avahd-Bhatia Physics Lab
Department of Physics        Voice : (403) 492-8226
University of Alberta        email : Jim.MacKinnon@Phys.UAlberta.CA
Edmonton, Canada T6G 2N5
        WWW:   http://www.phys.ualberta.ca/~jmack/jmack.html