From: Maciej W. Rozycki Date: Mon, 24 Oct 2011 14:08:23 +0000 (+0000) Subject: * config/tc-mips.c (s_option): Fix formatting. X-Git-Tag: sid-snapshot-20111101~82 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b828383a89ad95640e30190b55ad63a3a7ec9b2;p=platform%2Fupstream%2Fbinutils.git * config/tc-mips.c (s_option): Fix formatting. (mips_elf_final_processing): Likewise. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 28b2a9c..743f99a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ 2011-10-24 Maciej W. Rozycki + * config/tc-mips.c (s_option): Fix formatting. + (mips_elf_final_processing): Likewise. + +2011-10-24 Maciej W. Rozycki + * config/tc-mips.c (validate_micromips_insn): Fix formatting. 2011-10-24 David Binderman diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index 13c933c..f8b164c 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -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)