Fix unbalanced parentheses to make this build again.

This commit is contained in:
snj 2009-11-15 21:19:35 +00:00
parent 59c2b39361
commit f30f819e9c
1 changed files with 1 additions and 1 deletions

View File

@ -7714,7 +7714,7 @@ _bfd_mips_elf_check_relocs (bfd *abfd, struct bfd_link_info *info,
|| rel[-1].r_offset != rel->r_offset
|| r_type != R_MIPS_64
|| ELF_R_TYPE(abfd, rel[-1].r_info) != R_MIPS_GPREL32)
&& (MIPS_ELF_READONLY_SECTION (sec))
&& MIPS_ELF_READONLY_SECTION (sec))
{
/* We tell the dynamic linker that there are
relocations against the text segment. */