summaryrefslogtreecommitdiff
path: root/gdb/configure.tgt
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2009-02-17 17:56:49 +0000
committerPedro Alves <pedro@codesourcery.com>2009-02-17 17:56:49 +0000
commit68e6cb94bcedea41f1e31dc9c338c1ec4471b2aa (patch)
tree311c8b8ce8bcd93e983dd4b2313599925c63fb4e /gdb/configure.tgt
parentfa48e67a600b2550c9811795a6faecc44414db82 (diff)
downloadgdb-68e6cb94bcedea41f1e31dc9c338c1ec4471b2aa.tar.gz
* Makefile.in (ALL_64_TARGET_OBS): Add amd64-dicos-tdep.o.
(ALL_TARGET_OBS): Add dicos-tdep.o. (ALLDEPFILES): Add amd64-dicos-tdep.c and dicos-tdep.c. * configure.tgt (i[34567]86-*-dicos*): Add dicos-tdep.o to gdb_target_obs. (x86_64-*-dicos*): Add dicos-tdep.o and amd64-dicos-tdep.o to gdb_target_obs. * dicos-tdep.h, dicos-tdep.c: New. * amd64-dicos-tdep.c: New. * i386-dicos-tdep.c: Don't include solib.h, solib-target.h or inferior.h. Include dicos-tdep.h. (i386_dicos_init_abi): Call dicos_init_abi. (i386_dicos_bfd_has_symbol_p): Delete. (i386_dicos_osabi_sniffer): Use dicos_load_module_p. * NEWS: Mention x86-64 DICOS target support.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r--gdb/configure.tgt4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt
index 8053ba4ad11..65c3e25db74 100644
--- a/gdb/configure.tgt
+++ b/gdb/configure.tgt
@@ -153,7 +153,7 @@ i[34567]86-*-darwin*)
i[34567]86-*-dicos*)
# Target: DICOS/i386
gdb_target_obs="i386-tdep.o i387-tdep.o \
- i386-dicos-tdep.o \
+ dicos-tdep.o i386-dicos-tdep.o \
corelow.o solib.o solib-target.o"
;;
i[34567]86-*-freebsd* | i[34567]86-*-kfreebsd*-gnu)
@@ -506,7 +506,7 @@ vax-*-*)
x86_64-*-dicos*)
# Target: DICOS/x86-64
gdb_target_obs="amd64-tdep.o i386-tdep.o i387-tdep.o \
- i386-dicos-tdep.o \
+ dicos-tdep.o i386-dicos-tdep.o amd64-dicos-tdep.o \
corelow.o solib.o solib-target.o"
;;
x86_64-*-linux*)