genode/repos/base-linux
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
..
etc base: remove SPEC variables of boards (fix #3971) 2021-01-25 13:58:09 +01:00
lib base-linux: enabled seccomp 2020-05-27 11:56:46 +02:00
recipes depot: update recipe hashes 2020-12-18 09:10:52 +01:00
run lx_hybrid_errno.run: add missing parent services 2020-03-26 11:38:54 +01:00
src base-linux: Drop parentheses from .cfi_undefined. 2021-01-25 13:58:10 +01:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

This repository contains the Linux-specific implementation of Genode.