* config/tc-mips.c (s_option): Fix formatting.

(mips_elf_final_processing): Likewise.
This commit is contained in:
Maciej W. Rozycki 2011-10-24 14:08:23 +00:00
parent 444d75be22
commit 8b828383a8
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -15945,7 +15945,7 @@ s_option (int x ATTRIBUTE_UNUSED)
mips_pic = NO_PIC;
else if (i == 2)
{
mips_pic = SVR4_PIC;
mips_pic = SVR4_PIC;
mips_abicalls = TRUE;
}
else
@ -18400,7 +18400,7 @@ mips_elf_final_processing (void)
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)