Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/16/1998 11:40:02
gwr
Tue Jun 16 11:31:48 PDT 1998
Update of /cvsroot/src/gnu/dist/gdb
In directory nb00:/tmp/cvs-serv27804
Modified Files:
mipsnbsd-nat.c
Log Message:
fetch_core_registers gets all the registers in one call.
cgd
Tue Jun 16 11:36:04 PDT 1998
Update of /cvsroot/src/sys/dev/eisa
In directory nb00:/tmp/cvs-serv27944/eisa
Modified Files:
Makefile
Log Message:
Point people to the correct Makefiles to build generated headers.
(Suggested by Manuel Bouyer.)
cgd
Tue Jun 16 11:36:04 PDT 1998
Update of /cvsroot/src/sys/dev/microcode/aic7xxx
In directory nb00:/tmp/cvs-serv27944/microcode/aic7xxx
Modified Files:
Makefile
Log Message:
Point people to the correct Makefiles to build generated headers.
(Suggested by Manuel Bouyer.)
cgd
Tue Jun 16 11:36:04 PDT 1998
Update of /cvsroot/src/sys/dev/pci
In directory nb00:/tmp/cvs-serv27944/pci
Modified Files:
Makefile
Log Message:
Point people to the correct Makefiles to build generated headers.
(Suggested by Manuel Bouyer.)
cgd
Tue Jun 16 11:36:04 PDT 1998
Update of /cvsroot/src/sys/dev/tc
In directory nb00:/tmp/cvs-serv27944/tc
Modified Files:
Makefile
Log Message:
Point people to the correct Makefiles to build generated headers.
(Suggested by Manuel Bouyer.)
gwr
Tue Jun 16 11:39:05 PDT 1998
Update of /cvsroot/src/gnu/dist/gdb
In directory nb00:/tmp/cvs-serv27856
Modified Files:
i386nbsd-nat.c m68knbsd-nat.c mipsnbsd-nat.c ns32knbsd-nat.c
vaxnbsd-nat.c
Log Message:
Avoid unnecessary calls to fetch_inferior_registers() by calling
registers_fetched() at the end of store_inferior_registers().
By definition, our copy of the register set is up-to-date
at that point, so let the common gdb code know that.