From 54fe91723647abc320c9060fa403dc7d0d4f9d63 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 15 Dec 2006 23:45:04 +0000 Subject: Add OpenBSD/sh support. * NEWS (New targets): Mention OpenBSD/sh. * configure.tgt: Add sh*-*-openbsd*. * shnbsd-tdep.c (_initialize_shnbsd_tdep): Register handler for GDB_OSABI_OPENBSD_ELF. * config/sh/obsd.mt: New file. --- gdb/config/sh/obsd.mt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 gdb/config/sh/obsd.mt (limited to 'gdb/config') diff --git a/gdb/config/sh/obsd.mt b/gdb/config/sh/obsd.mt new file mode 100644 index 0000000..4909f86 --- /dev/null +++ b/gdb/config/sh/obsd.mt @@ -0,0 +1,3 @@ +# Target: OpenBSD/sh +TDEPFILES= sh-tdep.o sh64-tdep.o shnbsd-tdep.o nbsd-tdep.o \ + corelow.o solib.o solib-svr4.o -- cgit v1.1