* configure.in: Add Lynx/rs6000 support.
authorStu Grossman <grossman@cygnus>
Sat, 12 Feb 1994 01:08:29 +0000 (01:08 +0000)
committerStu Grossman <grossman@cygnus>
Sat, 12 Feb 1994 01:08:29 +0000 (01:08 +0000)
commitd87d7b10af019be954f45adc271f5580e3b1ad86
tree63e4bd9cd47af766229e04bfe63b5cd612ee7fc8
parenta15691a56e059d4c715353c3dece0fed51162363
* 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.
gdb/ChangeLog
gdb/config/rs6000/.Sanitize
gdb/config/rs6000/nm-rs6000lynx.h [new file with mode: 0644]
gdb/config/rs6000/tm-rs6000lynx.h [new file with mode: 0644]
gdb/config/rs6000/xm-rs6000lynx.h [new file with mode: 0644]
gdb/configure.in
gdb/lynx-nat.c
gdb/rs6000-nat.c
gdb/rs6000-tdep.c
gdb/xcoffexec.c
This page took 0.025293 seconds and 4 git commands to generate.