* config/tc-cr16.h (GLOBAL_OFFSET_TABLE_NAME): Defined
authorM R Swami Reddy <MR.Swami.Reddy@nsc.com>
Thu, 27 Nov 2008 11:57:29 +0000 (11:57 +0000)
committerM R Swami Reddy <MR.Swami.Reddy@nsc.com>
Thu, 27 Nov 2008 11:57:29 +0000 (11:57 +0000)
commit0b9e228a4d60150dffd4cc1a6be185d80ff2021b
treeb653df08b5339d6f348df6dd260c2eedfe12ca9d
parent50e9934812fd3b3145eda37ae13a7d86afe6180d
    * config/tc-cr16.h (GLOBAL_OFFSET_TABLE_NAME): Defined
        * config/tc-cr16.c (md_pseudo_table): Add "4byte" directive to
        md_pseudo_table and accept @c prefix, same as long directive.
        (cr16_cons_fix_new): Initialize rtype to BFD_RELOC_UNUSED.
        config/tc-cr16.c (tc_gen_reloc): Declare a variable of type
        bfd_reloc_code_real_type and set it for GOT related relocations.
        (md_undefined_symbol): Defined
        (process_label_constant): Added checks for GOT/got and cGOT/cGOT
        prefixes with constant label and set the appropriate relocation type.
        * doc/c-cr16.texi (cr16-operand specifiers): Add got/GOT and cgot/cGOT.
gas/ChangeLog
gas/config/tc-cr16.c
gas/config/tc-cr16.h