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 gnu style.



details:   https://anonhg.NetBSD.org/src/rev/2c3ceee52d89
branches:  trunk
changeset: 770205:2c3ceee52d89
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Oct 07 23:24:14 2011 +0000

description:
gnu style.

diffstat:

 external/gpl3/binutils/dist/bfd/elfxx-sparc.c |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (19 lines):

diff -r b5cdf3c372b2 -r 2c3ceee52d89 external/gpl3/binutils/dist/bfd/elfxx-sparc.c
--- a/external/gpl3/binutils/dist/bfd/elfxx-sparc.c     Fri Oct 07 23:08:33 2011 +0000
+++ b/external/gpl3/binutils/dist/bfd/elfxx-sparc.c     Fri Oct 07 23:24:14 2011 +0000
@@ -3392,11 +3392,10 @@
                memset (&outrel, 0, sizeof outrel);
              /* h->dynindx may be -1 if the symbol was marked to
                 become local.  */
-             else if (h != NULL &&
-                      h->dynindx != -1 && ! is_plt &&
-                      (!info->shared
-                       || !SYMBOLIC_BIND (info, h)
-                       || !h->def_regular))
+             else if (h != NULL && h->dynindx != -1 && ! is_plt
+                      && (!info->shared
+                          || !SYMBOLIC_BIND (info, h)
+                          || !h->def_regular))
                {
                  BFD_ASSERT (h->dynindx != -1);
                  outrel.r_info = SPARC_ELF_R_INFO (htab, rel, h->dynindx, r_type);



Home | Main Index | Thread Index | Old Index