Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aarch64: build tst-elf-permissions.cc with correctly named sections
The assembler on aarch64 uses different characters - '//' - for the end of line comment (see https://sourceware.org/binutils/docs-2.26/as/i386_002dChars.html#i386_002dChars and https://sourceware.org/binutils/docs-2.26/as/AArch64_002dChars.html#AArch64_002dChars respectively). So we add the relevant ifdef directives to make it build correctly on each arch. Signed-off-by: Waldemar Kozaczuk <[email protected]>
- Loading branch information