daily update
[deliverable/binutils-gdb.git] / bfd / plugin.c
index 13192034880b0e81ff7fb389bef48fed2795fb67..c3f28ede0c0fca1c81884094e278da48c57abe0a 100644 (file)
@@ -1,6 +1,5 @@
 /* Plugin support for BFD.
-   Copyright 2009, 2010, 2011, 2012
-   Free Software Foundation, Inc.
+   Copyright (C) 2009-2014 Free Software Foundation, Inc.
 
    This file is part of BFD, the Binary File Descriptor library.
 
@@ -400,7 +399,7 @@ static flagword
 convert_flags (const struct ld_plugin_symbol *sym)
 {
  switch (sym->def)
-   { 
+   {
    case LDPK_DEF:
    case LDPK_COMMON:
    case LDPK_UNDEF:
@@ -432,7 +431,7 @@ bfd_plugin_canonicalize_symtab (bfd *abfd,
 
   for (i = 0; i < nsyms; i++)
     {
-      asymbol *s = bfd_alloc (abfd, sizeof (asymbol)); 
+      asymbol *s = bfd_alloc (abfd, sizeof (asymbol));
 
       BFD_ASSERT (s);
       alocation[i] = s;
This page took 0.027644 seconds and 4 git commands to generate.