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]
Other format: [Raw text]

incorrect descriptions of predict.{def,h}


The descriptions at the top of predict.def and predict.h are wrong,
perhaps as a consequence of a cut and paste job?  I have not written a
ChangeLog entry for such a trivial change.  Okay to commit?

Ben


Index: predict.def
===================================================================
RCS file: /cvs/gcc/gcc/gcc/predict.def,v
retrieving revision 1.16
diff -u -p -c -r1.16 predict.def
cvs server: conflicting specifications of output style
*** predict.def	29 Sep 2002 13:16:42 -0000	1.16
--- predict.def	28 Nov 2003 04:04:55 -0000
***************
*** 1,6 ****
! /* This file contains the definitions and documentation for the
!    builtins used in the GNU compiler.
!    Copyright (C) 2001 Free Software Foundation, Inc.
  
  This file is part of GCC.
  
--- 1,5 ----
! /* Definitions for the branch prediction routines in the GNU compiler.
!    Copyright (C) 2001, 2003 Free Software Foundation, Inc.
  
  This file is part of GCC.
  
Index: predict.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/predict.h,v
retrieving revision 1.7
diff -u -p -c -r1.7 predict.h
cvs server: conflicting specifications of output style
*** predict.h	8 Jun 2003 14:21:54 -0000	1.7
--- predict.h	28 Nov 2003 04:05:33 -0000
***************
*** 1,5 ****
! /* This file contains the definitions and documentation for the
!    builtins used in the GNU compiler.
     Copyright (C) 2001, 2003 Free Software Foundation, Inc.
  
  This file is part of GCC.
--- 1,4 ----
! /* Definitions for branch prediction routines in the GNU compiler.
     Copyright (C) 2001, 2003 Free Software Foundation, Inc.
  
  This file is part of GCC.


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