genode/repos/base-linux/src
Piotr Tworek e6a9e06f62 base-linux: Drop parentheses from .cfi_undefined.
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
2021-01-25 13:58:10 +01:00
..
core Remove Cpu_session::Native_cpu definition from API 2021-01-25 13:58:09 +01:00
include Remove Cpu_session::Native_cpu definition from API 2021-01-25 13:58:09 +01:00
ld ld: load dynamic linker at static address on Linux 2019-08-21 13:25:25 +02:00
lib base-linux: Drop parentheses from .cfi_undefined. 2021-01-25 13:58:10 +01:00
test Fix minor inconsistencies in mk files 2021-01-25 12:50:54 +01:00
timer/linux core: use Mutex/Blockade 2020-04-17 12:40:12 +02:00