frv.c (symbol_ref_small_data_p): Remove.
authorRichard Henderson <rth@redhat.com>
Thu, 17 Apr 2003 06:50:02 +0000 (23:50 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Thu, 17 Apr 2003 06:50:02 +0000 (23:50 -0700)
commit0f6e5d4593c863b3a180f496c45cbd9268a2eef6
tree27739feb83378bd5623fa4edb0f5aaf17170333b
parent90a63880dd0075e4841579daf30006030ba39ab1
frv.c (symbol_ref_small_data_p): Remove.

        * config/frv/frv.c (symbol_ref_small_data_p): Remove.  Replace
        all users with SYMBOL_REF_SMALL_P.
        (const_small_data_p): Use SYMBOL_REF_SMALL_P.
        (frv_encode_section_info): Remove.
        (frv_strip_name_encoding): Remove.
        (frv_in_small_data_p): Merge tests from encode_section_info.
        (frv_print_operand): Use '@' not SDATA_FLAG_CHAR.
        * config/frv/frv.h (SDATA_FLAG_CHAR): Remove.
        (SDATA_NAME_P): Remove.
        (ASM_OUTPUT_ALIGNED_DECL_LOCAL): Use SIZE not SDATA_NAME_P.
        (ASM_OUTPUT_LABELREF): Remove.
        (PRINT_OPERAND_PUNCT_VALID_P): Use '@' not SDATA_FLAG_CHAR.

From-SVN: r65725
gcc/ChangeLog
gcc/config/frv/frv.c
gcc/config/frv/frv.h