diff options
author | 2007-03-30 12:57:44 +0000 | |
---|---|---|
committer | 2007-03-30 12:57:44 +0000 | |
commit | 8807d78becbc8b26407c953a4f6e952b3905c1cf (patch) | |
tree | e7df7024bb928465f5a26d4ac7bf4c4bc4dc05ed /gdb/target.c | |
parent | * utils.c (string_to_core_addr): Comment typo. (diff) | |
download | binutils-gdb-8807d78becbc8b26407c953a4f6e952b3905c1cf.tar.gz binutils-gdb-8807d78becbc8b26407c953a4f6e952b3905c1cf.tar.bz2 binutils-gdb-8807d78becbc8b26407c953a4f6e952b3905c1cf.zip |
* Makefile.in (SFILES): Remove nlmread.c.
(COMMON_OBS): Remove nlmread.o.
(nlmread.o): Delete rule.
* README: Delete reference to remote-st.c.
* acinclude.m4 (CY_AC_TCL_LYNX_POSIX): Delete.
* defs.h (enum gdb_osabi): Delete GDB_OSABI_NETWARE and
GDB_OSABI_LYNXOS.
* i386-tdep.c (i386_nw_init_abi, i386_nlm_osabi_sniffer): Delete.
(_initialize_i386_tdep): Do not reference them.
* nlmread.c: Delete file.
* osabi.c (gdb_osabi_names): Remove NetWare and LynxOS.
* target.c: Doc update.
* thread.c: Delete commented include.
* config/alpha/tm-alpha.h: Doc update.
* gdb.texinfo (Startup): Delete references to some alternate
names for .gdbinit.
(Thread): Remove LynxOS reference.
(Tandem ST2000): Delete target-specific documentation.
* gdbint.texinfo (Symbol Handling): Remove mention of NLM.
(Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
and GDB_OSABI_LYNXOS.
* config/netware.exp: Delete file.
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target.c b/gdb/target.c index 7d9d315795a..b4857ca034d 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -1970,7 +1970,7 @@ generic_mourn_inferior (void) deprecated_detach_hook (); } -/* Helper function for child_wait and the Lynx derivatives of child_wait. +/* Helper function for child_wait and the derivatives of child_wait. HOSTSTATUS is the waitstatus from wait() or the equivalent; store our translation of that in OURSTATUS. */ void |