Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/12/1998 16:10:01
gwr
Mon Jan 12 08:03:28 PST 1998
Update of /cvsroot/src/gnu/dist/gdb/config
In directory netbsd1:/var/slash-tmp/cvs-serv15250

Modified Files:
	tm-nbsd.h 
Log Message:
OK, this file was pretty much completely wrong.  I copied it from the
SunOS version, but our shared libraries are not THAT much like SunOS.
In NetBSD a.out shared libraries, trampoline stubs have _DYNAMIC+n
as their symbol, so we can recognize them with strcmp.  We may also
need SKIP_TRAMPOLINE_CODE(pc) eventually, but doing that right takes
machine dependent code to lookup what the _DYNAMIC stub jumps to.
(gdb appears to work OK on a.out without SKIP_TRAMPOLINE_CODE)


kleink
Mon Jan 12 08:05:41 PST 1998
Update of /cvsroot/src/include
In directory netbsd1:/var/slash-tmp/cvs-serv15982/include

Modified Files:
	string.h unistd.h 
Log Message:
Per XPG4, move the prototype of swab() from <string.h> to <unistd.h>.


kleink
Mon Jan 12 08:05:43 PST 1998
Update of /cvsroot/src/lib/libc/string
In directory netbsd1:/var/slash-tmp/cvs-serv15982/lib/libc/string

Modified Files:
	swab.3 swab.c 
Log Message:
Per XPG4, move the prototype of swab() from <string.h> to <unistd.h>.