2009-11-19  Jan Beulich  <jbeulich@novell.com>

	* read.c (pseudo_set): Also call copy_symbol_attributes() for
	undefined target symbol.
This commit is contained in:
Jan Beulich 2009-11-19 08:41:27 +00:00
parent 41effecb2d
commit f08e1e197a
2 changed files with 6 additions and 0 deletions

View 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.

View 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;