diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-01-31 17:47:43 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-01-31 17:47:43 +0000 |
commit | a457ee07af69ac1dd67bcce24698558f5de0682d (patch) | |
tree | 6f89aecc97071cb813ada55cf1379a6d0f107d8e /gcc/builtins.def | |
parent | af3fb3d6dc3907a45f05d913e9b2fafe42bcc053 (diff) | |
download | gcc-a457ee07af69ac1dd67bcce24698558f5de0682d.zip gcc-a457ee07af69ac1dd67bcce24698558f5de0682d.tar.gz gcc-a457ee07af69ac1dd67bcce24698558f5de0682d.tar.bz2 |
alloc-pool.c: Fix comment typos.
* alloc-pool.c: Fix comment typos.
* builtin-types.def: Likewise.
* builtins.def: Likewise.
* c-pretty-print.c: Likewise.
* df.h: Likewise.
* reload1.c: Likewise.
From-SVN: r77043
Diffstat (limited to 'gcc/builtins.def')
-rw-r--r-- | gcc/builtins.def | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/builtins.def b/gcc/builtins.def index fc6ddca..27cb2b6 100644 --- a/gcc/builtins.def +++ b/gcc/builtins.def @@ -1,6 +1,7 @@ /* This file contains the definitions and documentation for the builtins used in the GNU compiler. - Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2002, 2003, 2004 + Free Software Foundation, Inc. This file is part of GCC. @@ -115,7 +116,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA /* Define an attribute list for math functions that are normally "pure" but if flag_unsafe_math_optimizations is set they are instead "const". This distinction accounts for the fact that some - math functions check the rounding mode which is akin to examing + math functions check the rounding mode which is akin to examining global memory. In "unsafe" mode we can be less careful. */ #undef ATTR_MATHFN_FPROUNDING #define ATTR_MATHFN_FPROUNDING (flag_unsafe_math_optimizations ? \ |