diff options
author | Stu Grossman <grossman@cygnus> | 1994-02-12 01:08:29 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1994-02-12 01:08:29 +0000 |
commit | d87d7b10af019be954f45adc271f5580e3b1ad86 (patch) | |
tree | 63e4bd9cd47af766229e04bfe63b5cd612ee7fc8 /gdb/configure.in | |
parent | a15691a56e059d4c715353c3dece0fed51162363 (diff) | |
download | gdb-d87d7b10af019be954f45adc271f5580e3b1ad86.zip gdb-d87d7b10af019be954f45adc271f5580e3b1ad86.tar.gz gdb-d87d7b10af019be954f45adc271f5580e3b1ad86.tar.bz2 |
* configure.in: Add Lynx/rs6000 support.
* lynx-nat.c: Clean up some Sparc stuff. Clean up ptrace error
messages. Add rs6000 support. Don't try to modify unwritable
registers.
* rs6000-nat.c: Move lots of native dependent stuff (like core
file support) from rs6000-tdep.c & xcoffexec.c to here.
* rs6000-tdep.c: Move native dependent stuff to nat.c.
* xcoffexec.c: Move native dependent stuff to nat.c.
* config/rs6000/nm-rs6000.h: Move defs of SOLIB_* macros to here
from tm file.
* config/rs6000/tm-rs6000.h: Remove defs of SOLIB_* funcs, cuz they're
really native.
* config/rs6000/tm-rs6000lynx.h, config/rs6000/xm-rs6000lynx.h:
New files to support Lynx/rs6000.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 3c2021e..2547d8b 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -107,6 +107,7 @@ pyramid-*-*) gdb_host=pyramid ;; romp-*-*) gdb_host=rtbsd ;; +rs6000-*-lynxos*) gdb_host=rs6000lynx ;; rs6000-*-*) gdb_host=rs6000 ;; sparc-*-lynxos*) gdb_host=sparclynx ;; @@ -280,6 +281,7 @@ pn-*-*) gdb_target=pn ;; pyramid-*-*) gdb_target=pyramid ;; +rs6000-*-lynxos*) gdb_target=rs6000lynx ;; rs6000-*-*) gdb_target=rs6000 ;; sparc-*-aout*) gdb_target=sparc-em ;; |