alpha.c (alpha_cpu_name, [...]): Add the `const' keyword.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 2 Mar 1999 07:21:47 +0000 (07:21 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 2 Mar 1999 07:21:47 +0000 (07:21 +0000)
commitdf45c7eab7399b1d55920155599673b43e1f9286
tree6e6c5cd87984a8a287fbc400726ee864e698334c
parente2fe6abaf268001a639992d5c46bf384a936a8c0
alpha.c (alpha_cpu_name, [...]): Add the `const' keyword.

        * alpha.c (alpha_cpu_name, alpha_cpu_string, alpha_tp_string,
        alpha_fprm_string, alpha_fptm_string, alpha_mlat_string,
        current_function_file): Add the `const' keyword.
        (normal_memory_operand): Mark parameter `mode' with
        ATTRIBUTE_UNUSED.
        (alpha_expand_unaligned_load): Add a default case to a switch.
        * alpha.h (alpha_cpu_string, alpha_fprm_string, alpha_fptm_string,
        alpha_tp_string, alpha_mlat_string): Add the `const' keyword.
        (normal_memory_operand): Add prototype.
        * alpha.md: Cast an expression to `unsigned HOST_WIDE_INT' when
        comparing against one.

From-SVN: r25532
gcc/ChangeLog
gcc/config/alpha/alpha.c
gcc/config/alpha/alpha.h
gcc/config/alpha/alpha.md