Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/binutils/dist/bfd Fix unbalanced parentheses t...



details:   https://anonhg.NetBSD.org/src/rev/1b8cbdbd93ef
branches:  trunk
changeset: 749065:1b8cbdbd93ef
user:      snj <snj%NetBSD.org@localhost>
date:      Sun Nov 15 21:19:35 2009 +0000

description:
Fix unbalanced parentheses to make this build again.

diffstat:

 external/gpl3/binutils/dist/bfd/elfxx-mips.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 53fa1e070f98 -r 1b8cbdbd93ef external/gpl3/binutils/dist/bfd/elfxx-mips.c
--- a/external/gpl3/binutils/dist/bfd/elfxx-mips.c      Sun Nov 15 20:56:40 2009 +0000
+++ b/external/gpl3/binutils/dist/bfd/elfxx-mips.c      Sun Nov 15 21:19:35 2009 +0000
@@ -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.  */



Home | Main Index | Thread Index | Old Index