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
support the ';' line separator character, aka statement separator
binutils-esp32ulp treats the ';' character as a statement separator.
Multiple statement separated by this character are treated as if
each statement was on its own line.
Note: Currently, due to the way labels are detected/handled, there
must be a space between a ';' and the next statement, if there is
another statement on the same line.
This commit contributes to being able to eventually assemble the
esp32ulp_all.s test from binutils-esp32ulp and allows us to deal
with this line: https://github.com/espressif/binutils-esp32ulp/blob/249ec34cc2c9574a86f3f86bbb175a863f988bcf/gas/testsuite/gas/esp32ulp/esp32/esp32ulp_all.s#L108
The compat tests show how more than 1 statement on a line would be
used/handled.
0 commit comments