(mips_elf_final_processing): Likewise.
2011-10-24 Maciej W. Rozycki <macro@codesourcery.com>
+ * config/tc-mips.c (s_option): Fix formatting.
+ (mips_elf_final_processing): Likewise.
+
+2011-10-24 Maciej W. Rozycki <macro@codesourcery.com>
+
* config/tc-mips.c (validate_micromips_insn): Fix formatting.
2011-10-24 David Binderman <dcb314@hotmail.com>
mips_pic = NO_PIC;
else if (i == 2)
{
- mips_pic = SVR4_PIC;
+ mips_pic = SVR4_PIC;
mips_abicalls = TRUE;
}
else
elf_elfheader (stdoutput)->e_flags |= EF_MIPS_NOREORDER;
if (mips_pic != NO_PIC)
{
- elf_elfheader (stdoutput)->e_flags |= EF_MIPS_PIC;
+ elf_elfheader (stdoutput)->e_flags |= EF_MIPS_PIC;
elf_elfheader (stdoutput)->e_flags |= EF_MIPS_CPIC;
}
if (mips_abicalls)