From 7b00db47cefd914e1ba6682a986a10693aa1aa22 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Mon, 2 Sep 2013 23:07:07 +0000 Subject: gdb/ * config/djgpp/fnchange.lst: Remove entry of i386-interix-nat.c and i386-interix-tdep.c. * configure.ac: Remove '*-*-interix*'. * configure: Re-generated. * defs.h (enum gdb_osabi): Remove GDB_OSABI_INTERIX. * i386-cygwin-tdep.c (i386_cygwin_osabi_sniffer): Remove obsolete comments. * osabi.c (gdb_osabi_names): Remove "Interix". --- gdb/osabi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gdb/osabi.c') diff --git a/gdb/osabi.c b/gdb/osabi.c index a123ea0..249dac8 100644 --- a/gdb/osabi.c +++ b/gdb/osabi.c @@ -63,7 +63,6 @@ static const char * const gdb_osabi_names[] = "Windows CE", "DJGPP", "Irix", - "Interix", "HP/UX ELF", "HP/UX SOM", "QNX Neutrino", -- cgit v1.1