aboutsummaryrefslogtreecommitdiff
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
commitbe01b34487d7ea31b1b7298dac40ac3b45855fc3 (patch)
tree4436d3a7afb1d4deb4a41cae668e875312669928 /bfd/elf.c
parent232b87049a1e4d01d207db8e4ed5740314dd4025 (diff)
downloadgdb-be01b34487d7ea31b1b7298dac40ac3b45855fc3.zip
gdb-be01b34487d7ea31b1b7298dac40ac3b45855fc3.tar.gz
gdb-be01b34487d7ea31b1b7298dac40ac3b45855fc3.tar.bz2
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 d97da9f..6c923d9 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)