• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

修訂ff174d3ffad13af17a61583db3e1cd9c0c6cf237 (tree)
時間2017-11-29 02:00:44
作者H.J. Lu <hjl.tools@gmai...>
CommiterH.J. Lu

Log Message

gold: Add a newline at end of pr22266_a.c

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.

Change Summary

差異

--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,7 @@
1+2017-11-28 H.J. Lu <hongjiu.lu@intel.com>
2+
3+ * testsuite/pr22266_a.c: Add a newline at end of file.
4+
15 2017-11-27 Cary Coutant <ccoutant@gmail.com>
26
37 PR gold/19291
--- a/gold/testsuite/pr22266_a.c
+++ b/gold/testsuite/pr22266_a.c
@@ -10,4 +10,4 @@ const char *
1010 hello (void)
1111 {
1212 return "XXXHello, world!" + 3;
13-}
\ No newline at end of file
13+}