From f08e1e197a82fd9fa5d4b15821e762245df8bc4f Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Thu, 19 Nov 2009 08:41:27 +0000 Subject: [PATCH] gas/ 2009-11-19 Jan Beulich * read.c (pseudo_set): Also call copy_symbol_attributes() for undefined target symbol. --- gas/ChangeLog | 5 +++++ gas/read.c | 1 + 2 files changed, 6 insertions(+) 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; -- 2.7.4