Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
565aed1a
Commit
565aed1a
authored
Nov 30, 2014
by
Jonathan Wakely
Committed by
Jonathan Wakely
Nov 30, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/abi/pre/gnu.ver: Fix ios_base::failure exports.
From-SVN: r218189
parent
73e42eef
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletions
+14
-1
libstdc++-v3/ChangeLog
+4
-0
libstdc++-v3/config/abi/pre/gnu.ver
+10
-1
No files found.
libstdc++-v3/ChangeLog
View file @
565aed1a
2014-11-30 Jonathan Wakely <jwakely@redhat.com>
* config/abi/pre/gnu.ver: Fix ios_base::failure exports.
2014-11-29 Jonathan Wakely <jwakely@redhat.com>
2014-11-29 Jonathan Wakely <jwakely@redhat.com>
* include/bits/locale_facets/nonio.h (__timepunct): Remove unused
* include/bits/locale_facets/nonio.h (__timepunct): Remove unused
...
...
libstdc++-v3/config/abi/pre/gnu.ver
View file @
565aed1a
...
@@ -85,7 +85,11 @@ GLIBCXX_3.4 {
...
@@ -85,7 +85,11 @@ GLIBCXX_3.4 {
std::invalid_argument::i*;
std::invalid_argument::i*;
# std::invalid_argument::~i*;
# std::invalid_argument::~i*;
# std::ios_base::[A-Ha-z]*;
# std::ios_base::[A-Ha-z]*;
std::ios_base::[A-Ha-f]*;
std::ios_base::[A-Ha-e]*;
std::ios_base::failbit;
# std::ios_base::failure*;
std::ios_base::fixed;
std::ios_base::floatfield;
std::ios_base::goodbit;
std::ios_base::goodbit;
std::ios_base::[h-z]*;
std::ios_base::[h-z]*;
std::ios_base::_M_grow_words*;
std::ios_base::_M_grow_words*;
...
@@ -499,6 +503,11 @@ GLIBCXX_3.4 {
...
@@ -499,6 +503,11 @@ GLIBCXX_3.4 {
_ZNSt8ios_baseD*;
_ZNSt8ios_baseD*;
_ZNSt8ios_base4InitD*;
_ZNSt8ios_base4InitD*;
# std::ios_base::failure constructors, destructors, virtual function
_ZNSt8ios_base7failureC*;
_ZNSt8ios_base7failureD*;
_ZNKSt8ios_base7failure4whatEv;
# bool std::has_facet
# bool std::has_facet
_ZSt9has_facetIS*;
_ZSt9has_facetIS*;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment