[ld/testsuite] Fix pr2404 output.
2018-04-26 Christophe Lyon <christophe.lyon@linaro.org> * testsuite/ld-elf/pr2404b.c (main): Adjust printf to account for new variable name. * testsuite/ld-elf/pr2404.out: Adjust expected output accordingly.
This commit is contained in:
parent
79188d8d27
commit
aa68434129
@ -1,3 +1,9 @@
|
|||||||
|
2018-04-26 Christophe Lyon <christophe.lyon@linaro.org>
|
||||||
|
|
||||||
|
* testsuite/ld-elf/pr2404b.c (main): Adjust printf to account for
|
||||||
|
new variable name.
|
||||||
|
* testsuite/ld-elf/pr2404.out: Adjust expected output accordingly.
|
||||||
|
|
||||||
2018-04-25 Christophe Lyon <christophe.lyon@st.com>
|
2018-04-25 Christophe Lyon <christophe.lyon@st.com>
|
||||||
|
|
||||||
* testsuite/ld-arm/export-class.exp: Accept arm*-*-uclinuxfdpiceabi.
|
* testsuite/ld-arm/export-class.exp: Accept arm*-*-uclinuxfdpiceabi.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
times: -1
|
times: -1
|
||||||
times: 20
|
times: 20
|
||||||
time: 0
|
time1: 0
|
||||||
time: 10
|
time1: 10
|
||||||
|
@ -14,7 +14,7 @@ main ()
|
|||||||
|
|
||||||
printf ("time1: %d\n", time1);
|
printf ("time1: %d\n", time1);
|
||||||
time1 = 10;
|
time1 = 10;
|
||||||
printf ("time: %d\n", time1);
|
printf ("time1: %d\n", time1);
|
||||||
bar ();
|
bar ();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user