gold: Add a newline at end of pr22266_a.c
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 28 Nov 2017 17:00:44 +0000 (09:00 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 28 Nov 2017 17:00:44 +0000 (09:00 -0800)
This patch fixes the build with GCC 4.2:

gold/testsuite/pr22266_a.c:13:2: error: no newline at end of file

* testsuite/pr22266_a.c: Add a newline at end of file.

gold/ChangeLog
gold/testsuite/pr22266_a.c

index c3c7481ed787762644b9cb032229c3777113e8bb..4cf92baa5a7534b1d69411a28e73232439728e49 100644 (file)
@@ -1,3 +1,7 @@
+2017-11-28  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/pr22266_a.c: Add a newline at end of file.
+
 2017-11-27  Cary Coutant  <ccoutant@gmail.com>
 
        PR gold/19291
index bdc09d44160325ae58e88b1ec6233a53e1bc8bd9..7c773db5466e8ef775372ac20f83f3ded297b2d4 100644 (file)
@@ -10,4 +10,4 @@ const char *
 hello (void)
 {
   return "XXXHello, world!" + 3;
-}
\ No newline at end of file
+}
This page took 0.023981 seconds and 4 git commands to generate.