From 981b99faf208e2c7f6e2b83d73e1b89b669112ee Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 10 Aug 1999 16:41:44 +0000 Subject: Patch from Eric Valette and Emmanuel Raguet : - the dec21140 driver code has been hardened (various bug fixed) Emmanuel, - bug in the mcp750 init code have been fixed (interrupt stack/initial stack initialization), BSS correctly cleared (Eric V) - remote debugging over TCP/IP is nearly complete (berakpoints, backtrace, variables,...) (Eric V), - exception handling code has also been improved in order to fully support RDBG requirements (Eric V), --- c/src/librdbg/src/servtgt.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c/src/librdbg/src/servtgt.c') diff --git a/c/src/librdbg/src/servtgt.c b/c/src/librdbg/src/servtgt.c index 7a8471e3e2..de41abc1a6 100644 --- a/c/src/librdbg/src/servtgt.c +++ b/c/src/librdbg/src/servtgt.c @@ -4,6 +4,8 @@ * Component: RDB servers * Module: servtgt.c * + * $Id$ + * ************************************************************************** */ -- cgit v1.2.3