diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-07-29 16:34:07 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-07-29 16:34:07 +0000 |
commit | ba3cf85e138b1c072910facf85f0d0e099cfaa5e (patch) | |
tree | b00e9fa1e97d160ac0030a928b5ad2d7262d8462 /gdb/v850-tdep.c | |
parent | 99b13517c55c8e58ffc27c55037086a2f71d65d6 (diff) | |
download | gdb-ba3cf85e138b1c072910facf85f0d0e099cfaa5e.tar.gz |
2002-07-26 Andrew Cagney <ac131313@redhat.com>
* z8k-tdep.c: Do not include "obstack.h".
* h8300-tdep.c, h8500-tdep.c: Ditto.
* m68hc11-tdep.c, sh-tdep.c: Ditto.
* valprint.c, v850-tdep.c: Ditto.
* d10v-tdep.c, mn10300-tdep.c: Ditto.
* mn10200-tdep.c: Ditto.
* Makefile.in (z8k-tdep.o): Update dependencies.
(m68hc11-tdep.o, valprint.o): Ditto.
(v850-tdep.o, d10v-tdep.o): Ditto.
(mn10300-tdep.o, sparc-tdep.o): Ditto.
(sh-tdep.o, h8500-tdep.o, h8300-tdep.o): Ditto.
(m32r-tdep.o, mn10200-tdep.o): Specify dependencies.
(sh_opc_h, gdb_sim_sh_h): Define.
(elf_sh_h, elf_bfd_h): Define.
(opcode_m68hc11_h): Define.
(OPCODES_SRC, OPCODES_DIR): define.
(OPCODES): Use $(OPCODES_DIR).
(gdb_sim_d10v_h): Rename sim_d10v_h.
(gdb_sim_arm_h): Rename sim_arm_h.
Diffstat (limited to 'gdb/v850-tdep.c')
-rw-r--r-- | gdb/v850-tdep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/v850-tdep.c b/gdb/v850-tdep.c index c4f6bd908b5..149eb145f31 100644 --- a/gdb/v850-tdep.c +++ b/gdb/v850-tdep.c @@ -21,7 +21,6 @@ #include "defs.h" #include "frame.h" #include "inferior.h" -#include "obstack.h" #include "target.h" #include "value.h" #include "bfd.h" |