[ld/testsuite] Fix pr2404 output.
authorChristophe Lyon <christophe.lyon@linaro.org>
Thu, 26 Apr 2018 13:44:33 +0000 (13:44 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Thu, 26 Apr 2018 13:44:33 +0000 (13:44 +0000)
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.

ld/ChangeLog
ld/testsuite/ld-elf/pr2404.out
ld/testsuite/ld-elf/pr2404b.c

index 2b0eb1a632eafdb016d0c8bbc95e26ed07c98568..076b2fed35ae1d0a7fd29e5826c2862a32784db2 100644 (file)
@@ -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>
 
        * testsuite/ld-arm/export-class.exp: Accept arm*-*-uclinuxfdpiceabi.
index d1aa5fe6498ee43e378dd58c8b48e3d36d0efe27..987e5289fac48e15f59d722d72647714c1769e05 100644 (file)
@@ -1,4 +1,4 @@
 times: -1
 times: 20
-time: 0
-time: 10
+time1: 0
+time1: 10
index 4bbc2b129310dc4affbbffd66a7fac62f716d4ba..34c3c163eab4f11d90c0b3f60ff8aef1b5f68aa9 100644 (file)
@@ -14,7 +14,7 @@ main ()
 
   printf ("time1: %d\n", time1);
   time1 = 10;
-  printf ("time: %d\n", time1);
+  printf ("time1: %d\n", time1);
   bar ();
 
   return 0;