summaryrefslogtreecommitdiff
path: root/binutils/nlmconv.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-05-21 19:34:58 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-05-21 19:34:58 +0000
commitcdb6f3de3ff2e70ebb36252aabd6ceae568384ca (patch)
treecda8f5dc768eb3560fdb1a99112faa44cdb1699d /binutils/nlmconv.c
parent2569d41d3298a815143c782f4613211f59ca9d7b (diff)
downloadbinutils-redhat-cdb6f3de3ff2e70ebb36252aabd6ceae568384ca.tar.gz
* filemode.c: Fix formatting.
* ieee.c: Likewise. * is-ranlib.c: Likewise. * is-strip.c: Likewise. * maybe-ranlib.c: Likewise. * maybe-strip.c: Likewise. * nlmconv.c: Likewise. * nm.c: Likewise. * not-ranlib.c: Likewise. * not-strip.c: Likewise. * objcopy.c: Likewise. * objdump.c: Likewise.
Diffstat (limited to 'binutils/nlmconv.c')
-rw-r--r--binutils/nlmconv.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/binutils/nlmconv.c b/binutils/nlmconv.c
index 660abd81b8..74e08044ce 100644
--- a/binutils/nlmconv.c
+++ b/binutils/nlmconv.c
@@ -559,7 +559,7 @@ main (argc, argv)
sym->section = got_sec->output_section;
}
#endif
- }
+ }
/* If this is a global symbol, check the export list. */
if ((sym->flags & (BSF_EXPORT | BSF_GLOBAL)) != 0)
@@ -635,7 +635,7 @@ main (argc, argv)
non_fatal (_("warning: symbol %s imported but not in import list"),
bfd_asymbol_name (sym));
}
-
+
/* See if it's one of the special named symbols. */
if ((sym->flags & BSF_DEBUGGING) == 0)
{
@@ -699,7 +699,7 @@ main (argc, argv)
}
bfd_set_symtab (outbfd, outsyms, symcount + newsymcount);
-
+
if (! gotstart)
non_fatal (_("warning: START procedure %s not defined"), start_procedure);
if (! gotexit)
@@ -1810,7 +1810,7 @@ powerpc_build_stubs (inbfd, outbfd, symbols_ptr, symcount_ptr)
item->next = powerpc_stubs;
powerpc_stubs = item;
-
+
++stubcount;
}
@@ -1893,7 +1893,7 @@ powerpc_resolve_stubs (inbfd, outbfd)
reloc->address = l->toc_index + got_sec->output_offset;
reloc->addend = 0;
reloc->howto = bfd_reloc_type_lookup (inbfd, BFD_RELOC_32);
-
+
*r++ = reloc;
}