summaryrefslogtreecommitdiff
path: root/bfd/elf.c
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-06-11 16:44:02 +0000
committerH.J. Lu <hjl.tools@gmail.com>2012-06-11 16:44:02 +0000
commitd0400ea9248d9b16776f5f8ed66ca27ae4942614 (patch)
treec14b38052db5327f17674172db469299571b37d3 /bfd/elf.c
parent01a5309da3795db568ffdfcdf1f58cb6473d90b7 (diff)
downloadbinutils-redhat-d0400ea9248d9b16776f5f8ed66ca27ae4942614.tar.gz
Reindent _bfd_elf_map_sections_to_segments
* elf.c (_bfd_elf_map_sections_to_segments): Reindent.
Diffstat (limited to 'bfd/elf.c')
-rw-r--r--bfd/elf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf.c b/bfd/elf.c
index d97da9f8ba..6c923d9276 100644
--- a/bfd/elf.c
+++ b/bfd/elf.c
@@ -4163,7 +4163,7 @@ _bfd_elf_map_sections_to_segments (bfd *abfd, struct bfd_link_info *info)
&& (vaddr + filesz) >= info->relro_end)
break;
}
- }
+ }
/* Make a PT_GNU_RELRO segment only when it isn't empty. */
if (m != NULL)