From 0472f4e84f43475b667db3a50a921601c1c27fd5 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 11 Jun 2012 16:48:35 +0000 Subject: Reindent assign_file_positions_for_non_load_sections * elf.c (assign_file_positions_for_non_load_sections): Reindent. --- bfd/elf.c | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'bfd/elf.c') diff --git a/bfd/elf.c b/bfd/elf.c index 6c923d92764..6de314bebd7 100644 --- a/bfd/elf.c +++ b/bfd/elf.c @@ -4949,14 +4949,15 @@ assign_file_positions_for_non_load_sections (bfd *abfd, else abort (); p->p_memsz = p->p_filesz; - /* Preserve the alignment and flags if they are valid. The gold - linker generates RW/4 for the PT_GNU_RELRO section. It is better - for objcopy/strip to honor these attributes otherwise gdb will - choke when using separate debug files. */ - if (!m->p_align_valid) - p->p_align = 1; - if (!m->p_flags_valid) - p->p_flags = (lp->p_flags & ~PF_W); + /* Preserve the alignment and flags if they are valid. The + gold linker generates RW/4 for the PT_GNU_RELRO section. + It is better for objcopy/strip to honor these attributes + otherwise gdb will choke when using separate debug files. + */ + if (!m->p_align_valid) + p->p_align = 1; + if (!m->p_flags_valid) + p->p_flags = (lp->p_flags & ~PF_W); } else { -- cgit v1.2.1