diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2011-10-24 14:08:23 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2011-10-24 14:08:23 +0000 |
commit | 8b828383a89ad95640e30190b55ad63a3a7ec9b2 (patch) | |
tree | 861dcda5929e473303425ff07655812e189fce20 /gas/config | |
parent | 444d75be22e776acb1c0cea8ee89ffd5ffa46177 (diff) | |
download | gdb-8b828383a89ad95640e30190b55ad63a3a7ec9b2.zip gdb-8b828383a89ad95640e30190b55ad63a3a7ec9b2.tar.gz gdb-8b828383a89ad95640e30190b55ad63a3a7ec9b2.tar.bz2 |
* config/tc-mips.c (s_option): Fix formatting.
(mips_elf_final_processing): Likewise.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-mips.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) |