mirror of git://gcc.gnu.org/git/gcc.git
* include/bits/c++config: Fix abi_tag in special modes.
From-SVN: r226022
This commit is contained in:
parent
73c581fbd1
commit
3a353ff584
|
|
@ -1,3 +1,7 @@
|
||||||
|
2015-07-20 Jason Merrill <jason@redhat.com>
|
||||||
|
|
||||||
|
* include/bits/c++config: Fix abi_tag in special modes.
|
||||||
|
|
||||||
2015-07-19 Jonathan Wakely <jwakely@redhat.com>
|
2015-07-19 Jonathan Wakely <jwakely@redhat.com>
|
||||||
|
|
||||||
* doc/xml/manual/status_cxx2017.xml: Fix URL for N4279.
|
* doc/xml/manual/status_cxx2017.xml: Fix URL for N4279.
|
||||||
|
|
|
||||||
|
|
@ -296,7 +296,7 @@ namespace std
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
# if _GLIBCXX_USE_CXX11_ABI
|
# if _GLIBCXX_USE_CXX11_ABI
|
||||||
inline namespace __cxx11 __attribute__((__abi_tag__)) { }
|
inline namespace __cxx11 __attribute__((__abi_tag__ ("cxx11"))) { }
|
||||||
# endif
|
# endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue