OSDN Git Service

gas/
authorjbeulich <jbeulich>
Thu, 19 Nov 2009 17:41:27 +0000 (17:41 +0000)
committerjbeulich <jbeulich>
Thu, 19 Nov 2009 17:41:27 +0000 (17:41 +0000)
2009-11-19  Jan Beulich  <jbeulich@novell.com>

* read.c (pseudo_set): Also call copy_symbol_attributes() for
undefined target symbol.

gas/ChangeLog
gas/read.c

index e9381c1..2c7c219 100644 (file)
@@ -1,3 +1,8 @@
+2009-11-19  Jan Beulich  <jbeulich@novell.com>
+
+       * read.c (pseudo_set): Also call copy_symbol_attributes() for
+       undefined target symbol.
+
 2009-11-18  Sebastian Pop  <sebastian.pop@amd.com>
 
        * config/tc-i386.c (cpu_arch): Remove cvt16.
index 45e95f6..fb9fd29 100644 (file)
@@ -3750,6 +3750,7 @@ pseudo_set (symbolS *symbolP)
        }
       S_SET_SEGMENT (symbolP, undefined_section);
       symbol_set_value_expression (symbolP, &exp);
+      copy_symbol_attributes (symbolP, exp.X_add_symbol);
       set_zero_frag (symbolP);
       break;