aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-09-21 00:12:19 +0000
committerAlan Modra <amodra@gmail.com>2005-09-21 00:12:19 +0000
commit66bd02d33d0451bc127a1166f09f03ea66f273d5 (patch)
tree1eea089de3e53292c7f4e669a062a88e530713ad /gas/read.c
parentf907fdb111ad902595cd7764dd0e113e1fd55786 (diff)
downloadgdb-66bd02d33d0451bc127a1166f09f03ea66f273d5.zip
gdb-66bd02d33d0451bc127a1166f09f03ea66f273d5.tar.gz
gdb-66bd02d33d0451bc127a1166f09f03ea66f273d5.tar.bz2
* read.c (pseudo_set): Don't set undefined symbols to expr_section.
Diffstat (limited to 'gas/read.c')
-rw-r--r--gas/read.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gas/read.c b/gas/read.c
index 2d0404f..8e4e1bc 100644
--- a/gas/read.c
+++ b/gas/read.c
@@ -3259,7 +3259,10 @@ pseudo_set (symbolS *symbolP)
copy_symbol_attributes (symbolP, s);
break;
}
- /* Fall thru */
+ S_SET_SEGMENT (symbolP, undefined_section);
+ symbol_set_value_expression (symbolP, &exp);
+ set_zero_frag (symbolP);
+ break;
default:
/* The value is some complex expression. */