summaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2012-11-20 08:36:31 +0000
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>2012-11-20 08:36:31 +0000
commitca8c4cb950653822f9b2a0412f4f94d9859fc21a (patch)
tree44a833ddc7d6cd4b72d00b5775a8c8aada772163 /libgcc
parentb4da3347c2a32b39768223194848c0f1c67261fb (diff)
downloadgcc-ca8c4cb950653822f9b2a0412f4f94d9859fc21a.tar.gz
PR bootstrap/55370
* libgcc-std.ver.in: Add GCC_4.8.0 and %inherit for it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193648 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog5
-rw-r--r--libgcc/libgcc-std.ver.in4
2 files changed, 9 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 1a62fdf8949..9f704d83834 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,8 @@
+2012-11-20 Jakub Jelinek <jakub@redhat.com>
+
+ PR bootstrap/55370
+ * libgcc-std.ver.in: Add GCC_4.8.0 and %inherit for it.
+
2012-11-18 Teresa Johnson <tejohnson@google.com>
PR bootstrap/55051
diff --git a/libgcc/libgcc-std.ver.in b/libgcc/libgcc-std.ver.in
index ec702952f9b..8347dddcce6 100644
--- a/libgcc/libgcc-std.ver.in
+++ b/libgcc/libgcc-std.ver.in
@@ -1935,3 +1935,7 @@ GCC_4.7.0 {
__splitstack_resetcontext
__splitstack_releasecontext
}
+
+%inherit GCC_4.8.0 GCC_4.7.0
+GCC_4.8.0 {
+}