diff options
author | Roger Sayle <sayle@gcc.gnu.org> | 2003-05-24 05:23:27 +0000 |
---|---|---|
committer | Roger Sayle <sayle@gcc.gnu.org> | 2003-05-24 05:23:27 +0000 |
commit | 65f48a0ab9bb5dd97188e84a2a0740a7c58e1615 (patch) | |
tree | 4a35eada3ee3a9a91ab221a57d3c32cf5926af36 | |
parent | c4d880174efe31e3f1d209911d3dad8685ea3366 (diff) | |
download | gcc-65f48a0ab9bb5dd97188e84a2a0740a7c58e1615.zip gcc-65f48a0ab9bb5dd97188e84a2a0740a7c58e1615.tar.gz gcc-65f48a0ab9bb5dd97188e84a2a0740a7c58e1615.tar.bz2 |
* ChangeLog: Correct typo in my previous ChangeLog entry.
From-SVN: r67148
-rw-r--r-- | gcc/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f06c767..afc04f8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -17,7 +17,7 @@ 2003-05-23 Roger Sayle <roger@eyesopen.com> - * builtins.def: Defome atan, atanf, atanl, tan, tanf and tanl + * builtins.def: Define atan, atanf, atanl, tan, tanf and tanl builtin functions (and their __builtin_* variants). * builtins.c (mathfn_built_in): Handle tan{,f,l} and atan{,f,l}. (expand_builtin): Don't expand tan{,f,l} or atan{,f,l} when not |