OSDN Git Service

* arm-tdep.h: Add multiple inclusion protection.
authorkettenis <kettenis>
Wed, 2 Aug 2006 21:32:37 +0000 (21:32 +0000)
committerkettenis <kettenis>
Wed, 2 Aug 2006 21:32:37 +0000 (21:32 +0000)
commit0a3d8b8107da0ec2b590885ef404f66458235c96
tree07106ef9f7064b4600c90855db9ec98dbb6cb0c9
parentf637ff12c3343b7e1e0f6d6eade8aa97414d0706
* arm-tdep.h: Add multiple inclusion protection.
(struct gdbarch): Add forward declaration.
(armobsd_regset_from_core_section): New prototype.
* armbsd-tdep.c: New file.
* armobsd-tdep.c: Include "gdb_string.h".
(armobsd_init_abi): Set regset_from_core_section.
(armobsd_core_osabi_sniffer): New function.
(_initialize_armobsd_tdep): Register armobsd_core_osabi_sniffer.
* Makefile.in (ALLDEPFILES): Add armbsd-tdep.c.
(armbsd-tdep.o): New dependency.
(armnbsd-tdep.o): Update dependencies.
* config/arm/obsd.mt (TDEPFILES): Add armbsd-tdep.o and corelow.o.
gdb/ChangeLog
gdb/Makefile.in
gdb/arm-tdep.h
gdb/armbsd-tdep.c [new file with mode: 0644]
gdb/armobsd-tdep.c
gdb/config/arm/obsd.mt