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/objcopy.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/objcopy.c')
-rw-r--r-- | binutils/objcopy.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/binutils/objcopy.c b/binutils/objcopy.c index 7ac8661..e4cb3e2 100644 --- a/binutils/objcopy.c +++ b/binutils/objcopy.c @@ -732,7 +732,7 @@ parse_flags (const char *s) We need to be careful in how we match section names because of the support for wildcard characters. For example suppose that the user has invoked objcopy like this: - + --set-section-flags .debug_*=debug --set-section-flags .debug_str=readonly,debug --change-section-address .debug_*ranges=0x1000 @@ -760,7 +760,7 @@ find_section_list (const char *name, bfd_boolean add, unsigned int context) struct section_list *p; /* assert ((context & ((1 << 7) - 1)) != 0); */ - + for (p = change_sections; p != NULL; p = p->next) { if (add) @@ -1964,7 +1964,7 @@ copy_object (bfd *ibfd, bfd *obfd, const bfd_arch_info_type *input_arch) _("can't dump section - it has no contents")); continue; } - + bfd_size_type size = bfd_get_section_size (sec); if (size == 0) { @@ -2001,7 +2001,7 @@ copy_object (bfd *ibfd, bfd *obfd, const bfd_arch_info_type *input_arch) free (contents); } } - + if (gnu_debuglink_filename != NULL) { /* PR 15125: Give a helpful warning message if @@ -3925,7 +3925,7 @@ copy_main (int argc, char *argv[]) dump_sections = init_section_add (optarg, dump_sections, "--dump-section"); break; - + case OPTION_CHANGE_START: change_start = parse_vma (optarg, "--change-start"); break; |