minor cleanups to update_current_target
[deliverable/binutils-gdb.git] / gdb / mips-irix-tdep.c
index 1edba6c50b21e8db6eb12e8337b09ff3e6107652..d11a4145d7190dab9aeca7c3c98fa8c956147fd0 100644 (file)
@@ -1,8 +1,7 @@
 /* Target-dependent code for the MIPS architecture running on IRIX,
    for GDB, the GNU Debugger.
 
-   Copyright (C) 2002, 2007, 2008, 2009, 2010, 2011
-   Free Software Foundation, Inc.
+   Copyright (C) 2002-2014 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -21,7 +20,7 @@
 
 #include "defs.h"
 #include "osabi.h"
-#include "gdb_string.h"
+#include <string.h>
 #include "solib.h"
 #include "solib-irix.h"
 #include "elf-bfd.h"
@@ -69,7 +68,7 @@ mips_irix_elf_osabi_sniffer (bfd *abfd)
       /* When elfosabi is ELFOSABI_NONE (0), then the ELF structures in the
         file are conforming to the base specification for that machine 
         (there are no OS-specific extensions).  In order to determine the 
-        real OS in use we must look for OS notes that have been added.  
+        real OS in use we must look for OS notes that have been added.
         
         For IRIX, we simply look for sections named with .MIPS. as
         prefixes.  */
This page took 0.023431 seconds and 4 git commands to generate.