linux-x86.exp: Compile with -I../bfd
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 2 Apr 2020 11:44:01 +0000 (04:44 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 2 Apr 2020 11:44:01 +0000 (04:44 -0700)
Compile with -I../bfd to include <bfd_stdint.h> in PR ld/25749 tests.

* testsuite/ld-elf/linux-x86.exp (check_pr25749a): Compile with
-I../bfd.
(check_pr25749b): Likewise.

ld/ChangeLog
ld/testsuite/ld-elf/linux-x86.exp

index 3d66a84893ae471450aff27f114ccd94685f8d56..ec43c89a593372e9eb92a11e24c1acfe8e0c6ac8 100644 (file)
@@ -1,3 +1,9 @@
+2020-04-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-elf/linux-x86.exp (check_pr25749a): Compile with
+       -I../bfd.
+       (check_pr25749b): Likewise.
+
 2020-04-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * testsuite/ld-ifunc/ifunc-10-i386.d: Remove *-*-solaris2* from
index 7186dede711e9da4d7cdc1e60101873a35e35244..180674deacddf6877ce57304d829ec0430f61389 100644 (file)
@@ -148,7 +148,7 @@ proc check_pr25749a {testname srcfilea srcfileb cflags ldflags lderror} {
            [list \
                "Build $testname ($ldflags $cflags)" \
                "$ldflags tmpdir/pr25749-bin.o" \
-               "$cflags" \
+               "$cflags -I../bfd" \
                [list $srcfilea $srcfileb]\
                {{readelf {-Wr} pr25749.rd}}  \
                "${testname}a" \
@@ -162,7 +162,7 @@ proc check_pr25749a {testname srcfilea srcfileb cflags ldflags lderror} {
                [list $srcfilea $srcfileb]\
                "${testname}a" \
                "pass.out" \
-               "$cflags" \
+               "$cflags -I../bfd" \
            ] \
        ]
     } else {
@@ -170,7 +170,7 @@ proc check_pr25749a {testname srcfilea srcfileb cflags ldflags lderror} {
            [list \
                "Build $testname ($ldflags $cflags)" \
                "$ldflags tmpdir/pr25749-bin.o" \
-               "$cflags" \
+               "$cflags -I../bfd" \
                [list $srcfilea $srcfileb]\
                [list [list error_output $lderror]] \
                "$testname" \
@@ -250,7 +250,7 @@ proc check_pr25749b {testname srcfilea srcfileb cflags ldflags dsoldflags} {
        [list \
            "Build lib${testname}.so ($dsoldflags)" \
            "-shared $dsoldflags tmpdir/pr25749-bin.o" \
-           "-fPIC" \
+           "-fPIC -I../bfd" \
            [list $srcfileb] \
            {{readelf {-Wr} pr25749.rd}}  \
            "lib${testname}.so" \
@@ -264,7 +264,7 @@ proc check_pr25749b {testname srcfilea srcfileb cflags ldflags dsoldflags} {
            [list $srcfilea]\
            "${testname}b" \
            "pass.out" \
-           "$cflags" \
+           "$cflags -I../bfd" \
        ] \
     ]
 }
This page took 0.027989 seconds and 4 git commands to generate.