From 3271a81418b2396c04dc040163a579cddcd23e2e Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Tue, 19 Dec 2006 08:49:38 +0000 Subject: bfd/ * elf.c (assign_file_positions_for_load_sections): Adjust p_vaddr by p_vaddr_offset. Copy alignment & use if it is valid. (rewrite_elf_program_headers): Cope with leading padding in a segment that does not contain file or program headers. (copy_elf_program_header): Likewise. include/elf/ * internal.h (struct elf_segment_map): Add p_vaddr_offset field. --- include/elf/internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/elf/internal.h') diff --git a/include/elf/internal.h b/include/elf/internal.h index d368a3f..f2161ff 100644 --- a/include/elf/internal.h +++ b/include/elf/internal.h @@ -235,6 +235,8 @@ struct elf_segment_map unsigned long p_flags; /* Program segment physical address. */ bfd_vma p_paddr; + /* Program segment virtual address offset from section vma. */ + bfd_vma p_vaddr_offset; /* Program segment alignment. */ bfd_vma p_align; /* Whether the p_flags field is valid; if not, the flags are based -- cgit v1.1