From 1b845c6e70049828a6732f60e2eb03042cc6ff1b Mon Sep 17 00:00:00 2001 From: Jakub Jelinek <jakub@redhat.com> Date: Tue, 20 Nov 2012 09:36:31 +0100 Subject: [PATCH] re PR bootstrap/55370 (Bad libgcc.map) PR bootstrap/55370 * libgcc-std.ver.in: Add GCC_4.8.0 and %inherit for it. From-SVN: r193648 --- libgcc/ChangeLog | 5 +++++ libgcc/libgcc-std.ver.in | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 1a62fdf8949c..9f704d83834a 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 ec702952f9b9..8347dddcce60 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 { +} -- GitLab