aboutsummaryrefslogtreecommitdiff
path: root/gdb/tm-amix.h
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1991-12-20 19:44:16 +0000
committerFred Fish <fnf@specifix.com>1991-12-20 19:44:16 +0000
commitee1ad69ccdd586171462c68235793bdf71f0b33d (patch)
treee898b64cba56a2475c9baaba4b8ac23d0903f669 /gdb/tm-amix.h
parent5f32984ea685edfc20fb8ab27bc780086d8bb07e (diff)
downloadfsf-binutils-gdb-ee1ad69ccdd586171462c68235793bdf71f0b33d.zip
fsf-binutils-gdb-ee1ad69ccdd586171462c68235793bdf71f0b33d.tar.gz
fsf-binutils-gdb-ee1ad69ccdd586171462c68235793bdf71f0b33d.tar.bz2
* configure.in, tm-amix.h, tm-i386v4.h, xm-amix.h, xm-i386v4.h:
Change svr4 references to sysv4. * source.c: Move declaration of external function index to front of file so it is in scope for all references. * utils.c (error, fatal): Make definitions consistent with defs.h declarations (declared as "volatile void").
Diffstat (limited to 'gdb/tm-amix.h')
-rw-r--r--gdb/tm-amix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tm-amix.h b/gdb/tm-amix.h
index 635d3b3..e13fc89 100644
--- a/gdb/tm-amix.h
+++ b/gdb/tm-amix.h
@@ -43,5 +43,5 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define FRAME_CHAIN_VALID_ALTERNATE
-#include "tm-svr4.h"
+#include "tm-sysv4.h"
#include "tm-68k.h"