]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove unnecessary calls to strchr.
authortocarip <tocarip@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Nov 2014 13:56:03 +0000 (13:56 +0000)
committertocarip <tocarip@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Nov 2014 13:56:03 +0000 (13:56 +0000)
commit6a892749dc43e49f8e2364db104e732e83a1fc2e
tree9ecd455af2d5a192d1d2e62f558b237a9f88e62d
parent18adeccd008553a7634794c9b8a8209619742902
Remove unnecessary calls to strchr.

gcc/
* gcc.c (handle_foffload_option): Remove unnecessary calls to strchr,
strlen, strncpy.
* lto-wrapper.c (append_offload_options): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218044 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/gcc.c
gcc/lto-wrapper.c