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 | 3dfae23524c4443c1f621952f2b34ef317bf97cf (patch) | |
tree | 9ba5836b028417a4bcd0e1a5bd48a9cf08a8baee /gdb/configure.tgt | |
parent | 50c05b83457256dbbd688b6171fc66a81ec7c147 (diff) | |
download | gdb-3dfae23524c4443c1f621952f2b34ef317bf97cf.tar.gz |
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/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index dd2e719e4c3..a9e657f44c3 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -189,6 +189,7 @@ sh-*-linux*) gdb_target=linux sh*-*-netbsdelf* | sh*-*-knetbsd*-gnu) gdb_target=nbsd ;; sh-*-nto*) gdb_target=nto ;; +sh*-*-openbsd*) gdb_target=obsd ;; sh64-*-elf*) gdb_target=sh64 ;; sh*) gdb_target=embed ;; |