mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-11 09:56:23 +08:00
* read.c (pseudo_set): Set segment of expression syms to expr_section.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2005-09-20 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
|
* read.c (pseudo_set): Set segment of expression syms to expr_section.
|
||||||
|
|
||||||
2005-09-14 Jan Beulich <jbeulich@novell.com>
|
2005-09-14 Jan Beulich <jbeulich@novell.com>
|
||||||
|
|
||||||
* config/tc-i386.c (tc_x86_regname_to_dw2regnum): Add selector
|
* config/tc-i386.c (tc_x86_regname_to_dw2regnum): Add selector
|
||||||
|
@ -3262,9 +3262,8 @@ pseudo_set (symbolS *symbolP)
|
|||||||
/* Fall thru */
|
/* Fall thru */
|
||||||
|
|
||||||
default:
|
default:
|
||||||
/* The value is some complex expression.
|
/* The value is some complex expression. */
|
||||||
Set segment and frag back to that of a newly created symbol. */
|
S_SET_SEGMENT (symbolP, expr_section);
|
||||||
S_SET_SEGMENT (symbolP, undefined_section);
|
|
||||||
symbol_set_value_expression (symbolP, &exp);
|
symbol_set_value_expression (symbolP, &exp);
|
||||||
set_zero_frag (symbolP);
|
set_zero_frag (symbolP);
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user