aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2012-09-04 13:56:06 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2012-09-04 13:56:06 +0000
commit0e9f719a987c57d25fb323d70c25e9031fbbe334 (patch)
tree149b96261f3a08303da2652f33cc3642c7358cb5 /contrib
parent3c1d57d0742fc794842be7cee366d7e83c5e88b8 (diff)
downloadgcc-0e9f719a987c57d25fb323d70c25e9031fbbe334.zip
gcc-0e9f719a987c57d25fb323d70c25e9031fbbe334.tar.gz
gcc-0e9f719a987c57d25fb323d70c25e9031fbbe334.tar.bz2
* make_sunver.pl: Add missing newline at the end of extern "C++" block.
From-SVN: r190932
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ChangeLog4
-rw-r--r--contrib/make_sunver.pl2
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog
index 681f7f6..9173c6c 100644
--- a/contrib/ChangeLog
+++ b/contrib/ChangeLog
@@ -1,3 +1,7 @@
+2012-09-04 Eric Botcazou <ebotcazou@adacore.com>
+
+ * make_sunver.pl: Add missing newline at the end of extern "C++" block.
+
2012-08-24 Diego Novillo <dnovillo@google.com>
* testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
diff --git a/contrib/make_sunver.pl b/contrib/make_sunver.pl
index afdf973..db0fe21 100644
--- a/contrib/make_sunver.pl
+++ b/contrib/make_sunver.pl
@@ -185,7 +185,7 @@ while (<F>) {
$glob = 'glob';
if ($in_extern) {
$in_extern--;
- print "$1##$2";
+ print "$1##$2\n";
} else {
print;
}