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/config/rs6000/.Sanitize | |
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/config/rs6000/.Sanitize')
-rw-r--r-- | gdb/config/rs6000/.Sanitize | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/config/rs6000/.Sanitize b/gdb/config/rs6000/.Sanitize index a820c67..afe94b1 100644 --- a/gdb/config/rs6000/.Sanitize +++ b/gdb/config/rs6000/.Sanitize @@ -22,10 +22,15 @@ Do-first: Things-to-keep: nm-rs6000.h +nm-rs6000lynx.h rs6000.mh +rs6000lynx.mh rs6000.mt +rs6000lynx.mt tm-rs6000.h +tm-rs6000lynx.h xm-rs6000.h +xm-rs6000lynx.h Things-to-lose: |