From b4a20239906ec8ba36a98e03d56d91603ce3ebb7 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 7 Jun 2000 04:38:02 +0000 Subject: The attatched moves the remaining guff from gdbarch.{h,c,sh} to arch-utils.{h,c}. The ``set architecutre'' and ``set endian'' commands (part of the move) were implemented to use add_set_enum_cmd() so that ``set architecture '' works. --- gdb/i386-tdep.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/i386-tdep.c') diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c index e2ebffa62a1..63f2ba48735 100644 --- a/gdb/i386-tdep.c +++ b/gdb/i386-tdep.c @@ -29,6 +29,7 @@ #include "symtab.h" #include "gdbcmd.h" #include "command.h" +#include "arch-utils.h" static long i386_get_frame_setup (CORE_ADDR); -- cgit v1.2.1