diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:32:43 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:32:43 -0700 |
commit | 1b7868733d45220e63b72a1814f30e090f761821 (patch) | |
tree | 3d24590c5f365841d2c9097339fa33b53f1a373a /bfd/elf.c | |
parent | aa91aff6af9f930bb8e9e4fd3dfc852cba8c80d0 (diff) | |
download | gdb-1b7868733d45220e63b72a1814f30e090f761821.zip gdb-1b7868733d45220e63b72a1814f30e090f761821.tar.gz gdb-1b7868733d45220e63b72a1814f30e090f761821.tar.bz2 |
Remove trailing spaces in bfd
Diffstat (limited to 'bfd/elf.c')
-rw-r--r-- | bfd/elf.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -832,7 +832,7 @@ _bfd_elf_setup_sections (bfd *abfd) idx = (Elf_Internal_Group *) shdr->contents; n_elt = shdr->sh_size / 4; - + while (--n_elt != 0) if ((++idx)->shdr->bfd_section) elf_sec_group (idx->shdr->bfd_section) = shdr->bfd_section; @@ -1245,7 +1245,7 @@ _bfd_elf_copy_private_bfd_data (bfd *ibfd, bfd *obfd) for (j = 0; j < elf_numsections (ibfd); j++) { Elf_Internal_Shdr * iheader = iheaders[j]; - + /* Since --only-keep-debug turns all non-debug sections into SHT_NOBITS sections, the output SHT_NOBITS type matches any input type. */ |