From: Jan Beulich Date: Thu, 19 Nov 2009 08:41:27 +0000 (+0000) Subject: gas/ X-Git-Tag: cgen-snapshot-20091201~103 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f08e1e197a82fd9fa5d4b15821e762245df8bc4f;p=platform%2Fupstream%2Fbinutils.git gas/ 2009-11-19 Jan Beulich * read.c (pseudo_set): Also call copy_symbol_attributes() for undefined target symbol. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index e9381c1..2c7c219 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2009-11-19 Jan Beulich + + * read.c (pseudo_set): Also call copy_symbol_attributes() for + undefined target symbol. + 2009-11-18 Sebastian Pop * config/tc-i386.c (cpu_arch): Remove cvt16. diff --git a/gas/read.c b/gas/read.c index 45e95f6..fb9fd29 100644 --- a/gas/read.c +++ b/gas/read.c @@ -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;