2
0
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:
bebbo
2017-12-14 16:10:00 +01:00
parent 36fefa9200
commit d2608e1f74
13 changed files with 363 additions and 18 deletions

View File

@ -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)