]> gcc.gnu.org Git - gcc.git/commit
rs6000.c (rs6000_override_options, [...]): Const-ify a char*.
authorKaveh R. Ghazi <ghazi@snafu.rutgers.edu>
Fri, 9 Apr 1999 07:45:00 +0000 (07:45 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Fri, 9 Apr 1999 07:45:00 +0000 (07:45 +0000)
commitd330fd93a91eb39b8a88812980dd9e3a112d1529
tree81e57880eda6244443b1eddd6dc9427159803cc6
parentefd07ca794e44bc05035e4320ce23f772639990e
rs6000.c (rs6000_override_options, [...]): Const-ify a char*.

        * rs6000.c (rs6000_override_options, ptt, rs6000_file_start,
        rs6000_float_const, rs6000_replace_regno, debug_stack_info,
        rs6000_output_load_toc_table, output_prolog, output_epilog):
        Const-ify a char*.
        (output_mi_thunk): Likewise.  Mark parameter `thunk_fndecl' with
        ATTRIBUTE_UNUSED.  Hide unused variables `r0', `sp', `toc',
        `schain', `r12', `buf' and `labelno'.
        (output_ascii): Const-ify a char*.
        (rs6000_gen_section_name): Initialize variable `last_period'.
        (rs6000_adjust_priority): Mark parameter `insn' with
        ATTRIBUTE_UNUSED.
        (rs6000_trampoline_template, rs6000_dll_import_ref,
        rs6000_longcall_ref, rs6000_encode_section_info): Const-ify a char*.
        * rs6000.h (offsettable_mem_operand, optimization_options): Add
        prototypes.
        * rs6000.md (movdi, define_split): Cast a value to HOST_WIDE_INT
        when comparing against one.

From-SVN: r26308
gcc/ChangeLog
gcc/config/rs6000/rs6000.c
gcc/config/rs6000/rs6000.h
gcc/config/rs6000/rs6000.md
This page took 0.057934 seconds and 5 git commands to generate.