This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: CRIS port, part 4: libstdc++-v3 parts
- To: bkoz at redhat dot com
- Subject: Re: CRIS port, part 4: libstdc++-v3 parts
- From: Hans-Peter Nilsson <hans-peter dot nilsson at axis dot com>
- Date: Mon, 1 Oct 2001 19:05:11 +0200
- CC: pedwards at disaster dot jaj dot com, hans-peter dot nilsson at axis dot com, gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
> Date: Sat, 29 Sep 2001 19:55:15 -0700 (PDT)
> From: Benjamin Kosnik <bkoz@redhat.com>
> yep. Just tweak this please.
Done.
> > Isn't the "1999" sort of misleading for a new target?
* config/cpu/cris/bits/atomicity.h: Correct file header.
Index: config/cpu/cris/bits/atomicity.h
===================================================================
RCS file: /cvs/gcc/egcs/libstdc++-v3/config/cpu/cris/bits/atomicity.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -p -c -r1.1 -r1.2
*** atomicity.h 2001/09/29 16:49:20 1.1
--- atomicity.h 2001/10/01 16:57:44 1.2
***************
*** 1,6 ****
! // Low-level functions for atomic operations: Generic version -*- C++ -*-
! // Copyright (C) 1999, 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
--- 1,6 ----
! // Low-level functions for atomic operations: CRIS version -*- C++ -*-
! // 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
brgds, H-P