bfd/
[deliverable/binutils-gdb.git] / ld / emultempl / spuelf.em
index eef57aa7cc290cdb258940e1c5688f838eb76748..1b356122334421ac2067078063497ee7c8e7929f 100644 (file)
@@ -165,7 +165,7 @@ spu_place_special_section (asection *s, asection *o, const char *output_name)
 
          push_stat_ptr (&os->children);
          e_size = exp_intop (params.line_size - s->size);
-         lang_add_assignment (exp_assign (".", e_size));
+         lang_add_assignment (exp_assign (".", e_size, FALSE));
          pop_stat_ptr ();
        }
       lang_add_section (&os->children, s, NULL, os);
This page took 0.029681 seconds and 4 git commands to generate.