From f3944f72246f5b88b62d3d4158d62e4e35ed82eb Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 11 Jun 2012 16:48:35 +0000 Subject: [PATCH] Reindent assign_file_positions_for_non_load_sections * elf.c (assign_file_positions_for_non_load_sections): Reindent. --- bfd/ChangeLog | 4 ++++ bfd/elf.c | 17 +++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0f02286..220afe3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ 2012-06-11 H.J. Lu + * elf.c (assign_file_positions_for_non_load_sections): Reindent. + +2012-06-11 H.J. Lu + * elf.c (_bfd_elf_map_sections_to_segments): Reindent. 2012-06-06 Alan Modra diff --git a/bfd/elf.c b/bfd/elf.c index 6c923d9..6de314b 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 { -- 2.7.4