From: Muhammad Bilal Date: Thu, 5 Sep 2013 13:13:25 +0000 (+0000) Subject: 2013-09-05 Muhammad Bilal X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=40b917863f0ec887df8db567959523fad9ec69d1;p=binutils-gdb.git 2013-09-05 Muhammad Bilal * symfile.c (add_symbol_file_command): Remove trailing whitespaces and blank line after comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dc4a2a1c4fb..9c4bd383e8a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2013-09-05 Muhammad Bilal + + * symfile.c (add_symbol_file_command): Remove trailing + whitespaces and blank line after comment. + 2013-09-05 Pedro Alves * tui/tui-regs.c (tui_register_format): Don't look at the diff --git a/gdb/symfile.c b/gdb/symfile.c index 9005e195b08..04988867845 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -2233,7 +2233,6 @@ add_symbol_file_command (char *args, int from_tty) { /* It's an option (starting with '-') or it's an argument to an option. */ - if (expecting_sec_name) { sect_opts[section_index].name = arg;