diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-31 17:47:43 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-31 17:47:43 +0000 |
commit | 3f7df443cfd16f3b6b6f09c51c1046a8864dcbf9 (patch) | |
tree | 6f89aecc97071cb813ada55cf1379a6d0f107d8e /gcc/builtins.def | |
parent | dd9242d42af3f7f938cf2c7bd901a8602a2e443b (diff) | |
download | gcc-3f7df443cfd16f3b6b6f09c51c1046a8864dcbf9.tar.gz |
* alloc-pool.c: Fix comment typos.
* builtin-types.def: Likewise.
* builtins.def: Likewise.
* c-pretty-print.c: Likewise.
* df.h: Likewise.
* reload1.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@77043 138bc75d-0d04-0410-961f-82ee72b054a4
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 fc6ddcaedfa..27cb2b6459a 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 ? \ |