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.
This commit is contained in:
H.J. Lu 2017-11-28 09:00:44 -08:00
parent 82ed9683ec
commit ff174d3ffa
2 changed files with 5 additions and 1 deletions

View 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

View File

@ -10,4 +10,4 @@ const char *
hello (void)
{
return "XXXHello, world!" + 3;
}
}