Automatic date update in version.in
[deliverable/binutils-gdb.git] / bfd / ecoffswap.h
index 3cf917cf79acc4548892021e782e8ba93665c584..83c606888a8079f98ff34d1825363179f6a970bc 100644 (file)
@@ -1,6 +1,5 @@
 /* Generic ECOFF swapping routines, for BFD.
-   Copyright 1992, 1993, 1994, 1995, 1996, 2000, 2001, 2002, 2004, 2005,
-   2007  Free Software Foundation, Inc.
+   Copyright (C) 1992-2016 Free Software Foundation, Inc.
    Written by Cygnus Support.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -451,7 +450,7 @@ ecoff_swap_sym_in (bfd *abfd, void * ext_copy, SYMR *intern)
 #if defined (ECOFF_64) || defined (ECOFF_SIGNED_64)
   if (intern->iss == (signed long) 0xffffffff)
     intern->iss = -1;
-#endif  
+#endif
 
   /* Now the fun stuff...  */
   if (bfd_header_big_endian (abfd))
This page took 0.02324 seconds and 4 git commands to generate.