diff options
author | Mark Kettenis <kettenis@gnu.org> | 2006-12-15 23:45:04 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2006-12-15 23:45:04 +0000 |
commit | 54fe91723647abc320c9060fa403dc7d0d4f9d63 (patch) | |
tree | 64b85440da5be16b20891447ba1ab656a7d53150 /gdb/config | |
parent | 1e17aef8089ed44431967563b44bd5c999dc2c0e (diff) | |
download | gdb-54fe91723647abc320c9060fa403dc7d0d4f9d63.zip gdb-54fe91723647abc320c9060fa403dc7d0d4f9d63.tar.gz gdb-54fe91723647abc320c9060fa403dc7d0d4f9d63.tar.bz2 |
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.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/sh/obsd.mt | 3 |
1 files changed, 3 insertions, 0 deletions
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 |