* mipsread.c (UNSAFE_DATA_ADDR): Remove MIPS-host-specific
authorJohn Gilmore <gnu@cygnus>
Wed, 21 Oct 1992 10:34:07 +0000 (10:34 +0000)
committerJohn Gilmore <gnu@cygnus>
Wed, 21 Oct 1992 10:34:07 +0000 (10:34 +0000)
commit84a792c778c2b9d742f4fced6050897bede357d9
tree49e625b3ca7732a3aa9bc0e36b1f80b3b3c40b4a
parentb517f124017225c6cb0a5b815bd1574a9617aa57
* mipsread.c (UNSAFE_DATA_ADDR):  Remove MIPS-host-specific
definition, replace with portable one.
* remote-nindy.c:  Lint.
(nindy_wait):  Return type is int, result is inferior_pid.
* symmisc.c (dump_psymtab):  Only print section_offsets if set.
(initialize_symmisc):  Remove empty function.
* tm-spc-noun.h, tm-sun4os4.h, tm-sun4sol2.h (STACK_END_ADDRESS):
Remove obsolete, misspelled macro.
* doc/gdbint.texinfo:  Document obsolete STACK_END_ADDR.
(all @node commands):  Use new form to avoid nitpicking errors.
* doc/gdbint.texinfo:  Document host/native/target split.
gdb/mipsread.c