]> gcc.gnu.org Git - gcc.git/commit
Use memset/memcmp instead of bzero/bcmp.
authorJoseph Myers <jsm28@cam.ac.uk>
Fri, 3 Nov 2000 18:55:54 +0000 (18:55 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Fri, 3 Nov 2000 18:55:54 +0000 (18:55 +0000)
commitda61dec94bb88a1f29a984ad3a311a83f696e751
tree4cb28c9deaf8fa480ffad4062b24bc022b087a25
parentdef3263a3364034c8cd6cd865975529f9fd80e69
Use memset/memcmp instead of bzero/bcmp.

* c-decl.c (duplicate_decls, copy_lang_decl), dwarfout.c
(dwarfout_line), gcc.c (main, save_string), tree.c (init_obstacks,
perm_calloc, get_identifier, maybe_get_identifier,
real_value_from_int_cst, simple_cst_equal), varasm.c
(assemble_name, assemble_real, immed_real_const_1,
compare_constant_1, decode_rtx_const, output_constant_pool): Use
strrchr () instead of rindex ().  Use memcmp () instead of bcmp
().  Use memcpy () instead of bcopy ().  Use memset () instead of
bzero ().

cp:
* tree.c (cp_tree_equal): Use memcmp () instead of bcmp ().

From-SVN: r37228
gcc/ChangeLog
gcc/c-decl.c
gcc/cp/ChangeLog
gcc/cp/tree.c
gcc/dwarfout.c
gcc/gcc.c
gcc/tree.c
gcc/varasm.c
This page took 0.047886 seconds and 5 git commands to generate.