aboutsummaryrefslogtreecommitdiff
path: root/gold/testsuite/pr22266_a.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-11-28 09:00:44 -0800
committerH.J. Lu <hjl.tools@gmail.com>2017-11-28 09:00:44 -0800
commitff174d3ffad13af17a61583db3e1cd9c0c6cf237 (patch)
treee45836ed8c7c9149357c4d4a5eed395e4305bcea /gold/testsuite/pr22266_a.c
parent82ed9683ec099d8205dc499ac84febc975235af6 (diff)
downloadbinutils-ff174d3ffad13af17a61583db3e1cd9c0c6cf237.zip
binutils-ff174d3ffad13af17a61583db3e1cd9c0c6cf237.tar.gz
binutils-ff174d3ffad13af17a61583db3e1cd9c0c6cf237.tar.bz2
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.
Diffstat (limited to 'gold/testsuite/pr22266_a.c')
-rw-r--r--gold/testsuite/pr22266_a.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/testsuite/pr22266_a.c b/gold/testsuite/pr22266_a.c
index bdc09d4..7c773db 100644
--- a/gold/testsuite/pr22266_a.c
+++ b/gold/testsuite/pr22266_a.c
@@ -10,4 +10,4 @@ const char *
hello (void)
{
return "XXXHello, world!" + 3;
-} \ No newline at end of file
+}