Subject: lib/948: forgotten comments in lib/libc/arch/m68k/gen/fp*
To: None <gnats-admin@NetBSD.ORG>
From: Superuser <root@arresum.inka.de>
List: netbsd-bugs
Date: 04/09/1995 07:05:07
>Number:         948
>Category:       lib
>Synopsis:       forgotten comments in lib/libc/arch/m68k/gen/fp*
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    lib-bug-people (Library Bug People)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Apr  9 07:05:04 1995
>Originator:     Superuser
>Organization:
	
>Release:        NetBSD-current 08-Apr-95
>Environment:
	
System: NetBSD arresum 1.0A NetBSD 1.0A (VEEGO) #108: Sat Apr 8 00:01:22 MET DST 1995 root@arresum:/src/sys/arch/amiga/compile/VEEGO amiga


>Description:
	uncommented #include <machine/asm.h> so ENTRY is unknow
>How-To-Repeat:
	make a new libc with the new libc/arch/m68k/gen/fp* files
>Fix:
	change this line from:
/* #include <machine/asm.h> */
	to
#include <machine/asm.h>
	or
#include "DEFS.h"

	in this files:
fpgetmask.S
fpgetround.S
fpgetsticky.S
fpsetmask.S
fpsetround.S
fpsetsticky.S

>Audit-Trail:
>Unformatted: