Remove alloca(0) calls
[deliverable/binutils-gdb.git] / gold / testsuite / script_test_15b.sh
index a902cafa195b3075d372d3992823f186cf770c7f..6e41e7cf42e3d5dfc0f82207f4fcd25652a809b4 100755 (executable)
@@ -2,7 +2,7 @@
 
 # script_test_15b.sh -- test for .bss placement.
 
-# Copyright (C) 2016-2017 Free Software Foundation, Inc.
+# Copyright (C) 2016-2019 Free Software Foundation, Inc.
 # Written by Cary Coutant <ccoutant@gmail.com>.
 
 # This file is part of gold.
@@ -38,5 +38,5 @@ check()
     fi
 }
 
-check script_test_15b.stdout "LOAD.*0x001... 0x001... RW"
-check script_test_15b.stdout "01.*\\.bss .*\\.data .*\\.data.extra"
+check script_test_15b.stdout "LOAD.*0x0\+1... 0x0\+1... RW"
+check script_test_15b.stdout "01.*\.bss .*\.data .*\.data.extra"
This page took 0.023286 seconds and 4 git commands to generate.