mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +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 |
||
---|---|---|
.. | ||
etc | ||
lib | ||
recipes | ||
run | ||
src | ||
README |
This repository contains the Linux-specific implementation of Genode.