gas: sparc: fix collision of registers and pseudo-ops.
[deliverable/binutils-gdb.git] / binutils / rescoff.c
index 3e63e49901d3c96c1e661a26de6e00eda5f1b7bf..74a61a7be5d1fd0e87d31855de3c5a77dcf30fae 100644 (file)
@@ -1,5 +1,5 @@
 /* rescoff.c -- read and write resources in Windows COFF files.
-   Copyright (C) 1997-2015 Free Software Foundation, Inc.
+   Copyright (C) 1997-2016 Free Software Foundation, Inc.
    Written by Ian Lance Taylor, Cygnus Support.
    Rewritten by Kai Tietz, Onevision.
 
@@ -164,7 +164,7 @@ read_coff_rsrc (const char *filename, const char *target)
      this will have to be cleaned up.  */
 
   ret = read_coff_res_dir (&wrbfd, data, &flaginfo, (const rc_res_id *) NULL, 0);
-  
+
   bfd_close (abfd);
 
   return ret;
This page took 0.023486 seconds and 4 git commands to generate.