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
commitebceccdf9f20091dc910840880552156c34644e1 (patch)
tree32c3292a1ec08a1b99141c39f4db589fe62e0d0d /bfd/elf.c
parent81651b1f54338cccb1bc7916fa4508cbf772e666 (diff)
downloadgdb-ebceccdf9f20091dc910840880552156c34644e1.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 d97da9f8ba9..6c923d92764 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)