diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-05-29 16:39:56 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-05-29 16:39:56 +0000 |
commit | 4182591fce9f672b648e8dcfcf33d0df556b7a22 (patch) | |
tree | 64dae6ebd895f6ced1abeb24af7e27870d546c54 /gdb/gdbarch.c | |
parent | 8afb0e028ca79a7b870a0293c8e584529adfbe9f (diff) | |
download | gdb-4182591fce9f672b648e8dcfcf33d0df556b7a22.zip gdb-4182591fce9f672b648e8dcfcf33d0df556b7a22.tar.gz gdb-4182591fce9f672b648e8dcfcf33d0df556b7a22.tar.bz2 |
* Makefile.in (arch-utils.o): Add $(sim_regno_h).
* arch-utils.c: Include "sim-regno.h".
* gdbarch.sh: Don't include "sim-regno.h".
* gdbarch.h, gdbarch.c: Regenerate.
* sim-regno.h (legacy_register_sim_regno): Move declaration from
here.
* arch-utils.h (legacy_register_sim_regno): To here.
* remote-sim.c (legacy_register_sim_regno): Move function from
here.
* arch-utils.c (legacy_register_sim_regno): To here.
Diffstat (limited to 'gdb/gdbarch.c')
-rw-r--r-- | gdb/gdbarch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/gdbarch.c b/gdb/gdbarch.c index baeea9f..9307f25 100644 --- a/gdb/gdbarch.c +++ b/gdb/gdbarch.c @@ -39,7 +39,6 @@ #if GDB_MULTI_ARCH #include "gdbcmd.h" #include "inferior.h" /* enum CALL_DUMMY_LOCATION et.al. */ -#include "sim-regno.h" /* For legacy_register_sim_regno(). */ #else /* Just include everything in sight so that the every old definition of macro is visible. */ |