diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2002-05-21 19:34:58 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2002-05-21 19:34:58 +0000 |
commit | 0af11b59ba54970f0d0ce598fdd99a73a9049716 (patch) | |
tree | a7a0b723306c4bb796e45a0556999637ada25046 /binutils/nlmconv.c | |
parent | 21611032e14f407e8baf21ce190ea2b27c416917 (diff) | |
download | gdb-0af11b59ba54970f0d0ce598fdd99a73a9049716.zip gdb-0af11b59ba54970f0d0ce598fdd99a73a9049716.tar.gz gdb-0af11b59ba54970f0d0ce598fdd99a73a9049716.tar.bz2 |
* 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.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/binutils/nlmconv.c b/binutils/nlmconv.c index 660abd8..74e0804 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; } |