GNU Binutils with patches for OS216
修訂 | ff174d3ffad13af17a61583db3e1cd9c0c6cf237 (tree) |
---|---|
時間 | 2017-11-29 02:00:44 |
作者 | H.J. Lu <hjl.tools@gmai...> |
Commiter | H.J. Lu |
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.
@@ -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 | + | |
1 | 5 | 2017-11-27 Cary Coutant <ccoutant@gmail.com> |
2 | 6 | |
3 | 7 | PR gold/19291 |
@@ -10,4 +10,4 @@ const char * | ||
10 | 10 | hello (void) |
11 | 11 | { |
12 | 12 | return "XXXHello, world!" + 3; |
13 | -} | |
\ No newline at end of file | ||
13 | +} |