mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 16:35:28 +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
This repository contains the Linux-specific implementation of Genode.