re PR bootstrap/55370 (Bad libgcc.map)
authorJakub Jelinek <jakub@redhat.com>
Tue, 20 Nov 2012 08:36:31 +0000 (09:36 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 20 Nov 2012 08:36:31 +0000 (09:36 +0100)
PR bootstrap/55370
* libgcc-std.ver.in: Add GCC_4.8.0 and %inherit for it.

From-SVN: r193648

libgcc/ChangeLog
libgcc/libgcc-std.ver.in

index 1a62fdf8949ccf6741dda88be3109b7bccf49ae2..9f704d83834af133cd1b8a1ad1eb8e31b64dbe30 100644 (file)
@@ -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
index ec702952f9b96fb0296a84d8292af0a057451de3..8347dddcce6069b6388b7175b0bc2c5624e72ec0 100644 (file)
@@ -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 {
+}