* pe-dll.c: Removed trailing whitespaces.
authorDave Korn <dave.korn@artimi.com>
Sat, 15 May 2010 14:20:06 +0000 (14:20 +0000)
committerDave Korn <dave.korn@artimi.com>
Sat, 15 May 2010 14:20:06 +0000 (14:20 +0000)
ld/ChangeLog
ld/pe-dll.c

index ca76b05165220916653a3d9bc8b56931d485dbf8..f030e9ec49418009ef26331f874717d53f53ad0a 100644 (file)
@@ -1,3 +1,7 @@
+2010-05-15  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * pe-dll.c: Removed trailing whitespaces.
+
 2010-05-14  Alan Modra  <amodra@gmail.com>
 
        PR ld/11583
index 8b9d5b4b097ba246374a0fc4b99ba3697787b652..60d36a455845a6019c5606d9d88b27cd53a47bdc 100644 (file)
@@ -185,7 +185,7 @@ typedef struct
   int pe_arch;
   int bfd_arch;
   bfd_boolean underscored;
-  const autofilter_entry_type* autofilter_symbollist; 
+  const autofilter_entry_type* autofilter_symbollist;
 }
 pe_details_type;
 
@@ -222,7 +222,7 @@ static const autofilter_entry_type autofilter_symbollist_i386[] =
   { STRING_COMMA_LEN ("_cygwin_crt0_common@8") },
   { STRING_COMMA_LEN ("_cygwin_noncygwin_dll_entry@12") },
   { STRING_COMMA_LEN ("cygwin_attach_dll") },
-#endif  
+#endif
   { STRING_COMMA_LEN ("cygwin_premain0") },
   { STRING_COMMA_LEN ("cygwin_premain1") },
   { STRING_COMMA_LEN ("cygwin_premain2") },
@@ -573,7 +573,7 @@ auto_export (bfd *abfd, def_file *d, const char *n)
         that begin with '__'; this was tried and
         it is too restrictive.  Instead we have
         a target specific list to use:  */
-      afptr = pe_details->autofilter_symbollist; 
+      afptr = pe_details->autofilter_symbollist;
 
       while (afptr->name)
        {
@@ -1365,7 +1365,7 @@ generate_reloc (bfd *abfd, struct bfd_link_info *info)
                  bfd_vma sym_vma;
                  struct bfd_symbol *sym = *relocs[i]->sym_ptr_ptr;
 
-                 /* Don't create relocs for undefined weak symbols.  */ 
+                 /* Don't create relocs for undefined weak symbols.  */
                  if (sym->flags == BSF_WEAK)
                    {
                      struct bfd_link_hash_entry *blhe
@@ -2422,7 +2422,7 @@ make_import_fixup_entry (const char *name,
 
   quick_symbol (abfd, "__nm_thnk_", name, "", UNDSEC, BSF_GLOBAL, 0);
   quick_symbol (abfd, U (""), symname, "_iname", UNDSEC, BSF_GLOBAL, 0);
-  /* For relocator v2 we have to use the .idata$5 element and not 
+  /* For relocator v2 we have to use the .idata$5 element and not
      fixup_name.  */
   if (link_info.pei386_runtime_pseudo_reloc == 2)
     quick_symbol (abfd, "__imp_", name, "", UNDSEC, BSF_GLOBAL, 0);
This page took 0.028433 seconds and 4 git commands to generate.