diff options
author | Pedro Alves <palves@redhat.com> | 2009-02-17 17:56:50 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-02-17 17:56:50 +0000 |
commit | 4c1d29734e9ca4e8921c9962e0f342bcc9e95c16 (patch) | |
tree | eb32db580082ecd49a7734cd89cfd5ecc8fa017e /gdb/configure.tgt | |
parent | 1903f0e64bb6f600388af42a7af7aff02e70bdef (diff) | |
download | gdb-4c1d29734e9ca4e8921c9962e0f342bcc9e95c16.zip gdb-4c1d29734e9ca4e8921c9962e0f342bcc9e95c16.tar.gz gdb-4c1d29734e9ca4e8921c9962e0f342bcc9e95c16.tar.bz2 |
* 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.tgt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 8053ba4..65c3e25 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*) |