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/elfxx-sparc.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/elfxx-sparc.c')
-rw-r--r-- | bfd/elfxx-sparc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elfxx-sparc.c b/bfd/elfxx-sparc.c index 6fff6ad..492af36 100644 --- a/bfd/elfxx-sparc.c +++ b/bfd/elfxx-sparc.c @@ -4908,13 +4908,13 @@ _bfd_sparc_elf_merge_private_bfd_data (bfd *ibfd, bfd *obfd) in_attr = &in_attrs[Tag_GNU_Sparc_HWCAPS]; out_attr = &out_attrs[Tag_GNU_Sparc_HWCAPS]; - + out_attr->i |= in_attr->i; out_attr->type = 1; in_attr = &in_attrs[Tag_GNU_Sparc_HWCAPS2]; out_attr = &out_attrs[Tag_GNU_Sparc_HWCAPS2]; - + out_attr->i |= in_attr->i; out_attr->type = 1; |