]> gcc.gnu.org Git - gcc.git/commit - gcc/cp/lex.c
alpha.c (check_float_value): Use memcpy, not bcopy.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Fri, 10 Nov 2000 16:01:28 +0000 (16:01 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Fri, 10 Nov 2000 16:01:28 +0000 (16:01 +0000)
commit4e135bdd14d2035632e78008730027c4ef82aa7a
tree68435e3b6993def5a09b074a86c8ea186b6e21e6
parentc8abeb44a58ac3dbf2caf9329a2f5d114a5849b9
alpha.c (check_float_value): Use memcpy, not bcopy.

* alpha.c (check_float_value): Use memcpy, not bcopy.
* arm.c (output_move_double): Likewise.
* arm.md: Likewise.
* m88k.c (legitimize_operand): Likewise.
* m88k.h (ORDER_REGS_FOR_LOCAL_ALLOC): Likewise.
* m88k.md: Likewise.
* mips.c (override_options): Likewise.
* mips.md: Likewise.
* romp.c (output_fpops): Likewise.
* rs6000.c (rs6000_override_options): Likewise.
* sh.md: Likewise.
* vax.c (check_float_value): Likewise.

* emit-rtl.c (copy_rtx_if_shared, init_emit_once): Likewise.
* expmed.c (synth_mult): Likewise.
* final.c (add_bb_string): Likewise.
* genattr.c (main): Likewise.
* genattrtab.c (attr_string, simplify_cond, copy_rtx_unchanging):
Likewise.
* jump.c (thread_jumps): Likewise.
* prefix.c (save_string): Likewise.
* real.h (REAL_VALUE_FROM_CONST_DOUBLE): Likewise.
* regclass.c (init_reg_sets, init_reg_sets_1): Likewise.
* reload1.c (reload, eliminate_regs): Likewise.

cp:
* decl.c (grokdeclarator, save_function_data): Use memcpy, not bcopy.
* lex.c (copy_lang_decl): Likewise.

java:
* decl.c (copy_lang_decl): Use memcpy, not bcopy.
* jcf-parse.c (jcf_figure_file_type): Likewise.

From-SVN: r37367
29 files changed:
gcc/ChangeLog
gcc/config/alpha/alpha.c
gcc/config/arm/arm.c
gcc/config/arm/arm.md
gcc/config/m88k/m88k.c
gcc/config/m88k/m88k.h
gcc/config/m88k/m88k.md
gcc/config/mips/mips.c
gcc/config/mips/mips.md
gcc/config/romp/romp.c
gcc/config/rs6000/rs6000.c
gcc/config/sh/sh.md
gcc/config/vax/vax.c
gcc/cp/ChangeLog
gcc/cp/decl.c
gcc/cp/lex.c
gcc/emit-rtl.c
gcc/expmed.c
gcc/final.c
gcc/genattr.c
gcc/genattrtab.c
gcc/java/ChangeLog
gcc/java/decl.c
gcc/java/jcf-parse.c
gcc/jump.c
gcc/prefix.c
gcc/real.h
gcc/regclass.c
gcc/reload1.c
This page took 0.063786 seconds and 5 git commands to generate.