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/nm.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/nm.c')
-rw-r--r-- | binutils/nm.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/binutils/nm.c b/binutils/nm.c index eb8a55f..f7e3cd1 100644 --- a/binutils/nm.c +++ b/binutils/nm.c @@ -441,14 +441,14 @@ main (argc, argv) if (optarg != NULL) { enum demangling_styles style; - + style = cplus_demangle_name_to_style (optarg); - if (style == unknown_demangling) + if (style == unknown_demangling) fatal (_("unknown demangling style `%s'"), optarg); - + cplus_demangle_set_style (style); - } + } break; case 'D': dynamic = 1; @@ -1035,7 +1035,7 @@ filter_symbols (abfd, dynamic, minisyms, symcount, size) asymbol *sym; PROGRESS (1); - + sym = bfd_minisymbol_to_symbol (abfd, dynamic, (const PTR) from, store); if (sym == NULL) bfd_fatal (bfd_get_filename (abfd)); @@ -1144,7 +1144,7 @@ print_symbols (abfd, dynamic, minisyms, symcount, size, archive_bfd) /* Print the symbols when sorting by size. */ -static void +static void print_size_symbols (abfd, dynamic, symsizes, symcount, archive_bfd) bfd *abfd; boolean dynamic; |