diff options
author | Mark Kettenis <kettenis@gnu.org> | 2006-07-16 15:29:09 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2006-07-16 15:29:09 +0000 |
commit | a58dc200994966c753d9fc52bd5dc892f2d3c474 (patch) | |
tree | 2f794231e6a259a171c5854f4a6afcb3be94b1a2 /gdb/config | |
parent | a4bc5cf9b4cf3b72fa3bb85c4e9d4197d31a97cd (diff) | |
download | gdb-a58dc200994966c753d9fc52bd5dc892f2d3c474.zip gdb-a58dc200994966c753d9fc52bd5dc892f2d3c474.tar.gz gdb-a58dc200994966c753d9fc52bd5dc892f2d3c474.tar.bz2 |
* armobsd-tdep.c: New file.
* Makefile.in (ALLDEPFILES): Add armobsd-tdep.c.
(armobsd-tdep.o): New dependency.
* config/arm/obsd.mt: New file.
* configure.tgt: (arm*-*-openbsd*): Set gdb_target to obsd.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/arm/obsd.mt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/arm/obsd.mt b/gdb/config/arm/obsd.mt new file mode 100644 index 0000000..88b0969 --- /dev/null +++ b/gdb/config/arm/obsd.mt @@ -0,0 +1,2 @@ +# Target: OpenBSD/arm +TDEPFILES= arm-tdep.o armobsd-tdep.o solib.o solib-svr4.o |