This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: CRIS port, part 4: libstdc++-v3 parts


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]