You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add support for left aligned assembler directives (e.g. .set)
Much open-source code out there has .global, .set, etc directives starting
in the first column of a line. This change allows assembling such code.
Incidentally this also fixes a bug, where directives without parameters,
such as .text, .data, etc were silently accepted when left-aligned but
in those cases treated as labels instead of section headers.
0 commit comments