diff options
| author | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-23 21:17:43 +0000 |
|---|---|---|
| committer | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-23 21:17:43 +0000 |
| commit | ce29b4d52db33e9b6e5f315a69ec4e3992be2975 (patch) | |
| tree | 3e72c88e419dfc909a00cf28888ad6cb22dac02a | |
| parent | 9de524cb70fca86a89e338cf17672f3b8ade9f4a (diff) | |
| download | ppe42-gcc-ce29b4d52db33e9b6e5f315a69ec4e3992be2975.tar.gz ppe42-gcc-ce29b4d52db33e9b6e5f315a69ec4e3992be2975.zip | |
* config/cpu/hppa/atomicity.h: Change
_GLIBCXX_INST_GLIBCXX_ATOMICITY_LOCK to _GLIBCXX_INST_ATOMICITY_LOCK
to match misc-inst.cc
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69720 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | libstdc++-v3/ChangeLog | 6 | ||||
| -rw-r--r-- | libstdc++-v3/config/cpu/hppa/atomicity.h | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index fcbbee7f0ea..d6ea34c3a9b 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,11 @@ 2003-07-23 Steve Ellcey <sje@cup.hp.com> + * config/cpu/hppa/atomicity.h: Change + _GLIBCXX_INST_GLIBCXX_ATOMICITY_LOCK to _GLIBCXX_INST_ATOMICITY_LOCK + to match misc-inst.cc + +2003-07-23 Steve Ellcey <sje@cup.hp.com> + * include/c_std/cmath.tcc: Use _GLIBCXX_ prefix on file guard. * include/c_std/std_cctype.h: Ditto. * include/c_std/std_cerrno.h: Ditto. diff --git a/libstdc++-v3/config/cpu/hppa/atomicity.h b/libstdc++-v3/config/cpu/hppa/atomicity.h index 7e527ef6c5f..a717ab555a4 100644 --- a/libstdc++-v3/config/cpu/hppa/atomicity.h +++ b/libstdc++-v3/config/cpu/hppa/atomicity.h @@ -34,9 +34,9 @@ __Atomicity_lock<__inst>::_S_atomicity_lock __attribute__ ((aligned (16))) = 1; /* Because of the lack of weak support when using the hpux som linker, we explicitly instantiate the atomicity lock - in src/misc-inst.cc when _GLIBCXX_INST_GLIBCXX_ATOMICITY_LOCK + in src/misc-inst.cc when _GLIBCXX_INST_ATOMICITY_LOCK is defined. */ -#ifndef _GLIBCXX_INST_GLIBCXX_ATOMICITY_LOCK +#ifndef _GLIBCXX_INST_ATOMICITY_LOCK template volatile int __Atomicity_lock<0>::_S_atomicity_lock; #endif |

