diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-29 22:13:41 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-10-29 22:13:41 +0000 |
commit | 5f155d21f21610a73527c6ae0046a3f68061bf10 (patch) | |
tree | d22145edf221e99e022f8fc75bc7ff7175dbca90 /gcc/ChangeLog | |
parent | d9c0ff18cc0e9a01f145c424bc46f87b0074696f (diff) | |
download | gcc-5f155d21f21610a73527c6ae0046a3f68061bf10.tar.gz |
* loop.h (struct induction): Rename ext_dependant to
ext_dependent.
* loop.c: Change all uses.
(check_ext_dependant_givs): Rename to check_ext_dependent_givs.
All callers changed.
* timevar.c (DEFTIMEVAR): Fix spelling of identifier__ parameter.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@46620 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c03b10315ea..2fa2928199e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,14 @@ 2001-10-29 Joseph S. Myers <jsm28@cam.ac.uk> + * loop.h (struct induction): Rename ext_dependant to + ext_dependent. + * loop.c: Change all uses. + (check_ext_dependant_givs): Rename to check_ext_dependent_givs. + All callers changed. + * timevar.c (DEFTIMEVAR): Fix spelling of identifier__ parameter. + +2001-10-29 Joseph S. Myers <jsm28@cam.ac.uk> + * c-parse.in (expr_no_commas, primary), c-typeck.c (parser_build_binary_op): Use IS_EXPR_CODE_CLASS. |