mirror of git://gcc.gnu.org/git/gcc.git
* config/linker-map.gnu: Remove ; after __numpunct_cache.
From-SVN: r68563
This commit is contained in:
parent
457515250c
commit
5648db5461
|
|
@ -1,3 +1,7 @@
|
||||||
|
2003-06-27 Nathan Sidwell <nathan@codesourcery.com>
|
||||||
|
|
||||||
|
* config/linker-map.gnu: Remove ; after __numpunct_cache.
|
||||||
|
|
||||||
2003-06-26 Benjamin Kosnik <bkoz@redhat.com>
|
2003-06-26 Benjamin Kosnik <bkoz@redhat.com>
|
||||||
|
|
||||||
* include/bits/ios_base.h (ios_base::_M_getloc): Return reference
|
* include/bits/ios_base.h (ios_base::_M_getloc): Return reference
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ GLIBCPP_3.4 {
|
||||||
std::__num_base::_S_format_int*;
|
std::__num_base::_S_format_int*;
|
||||||
std::__num_base::_S_atoms_in;
|
std::__num_base::_S_atoms_in;
|
||||||
std::__num_base::_S_atoms_out;
|
std::__num_base::_S_atoms_out;
|
||||||
std::__numpunct_cache*;
|
std::__numpunct_cache*
|
||||||
};
|
};
|
||||||
|
|
||||||
# Names not in an 'extern' block are mangled names.
|
# Names not in an 'extern' block are mangled names.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue