* config/tc-mips.c (enum mips_pic_level): New enum.
authorIan Lance Taylor <ian@airs.com>
Tue, 22 Mar 1994 20:27:58 +0000 (20:27 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 22 Mar 1994 20:27:58 +0000 (20:27 +0000)
commitd9aba8051ef3dc189c05c3d8f64c96aae12ca07a
tree88b65f72b91b885d0f57ceceaf5623881663b3e1
parentc031ba0b9505ecedef7bfa1289c84a1798793778
* config/tc-mips.c (enum mips_pic_level): New enum.
(mips_pic): Change from int to enum mips_pic_level.  Change all
uses (0 becomes NO_PIC, 2 becomes SVR4_PIC).
(load_address): Handle EMBEDDED_PIC.
(macro): Handle EMBEDDED_PIC in all PIC cases.
(md_parse_option): Accept -membedded-pic to use EMBEDDED_PIC.  If
OBJ_ELF, accept -KPIC and -call_shared to use SVR4_PIC and accept
-non_shared to use NO_PIC (this is how the Irix 5 assembler
works).  Do not permit -G with SVR4_PIC.
(s_abicalls): Warn if -G was used, and force -G 0.
(tc_gen_reloc): Set reloc->addend to 0 for a PC relative reloc for
anything but a.out, not just for ELF.  For ECOFF, don't generate a
BFD_RELOC_16_PCREL_S2 reloc unless using EMBEDDED_PIC.
gas/ChangeLog
gas/config/tc-mips.c