Reindent _bfd_elf_map_sections_to_segments

* elf.c (_bfd_elf_map_sections_to_segments): Reindent.
This commit is contained in:
H.J. Lu 2012-06-11 16:44:02 +00:00
parent 232b87049a
commit be01b34487
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-06-11 H.J. Lu <hongjiu.lu@intel.com>
* elf.c (_bfd_elf_map_sections_to_segments): Reindent.
2012-06-06 Alan Modra <amodra@gmail.com>
* elflink.c (elf_link_input_bfd): Provide a file symbol for

View File

@ -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)