Browse Source

* read.c (pseudo_set): Don't set undefined symbols to expr_section.

gdb-csl-arm-20051020-branch
Alan Modra 21 years ago
parent
commit
66bd02d33d
  1. 4
      gas/ChangeLog
  2. 5
      gas/read.c

4
gas/ChangeLog

@ -1,3 +1,7 @@
2005-09-21 Alan Modra <amodra@bigpond.net.au>
* read.c (pseudo_set): Don't set undefined symbols to expr_section.
2005-09-20 Richard Henderson <rth@redhat.com>
* dwarf2dbg.c (process_entries): Fix uninitialized variable warning.

5
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. */

Loading…
Cancel
Save