diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:42:37 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:42:37 -0700 |
commit | 3aade68889268c7d15e121d6d63cb1b753ec12fa (patch) | |
tree | 9fe7a6ce752b4a79bbdaa9bed60c5044c2a3f80c /binutils/nm.c | |
parent | 3739860c11a9cfcdaa4d5d204ea3536784de7bb3 (diff) | |
download | gdb-3aade68889268c7d15e121d6d63cb1b753ec12fa.zip gdb-3aade68889268c7d15e121d6d63cb1b753ec12fa.tar.gz gdb-3aade68889268c7d15e121d6d63cb1b753ec12fa.tar.bz2 |
Remove trailing spaces in binutils
Diffstat (limited to 'binutils/nm.c')
-rw-r--r-- | binutils/nm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/nm.c b/binutils/nm.c index a8f2f70..ad6e70d 100644 --- a/binutils/nm.c +++ b/binutils/nm.c @@ -985,7 +985,7 @@ print_size_symbols (bfd * abfd, SYMCOUNT is the number of symbols in MINISYMS and SYNTH_COUNT is the number of these that are synthetic. Synthetic symbols, if any are present, always come at the end of the MINISYMS. - + SIZE is the size of a symbol in MINISYMS. */ static void @@ -1059,7 +1059,7 @@ display_rel_file (bfd *abfd, bfd *archive_bfd) non_fatal (_("%s: no symbols"), bfd_get_filename (abfd)); return; } - + if (show_synthetic && size == sizeof (asymbol *)) { asymbol *synthsyms; |