mirror of
https://github.com/bebbo/amigaos-binutils-2.14.git
synced 2025-12-08 22:38:24 +00:00
linking with .stab/.stabstr seems to work
This commit is contained in:
@ -3235,6 +3235,10 @@ pseudo_set (symbolP)
|
||||
|
||||
(void) expression (&exp);
|
||||
|
||||
#if defined(OBJ_AMIGAHUNK)
|
||||
exp.X_op = O_constant;
|
||||
#endif
|
||||
|
||||
if (exp.X_op == O_illegal)
|
||||
as_bad (_("illegal expression"));
|
||||
else if (exp.X_op == O_absent)
|
||||
|
||||
Reference in New Issue
Block a user