diff options
author | John Gilmore <gnu@cygnus> | 1991-10-27 22:27:15 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-27 22:27:15 +0000 |
commit | b90c4f33cd2fec30e0e97789177d463a31d09cf8 (patch) | |
tree | 897687ec589666c8a4fa38d1919f4d4b1e2fecaf /gdb/configure.in | |
parent | a23075bc5a477c09ef9691df016671f0d6c3deb1 (diff) | |
download | gdb-b90c4f33cd2fec30e0e97789177d463a31d09cf8.zip gdb-b90c4f33cd2fec30e0e97789177d463a31d09cf8.tar.gz gdb-b90c4f33cd2fec30e0e97789177d463a31d09cf8.tar.bz2 |
* c-exp.y (yyerror): Pass error message if given.
* configure.in: Add rs6000 host and target.
* inflow.c (new_tty): O_NOCTTY kludge for RS/6000.
* symfile.h (entry_point): Add.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 92169b0..7a1f2dc 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -104,6 +104,10 @@ romp) gdb_host=rtbsd ;; +rs6000) + gdb_host=rs6000 + ;; + a29k) gdb_host=ultra3 ;; @@ -242,6 +246,10 @@ ns32k) esac ;; +rs6000) + gdb_target=rs6000 + ;; + ### unhandled targets # altosgas # i386v-g |