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/coffcode.h | |
parent | aa91aff6af9f930bb8e9e4fd3dfc852cba8c80d0 (diff) | |
download | gdb-1b7868733d45220e63b72a1814f30e090f761821.zip gdb-1b7868733d45220e63b72a1814f30e090f761821.tar.gz gdb-1b7868733d45220e63b72a1814f30e090f761821.tar.bz2 |
Remove trailing spaces in bfd
Diffstat (limited to 'bfd/coffcode.h')
-rw-r--r-- | bfd/coffcode.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/coffcode.h b/bfd/coffcode.h index 62a4105..2499885 100644 --- a/bfd/coffcode.h +++ b/bfd/coffcode.h @@ -962,7 +962,7 @@ handle_COMDAT (bfd * abfd, /* All 3 branches use this. */ symname = _bfd_coff_internal_syment_name (abfd, &isym, buf); - /* PR 17512 file: 078-11867-0.004 */ + /* PR 17512 file: 078-11867-0.004 */ if (symname == NULL) { _bfd_error_handler (_("%B: unable to load COMDAT section name"), abfd); @@ -2091,7 +2091,7 @@ coff_mkobject_hook (bfd * abfd, } if (coff->go32stub != NULL) memcpy (coff->go32stub, internal_f->go32stub, GO32_STUBSIZE); - + return coff; } #endif @@ -4684,7 +4684,7 @@ coff_slurp_line_table (bfd *abfd, asection *asect) *p++ = &lineno_cache[i]; BFD_ASSERT ((unsigned int) (p - func_table) == nbr_func); - + /* Sort by functions. */ qsort (func_table, nbr_func, sizeof (alent *), coff_sort_func_alent); @@ -5155,7 +5155,7 @@ coff_classify_symbol (bfd *abfd, asection *sec; char * name; char buf[SYMNMLEN + 1]; - + name = _bfd_coff_internal_syment_name (abfd, syment, buf) sec = coff_section_from_bfd_index (abfd, syment->n_scnum); if (sec != NULL && name != NULL |