Home
last modified time | relevance | path

Searched refs:SVR4_PIC (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.h93 SVR4_PIC, enumerator
Dtc-mips.c10641 if (mips_pic == SVR4_PIC in macro()
11143 int cprestore = (mips_pic == SVR4_PIC && !HAVE_NEWABI in macro()
11160 if (mips_pic == SVR4_PIC && !HAVE_NEWABI) in macro()
11203 else if (mips_pic == SVR4_PIC) in macro()
14466 mips_pic = SVR4_PIC; in md_parse_option()
15615 mips_pic = SVR4_PIC; in s_option()
15621 if (mips_pic == SVR4_PIC) in s_option()
15931 mips_pic = SVR4_PIC; in s_abicalls()
15971 if (mips_pic != SVR4_PIC || HAVE_NEWABI) in s_cpload()
16050 if (mips_pic != SVR4_PIC || ! HAVE_NEWABI) in s_cpsetup()
[all …]
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-929515 SVR4_PIC case. From Richard Kenner <kenner@vlsi1.ultra.nyu.edu>.
5644 * config/tc-mips.c (macro): In case M_LA_AB, SVR4_PIC, large
5891 (macro): Correct M_LI_SS SVR4_PIC/EMBEDDED_PIC case. After M_LI_D
6604 uses (0 becomes NO_PIC, 2 becomes SVR4_PIC).
6608 OBJ_ELF, accept -KPIC and -call_shared to use SVR4_PIC and accept
6610 works). Do not permit -G with SVR4_PIC.
DChangeLog-20062269 (load_address): Extend SVR4_PIC handling to VXWORKS_PIC.
DChangeLog-96972044 case of a symbol equated to another symbol when using SVR4_PIC.
DChangeLog-00013240 loading the jump register when generating SVR4_PIC code.