TLS orphan section placement
[deliverable/binutils-gdb.git] / ld / testplug.c
index 3be1ed4142d435c2089b045426fb37bd06b0c5b7..9d6ec96741288b1851689a19bc01e1abfe8680f1 100644 (file)
@@ -168,7 +168,7 @@ record_add_file (const char *file, addfile_enum_t type)
     return LDPS_ERR;
   newfile->next = NULL;
   newfile->name = file;
-  newfile->type = type;;
+  newfile->type = type;
   /* Chain it on the end of the list.  */
   *addfiles_tail_chain_ptr = newfile;
   addfiles_tail_chain_ptr = &newfile->next;
This page took 0.022589 seconds and 4 git commands to generate.