aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-03-30 12:57:44 +0000
committerDaniel Jacobowitz <drow@false.org>2007-03-30 12:57:44 +0000
commit8807d78becbc8b26407c953a4f6e952b3905c1cf (patch)
treee7df7024bb928465f5a26d4ac7bf4c4bc4dc05ed /gdb/defs.h
parentced572fe59eb777ae12ef149d8c77a4836dde226 (diff)
downloadfsf-binutils-gdb-8807d78becbc8b26407c953a4f6e952b3905c1cf.zip
fsf-binutils-gdb-8807d78becbc8b26407c953a4f6e952b3905c1cf.tar.gz
fsf-binutils-gdb-8807d78becbc8b26407c953a4f6e952b3905c1cf.tar.bz2
* 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/defs.h')
-rw-r--r--gdb/defs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index e26692c..7debbd6 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -979,9 +979,7 @@ enum gdb_osabi
GDB_OSABI_OPENBSD_ELF,
GDB_OSABI_WINCE,
GDB_OSABI_GO32,
- GDB_OSABI_NETWARE,
GDB_OSABI_IRIX,
- GDB_OSABI_LYNXOS,
GDB_OSABI_INTERIX,
GDB_OSABI_HPUX_ELF,
GDB_OSABI_HPUX_SOM,