diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-06-07 04:38:02 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-06-07 04:38:02 +0000 |
commit | b4a20239906ec8ba36a98e03d56d91603ce3ebb7 (patch) | |
tree | 2e3c96c35ae9a0e63a5ef69a743399d9c1c5656d /gdb/v850-tdep.c | |
parent | 17c579bd622026e9c05a0b8893e10a26470c3569 (diff) | |
download | gdb-b4a20239906ec8ba36a98e03d56d91603ce3ebb7.zip gdb-b4a20239906ec8ba36a98e03d56d91603ce3ebb7.tar.gz gdb-b4a20239906ec8ba36a98e03d56d91603ce3ebb7.tar.bz2 |
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 <tab>'' works.
Diffstat (limited to 'gdb/v850-tdep.c')
-rw-r--r-- | gdb/v850-tdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/v850-tdep.c b/gdb/v850-tdep.c index 0501760..41a60d3 100644 --- a/gdb/v850-tdep.c +++ b/gdb/v850-tdep.c @@ -1,5 +1,5 @@ /* Target-dependent code for the NEC V850 for GDB, the GNU debugger. - Copyright 1996, Free Software Foundation, Inc. + Copyright 1996, 2000 Free Software Foundation, Inc. This file is part of GDB. @@ -28,6 +28,7 @@ #include "gdb_string.h" #include "gdbcore.h" #include "symfile.h" +#include "arch-utils.h" static char *v850_generic_reg_names[] = REGISTER_NAMES; |