1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-11 13:06:59 +03:00
This commit is contained in:
Rui Ueyama 2024-03-12 14:38:42 +09:00
parent d21207cc79
commit 16b0564d49

View File

@ -1,10 +1,7 @@
#!/bin/bash
. $(dirname $0)/common.inc
# ARM assembler does not seem to accept a hexnum after the atsign
[ $MACHINE = arm ] && skip
cat <<EOF | $CC -o $t/a.o -c -xassembler -
cat <<EOF | $CC -o $t/a.o -c -xassembler - 2> /dev/null || skip
.section .my_section,"a",@0x80000000
EOF