X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fosabi.c;h=d33ef9ca08446f40b79d6bbac49c84615fba207e;hb=b0e59b8f1c5fecb1354de5664f50149ac964d98e;hp=a123ea05bce253dd07c71d8d818d9a0e877dc0a4;hpb=cf0dbd6fe7b21f961021ddc9ba9105cbacfbdc90;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/osabi.c b/gdb/osabi.c index a123ea05bc..d33ef9ca08 100644 --- a/gdb/osabi.c +++ b/gdb/osabi.c @@ -1,6 +1,6 @@ /* OS ABI variant handling for GDB. - Copyright (C) 2001-2013 Free Software Foundation, Inc. + Copyright (C) 2001-2014 Free Software Foundation, Inc. This file is part of GDB. @@ -19,9 +19,6 @@ #include "defs.h" -#include "gdb_assert.h" -#include "gdb_string.h" - #include "osabi.h" #include "arch-utils.h" #include "gdbcmd.h" @@ -53,7 +50,6 @@ static const char * const gdb_osabi_names[] = "SVR4", "GNU/Hurd", "Solaris", - "OSF/1", "GNU/Linux", "FreeBSD a.out", "FreeBSD ELF", @@ -63,7 +59,6 @@ static const char * const gdb_osabi_names[] = "Windows CE", "DJGPP", "Irix", - "Interix", "HP/UX ELF", "HP/UX SOM", "QNX Neutrino",