Fix bad interaction between --relax and tls optimisation
[binutils-gdb.git] / bfd / plugin.c
index 13192034880b0e81ff7fb389bef48fed2795fb67..3306607fe5c5e43510ede9372daec1ed38656e45 100644 (file)
@@ -400,7 +400,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 +432,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;