* arm-tdep.h: Add multiple inclusion protection.
authorMark Kettenis <kettenis@gnu.org>
Wed, 2 Aug 2006 21:32:37 +0000 (21:32 +0000)
committerMark Kettenis <kettenis@gnu.org>
Wed, 2 Aug 2006 21:32:37 +0000 (21:32 +0000)
commit47ccd04848b5dac105ea353a2a98019c49d3000a
treefeb00c96dc77ff51bfc35e08e335eb9aa66b65b0
parent9d7cbccda0d0b223261e33efb609a7a43401ec5e
* 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
This page took 0.039338 seconds and 4 git commands to generate.