2012-03-08 Luis Machado <lgustavo@codesourcery.com>
[deliverable/binutils-gdb.git] / ld / ldwrite.c
index b7a1469c06a3696fd2efeac437f58f18e2f09eeb..911149e2e4adb2e9f2a93cb5b1c4fd01a98f304e 100644 (file)
@@ -183,6 +183,7 @@ build_link_order (lang_statement_union_type *statement)
          default:
            abort ();
          }
+       link_order->u.data.size = link_order->size;
       }
       break;
 
@@ -240,7 +241,7 @@ build_link_order (lang_statement_union_type *statement)
           attached */
        asection *i = statement->input_section.section;
 
-       if (!((lang_input_statement_type *) i->owner->usrdata)->just_syms_flag
+       if (!((lang_input_statement_type *) i->owner->usrdata)->flags.just_syms
            && (i->flags & SEC_EXCLUDE) == 0)
          {
            asection *output_section = i->output_section;
This page took 0.034417 seconds and 4 git commands to generate.