OSDN Git Service

* tc-mips.c (load_address): Use BFD_RELOC_MIPS_GOT_DISP for newabi.
authorscox <scox>
Wed, 18 Sep 2002 02:25:18 +0000 (02:25 +0000)
committerscox <scox>
Wed, 18 Sep 2002 02:25:18 +0000 (02:25 +0000)
commitf302c1d7a73baa287b383d88d994538f1d98d3c7
tree50806f206029e5650c3f67952024d8282a99958e
parente8ac2afbd43a5077437bcf96467033936d5e7893
* tc-mips.c (load_address): Use BFD_RELOC_MIPS_GOT_DISP for newabi.
(macro): Likewise for la.  Likewise for ld.
(mips_after_parse_args): Make -xgot optional, not the default.
(md_apply_fix3): Allow composite relocation to set up gp.
(tc_gen_reloc): Allow relaxing for newabi.
Relax R_MIPS_CALL16 to R_MIPS_GOT_PAGE/R_MIPS_GOT_OFST if local.
Relax R_MIPS_GOT16/R_MIPS_LO16 to R_MIPS_GOT_DISP if local.
gas/ChangeLog
gas/config/tc-mips.c