diff options
author | Jakub Jelinek <jakub@redhat.com> | 2012-11-20 09:36:31 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2012-11-20 09:36:31 +0100 |
commit | 1b845c6e70049828a6732f60e2eb03042cc6ff1b (patch) | |
tree | 44a833ddc7d6cd4b72d00b5775a8c8aada772163 | |
parent | 40155239d684ae96712d34f3f4dcc88eef4fc99d (diff) | |
download | gcc-1b845c6e70049828a6732f60e2eb03042cc6ff1b.zip gcc-1b845c6e70049828a6732f60e2eb03042cc6ff1b.tar.gz gcc-1b845c6e70049828a6732f60e2eb03042cc6ff1b.tar.bz2 |
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
-rw-r--r-- | libgcc/ChangeLog | 5 | ||||
-rw-r--r-- | libgcc/libgcc-std.ver.in | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 1a62fdf..9f704d8 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 ec70295..8347ddd 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 { +} |