diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-03-22 20:27:58 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-03-22 20:27:58 +0000 |
commit | d9aba8051ef3dc189c05c3d8f64c96aae12ca07a (patch) | |
tree | 88b65f72b91b885d0f57ceceaf5623881663b3e1 /gprof | |
parent | c031ba0b9505ecedef7bfa1289c84a1798793778 (diff) | |
download | gdb-d9aba8051ef3dc189c05c3d8f64c96aae12ca07a.zip gdb-d9aba8051ef3dc189c05c3d8f64c96aae12ca07a.tar.gz gdb-d9aba8051ef3dc189c05c3d8f64c96aae12ca07a.tar.bz2 |
* 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.
Diffstat (limited to 'gprof')
0 files changed, 0 insertions, 0 deletions