From 8f30e3ee91dc88ef2c109c779c60bc408625a10b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 25 Nov 1998 16:25:12 +0000 Subject: First Cut at Hitachi SH. --- doc/supplements/sh/fatalerr.t | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 doc/supplements/sh/fatalerr.t (limited to 'doc/supplements/sh/fatalerr.t') diff --git a/doc/supplements/sh/fatalerr.t b/doc/supplements/sh/fatalerr.t new file mode 100644 index 0000000000..4a3548ed8e --- /dev/null +++ b/doc/supplements/sh/fatalerr.t @@ -0,0 +1,31 @@ +@c +@c COPYRIGHT (c) 1988-1998. +@c On-Line Applications Research Corporation (OAR). +@c All rights reserved. +@c +@c $Id$ +@c + +@chapter Default Fatal Error Processing + +@section Introduction + +Upon detection of a fatal error by either the +application or RTEMS the fatal error manager is invoked. The +fatal error manager will invoke the user-supplied fatal error +handlers. If no user-supplied handlers are configured, the +RTEMS provided default fatal error handler is invoked. If the +user-supplied fatal error handlers return to the executive the +default fatal error handler is then invoked. This chapter +describes the precise operations of the default fatal error +handler. + +@section Default Fatal Error Handler Operations + +The default fatal error handler which is invoked by +the @code{rtems_fatal_error_occurred} directive when there is +no user handler configured or the user handler returns control to +RTEMS. The default fatal error handler disables processor interrupts, +places the error code in @b{XXX}, and executes a @code{XXX} +instruction to simulate a halt processor instruction. + -- cgit v1.2.3