diff options
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/config/cpu/cris/bits/atomicity.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 647ed5e..b641031 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2001-10-01 Hans-Peter Nilsson <hp@axis.com> + + * config/cpu/cris/bits/atomicity.h: Correct file header. + 2001-09-29 Hans-Peter Nilsson <hp@axis.com> * configure.target (LIMITSH): Set for cris. diff --git a/libstdc++-v3/config/cpu/cris/bits/atomicity.h b/libstdc++-v3/config/cpu/cris/bits/atomicity.h index 653595e..55c374f 100644 --- a/libstdc++-v3/config/cpu/cris/bits/atomicity.h +++ b/libstdc++-v3/config/cpu/cris/bits/atomicity.h @@ -1,6 +1,6 @@ -// Low-level functions for atomic operations: Generic version -*- C++ -*- +// Low-level functions for atomic operations: CRIS version -*- C++ -*- -// Copyright (C) 1999, 2001 Free Software Foundation, Inc. +// Copyright (C) 2001 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the |