mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-02 16:23:56 +08:00
atomicity.h: Change _GLIBCXX_INST_GLIBCXX_ATOMICITY_LOCK to _GLIBCXX_INST_ATOMICITY_LOCK to...
* config/cpu/hppa/atomicity.h: Change _GLIBCXX_INST_GLIBCXX_ATOMICITY_LOCK to _GLIBCXX_INST_ATOMICITY_LOCK to match misc-inst.cc From-SVN: r69720
This commit is contained in:
parent
0715415659
commit
ff89cb01b7
@ -1,3 +1,9 @@
|
|||||||
|
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>
|
2003-07-23 Steve Ellcey <sje@cup.hp.com>
|
||||||
|
|
||||||
* include/c_std/cmath.tcc: Use _GLIBCXX_ prefix on file guard.
|
* include/c_std/cmath.tcc: Use _GLIBCXX_ prefix on file guard.
|
||||||
|
@ -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
|
/* Because of the lack of weak support when using the hpux
|
||||||
som linker, we explicitly instantiate the atomicity lock
|
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. */
|
is defined. */
|
||||||
#ifndef _GLIBCXX_INST_GLIBCXX_ATOMICITY_LOCK
|
#ifndef _GLIBCXX_INST_ATOMICITY_LOCK
|
||||||
template volatile int __Atomicity_lock<0>::_S_atomicity_lock;
|
template volatile int __Atomicity_lock<0>::_S_atomicity_lock;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user