OSDN Git Service

* Makefile.in (ALL_64_TARGET_OBS): Add amd64-dicos-tdep.o.
authorpalves <palves>
Tue, 17 Feb 2009 17:56:49 +0000 (17:56 +0000)
committerpalves <palves>
Tue, 17 Feb 2009 17:56:49 +0000 (17:56 +0000)
commit311da1f7c056b23ef5c14eb14f871f7703dc12ea
tree815292fcedf880cdde8bf235d19be58f7014cc1e
parentb1cb12580ca4bf486a41a8c9f51d5b9898ac524b
* 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