From aba4aa7d5d955be8c137f3f6bd4b8e2bf815a9f7 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 20 Sep 2005 03:06:13 +0000 Subject: * read.c (pseudo_set): Set segment of expression syms to expr_section. --- gas/read.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gas/read.c') diff --git a/gas/read.c b/gas/read.c index 4db278c..2d0404f 100644 --- a/gas/read.c +++ b/gas/read.c @@ -3262,9 +3262,8 @@ pseudo_set (symbolS *symbolP) /* Fall thru */ default: - /* The value is some complex expression. - Set segment and frag back to that of a newly created symbol. */ - S_SET_SEGMENT (symbolP, undefined_section); + /* The value is some complex expression. */ + S_SET_SEGMENT (symbolP, expr_section); symbol_set_value_expression (symbolP, &exp); set_zero_frag (symbolP); break; -- cgit v1.1