Module Name:    src
Committed By:   snj
Date:           Sun Nov 15 21:19:35 UTC 2009

Modified Files:
        src/external/gpl3/binutils/dist/bfd: elfxx-mips.c

Log Message:
Fix unbalanced parentheses to make this build again.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/binutils/dist/bfd/elfxx-mips.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/binutils/dist/bfd/elfxx-mips.c
diff -u src/external/gpl3/binutils/dist/bfd/elfxx-mips.c:1.2 src/external/gpl3/binutils/dist/bfd/elfxx-mips.c:1.3
--- src/external/gpl3/binutils/dist/bfd/elfxx-mips.c:1.2	Sun Nov 15 10:25:16 2009
+++ src/external/gpl3/binutils/dist/bfd/elfxx-mips.c	Sun Nov 15 21:19:35 2009
@@ -7714,7 +7714,7 @@
 		      || 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.  */

Reply via email to