aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-09-20 03:06:13 +0000
committerAlan Modra <amodra@gmail.com>2005-09-20 03:06:13 +0000
commitaba4aa7d5d955be8c137f3f6bd4b8e2bf815a9f7 (patch)
treef19a0236dd1461c4c1f1fc8563f1c662db723692 /gas/read.c
parentf68d3f78b18b3f2d705394a68da509ba164d6489 (diff)
downloadfsf-binutils-gdb-aba4aa7d5d955be8c137f3f6bd4b8e2bf815a9f7.zip
fsf-binutils-gdb-aba4aa7d5d955be8c137f3f6bd4b8e2bf815a9f7.tar.gz
fsf-binutils-gdb-aba4aa7d5d955be8c137f3f6bd4b8e2bf815a9f7.tar.bz2
* read.c (pseudo_set): Set segment of expression syms to expr_section.
Diffstat (limited to 'gas/read.c')
-rw-r--r--gas/read.c5
1 files changed, 2 insertions, 3 deletions
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;