* Makefile.in (ALL_64_TARGET_OBS): Add amd64-dicos-tdep.o.
authorPedro Alves <palves@redhat.com>
Tue, 17 Feb 2009 17:56:50 +0000 (17:56 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 17 Feb 2009 17:56:50 +0000 (17:56 +0000)
commit4c1d29734e9ca4e8921c9962e0f342bcc9e95c16
treeeb32db580082ecd49a7734cd89cfd5ecc8fa017e
parent1903f0e64bb6f600388af42a7af7aff02e70bdef
* 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.
gdb/ChangeLog
gdb/Makefile.in
gdb/NEWS
gdb/amd64-dicos-tdep.c [new file with mode: 0644]
gdb/configure.tgt
gdb/dicos-tdep.c [new file with mode: 0644]
gdb/dicos-tdep.h [new file with mode: 0644]
gdb/i386-dicos-tdep.c