diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-02 19:03:59 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-02 19:03:59 +0000 |
commit | 78dbff7cf909ce370d16c2b4c185ec01e419fe4c (patch) | |
tree | 79fd392a778483e0dba0d31c32d9d005dc4fdeeb /gcc/ChangeLog | |
parent | a3f30566986f897fcef17b98f722a0227de49492 (diff) | |
download | gcc-78dbff7cf909ce370d16c2b4c185ec01e419fe4c.tar.gz |
* collect2.c (main, write_c_file_stat), gcc.c (translate_options,
process_command, main), gcov.c (open_files, output_data), tlink.c
(frob_extension, scan_linker_output), toplev.c
(file_name_nondirectory): Use strchr () and strrchr () instead of
index () and rindex ().
cp:
* dump.c (dequeue_and_dump), lex.c (interface_strcmp), method.c
(build_overload_value), repo.c (open_repo_file), xref.c
(open_xref_file): Use strchr () and strrchr () instead of index ()
and rindex ().
f:
* com.c (open_include_file, ffecom_open_include_): Use strchr ()
and strrchr () instead of index () and rindex ().
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37206 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e6c21f72fb9..c6b37dfd079 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,13 @@ 2000-11-02 Joseph S. Myers <jsm28@cam.ac.uk> + * collect2.c (main, write_c_file_stat), gcc.c (translate_options, + process_command, main), gcov.c (open_files, output_data), tlink.c + (frob_extension, scan_linker_output), toplev.c + (file_name_nondirectory): Use strchr () and strrchr () instead of + index () and rindex (). + +2000-11-02 Joseph S. Myers <jsm28@cam.ac.uk> + * c-common.c (get_flag_spec, check_format_info_main, check_format_types): Use strchr () instead of index (). Compare against error_mark_node instead of comparing the TREE_CODE against |