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 c3c7481..4cf92ba 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 bdc09d4..7c773db 100644 (file)
@@ -10,4 +10,4 @@ const char *
 hello (void)
 {
   return "XXXHello, world!" + 3;
-}
\ No newline at end of file
+}