1
1
mirror of https://github.com/rui314/mold.git synced 2024-10-04 16:48:04 +03:00

Remove precondition checks for ARM architecture

These two test cases work fine on ARM; there is no need to skip them any
more.

Signed-off-by: Christoph Erhardt <github@sicherha.de>
This commit is contained in:
Christoph Erhardt 2022-08-18 12:13:33 +02:00
parent 19d9255d72
commit 1bc11579e7
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@ t=out/test/elf/$MACHINE/$testname
mkdir -p $t
[ $MACHINE = i386 -o $MACHINE = i686 ] && { echo skipped; exit; }
[ $MACHINE = arm ] && { echo skipped; exit; }
cat <<EOF | $CC -o $t/a.o -c -xc - -ffunction-sections -fPIC
#include <stdio.h>

View File

@ -13,7 +13,6 @@ t=out/test/elf/$MACHINE/$testname
mkdir -p $t
[ $MACHINE = i386 -o $MACHINE = i686 ] && { echo skipped; exit; }
[ $MACHINE = arm ] && { echo skipped; exit; }
cat <<EOF | $CC -o $t/a.o -c -xc - -ffunction-sections
#include <stdio.h>