From 795bb1cc1fe6c6b060b240e2ee85e5cff0bb6398 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 28 Sep 2018 12:25:18 +0100 Subject: [PATCH] Fix assembler test --- tests/assembler-gap-test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/assembler-gap-test b/tests/assembler-gap-test index 12b703f..97f4e29 100755 --- a/tests/assembler-gap-test +++ b/tests/assembler-gap-test @@ -19,8 +19,8 @@ rm -f hello.o hello2.o rm -f gap1.o assembler-gap-test1.exe assembler-gas-test1.out rm -f gap2.o assembler-gap-test2.exe assembler-gas-test2.out -# GAS=as -GAS=/work/builds/binutils/current/x86_64-pc-linux-gnu/gas/as-new +GAS=as +# GAS=/work/builds/binutils/current/x86_64-pc-linux-gnu/gas/as-new GCC=gcc READELF=readelf ANNOCHECK=../annocheck/annocheck -- 2.43.5