mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-09 14:32:48 +00:00
e6a9e06f62
According to GNU as manual the syntax of this directive is: .cfi_undefined register The manual does not mention the register should be in parentheses. This works in GNU as even when those are present, but unfortunately clang integrated-as does not parse this correctly. Both GNU and clang's integrated assembler work fine when the extra parentheses are omitted. Fixes #3986 |
||
---|---|---|
.. | ||
core | ||
include | ||
ld | ||
lib | ||
test | ||
timer/linux |