OSDN Git Service

* config/tc-mips.c (mips_cpreturn_offset): New variable.
authorths <ths>
Wed, 10 Oct 2001 01:08:35 +0000 (01:08 +0000)
committerths <ths>
Wed, 10 Oct 2001 01:08:35 +0000 (01:08 +0000)
commit4e92108e195d5091fe60778a014a46741a2d2fa6
treea449dc8af4bfdbf71a1ac56347bdb1c4a9e51972
parentcf88612969efcaa312e549628b72e2f09f5f6c5a
* config/tc-mips.c (mips_cpreturn_offset): New variable.
(mips_cpreturn_register): Likewise.
(mips_gp_register): Likewise.
(s_cpsetup): New function prototype.
(s_cplocal): Likewise.
(s_cpreturn): Likewise.
(s_gpvalue): Likewise.
(mips_pseudo_table): Add .cpsetup, .cplocal, .cpreturn, .gpvalue
pseudo-ops.
(macro): Don't warn about .cprestore for NewABI.
(md_pcrel_from): Code cleanup.
(mips_force_relocation): Force output of some NewABI relocations even
without a defined symbol.
(s_cpload): Ignore .cpload for NewABI.
(s_cpsetup): Handle .cpsetup.
(s_cplocal): Handle .cplocal.
(s_cprestore): Ignore .cprestore for NewABI.
(s_cpreturn): Handle .cpreturn.
(s_gpvalue): Handle .gpvalue.
(s_cpadd): Ignore .cpadd for NewABI.
(nopic_need_relax): Take g_switch_value into account as gp
optimization.
(tc_gen_reloc): Don't handle BFD_RELOC_MIPS_{CALL,GOT}* for NewABI.
gas/ChangeLog
gas/config/tc-mips.c