diff options
author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-29 16:11:43 +0000 |
---|---|---|
committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-29 16:11:43 +0000 |
commit | 33b7ef52772256695b3e1c592f7d62754e794522 (patch) | |
tree | 6fc3bcf79e417c6b1b8b408b428be97042699596 /libstdc++-v3/config/abi/pre | |
parent | 8b066242809973ce7ae3d24712f430a9a2bd786a (diff) | |
download | gcc-33b7ef52772256695b3e1c592f7d62754e794522.tar.gz |
Remove trailing whitespace from libstdc++-v3 files
2016-04-29 Chris Gregory <czipperz@gmail.com>
* config/*: Remove trailing whitespace.
* src/*: Likewise.
* testsuite/tr1/*: Likewise.
* testsuite/util/*: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235645 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/config/abi/pre')
-rw-r--r-- | libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver | 4 | ||||
-rw-r--r-- | libstdc++-v3/config/abi/pre/none.ver | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver index dec048322ce..8304dee089c 100644 --- a/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver +++ b/libstdc++-v3/config/abi/pre/gnu-versioned-namespace.ver @@ -77,7 +77,7 @@ GLIBCXX_7.0 { # locale _ZNSt3__79has_facetINS_*; - # hash + # hash _ZNSt8__detail3__712__prime_listE; _ZNSt3tr18__detail3__712__prime_listE; @@ -110,7 +110,7 @@ GLIBCXX_7.0 { _ZN9__gnu_cxx3__76__poolILb[01]EE10_M_destroyEv; _ZN9__gnu_cxx3__76__poolILb1EE16_M_get_thread_idEv; - _ZN9__gnu_cxx3__717__pool_alloc_base9_M_refillE[jmy]; + _ZN9__gnu_cxx3__717__pool_alloc_base9_M_refillE[jmy]; _ZN9__gnu_cxx3__717__pool_alloc_base16_M_get_free_listE[jmy]; _ZN9__gnu_cxx3__717__pool_alloc_base12_M_get_mutexEv; diff --git a/libstdc++-v3/config/abi/pre/none.ver b/libstdc++-v3/config/abi/pre/none.ver index 39cb10d4dbf..91287008c39 100644 --- a/libstdc++-v3/config/abi/pre/none.ver +++ b/libstdc++-v3/config/abi/pre/none.ver @@ -1,6 +1,6 @@ -# +# # This is a placeholder file. It does nothing and is not used. -# +# # If you are seeing this file as your linker script (named # libstdc++-symbols.ver), then either 1) the configuration process # determined that symbol versioning should not be done, or 2) you |