diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 2000-06-01 04:13:36 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 2000-06-01 04:13:36 +0000 |
commit | ca04024df18bf147c2a648ac086cde66a8a7d895 (patch) | |
tree | 67748886d2314634ccbadb53ace99ff2f1548795 /gdb/configure.host | |
parent | f067e7fbaf71eb483ced6f4728ca2b0ddd72e4b0 (diff) | |
download | gdb-ca04024df18bf147c2a648ac086cde66a8a7d895.zip gdb-ca04024df18bf147c2a648ac086cde66a8a7d895.tar.gz gdb-ca04024df18bf147c2a648ac086cde66a8a7d895.tar.bz2 |
* configure.host: Add patterns for i[3456]86-*-netbsdaout*
and i[3456]86-*-netbsdelf*.
* config/i386/nm-nbsdelf.h: New file.
* config/i386/nbsdelf.mh: New file.
* config/i386/nm-nbsd.h: change include of nm-nbsd.h to
the more explicit config/nm-nbsd.h.
* config/i386/tm-nbsd.h: change include of tm-i386bsd.h to
tm-i386.h.
(SIGTRAMP_START, SIGTRAMP_END, SIGCONTEXT_PC_OFFSET): Define.
-------------------------------------------------------------------
Diffstat (limited to 'gdb/configure.host')
-rw-r--r-- | gdb/configure.host | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/configure.host b/gdb/configure.host index 69bbd6c..db720b1 100644 --- a/gdb/configure.host +++ b/gdb/configure.host @@ -57,6 +57,8 @@ i[3456]86-*-aix*) gdb_host=i386aix ;; i[3456]86-*-bsd*) gdb_host=i386bsd ;; i[3456]86-*-dgux*) gdb_host=i386dgux ;; i[3456]86-*-freebsd*) gdb_host=fbsd ;; +i[3456]86-*-netbsdelf*) gdb_host=nbsdelf ;; +i[3456]86-*-netbsdaout*) gdb_host=nbsd ;; i[3456]86-*-netbsd*) gdb_host=nbsd ;; i[3456]86-*-go32*) gdb_host=go32 ;; i[3456]86-*-msdosdjgpp*) gdb_host=go32 ;; |