We created one elf file in ePAPR Fixed Address Image Format, with an identity mapping between effective and physical addresses. However, with "strip" command, the vaddr of one program header is changed as below:
before stripping: 0x8 off 0x00000000 vaddr 0x2c000000 paddr 0x2c000000 align 2**2 filesz 0x00000000 memsz 0x04000000 flags rw- 400000 after stripping 0x8 off 0x00000000 vaddr 0x37f00000 paddr 0x2c000000 align 2**2 filesz 0x00000000 memsz 0x04000000 flags rw- 400000 -- Summary: strip modified vaddr of program headers in ePAPR Fixed Address Image Format Product: binutils Version: 2.18 Status: NEW Severity: normal Priority: P2 Component: binutils AssignedTo: unassigned at sources dot redhat dot com ReportedBy: harry dot he at freescale dot com CC: bug-binutils at gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: powerpc-linux-gnu http://sourceware.org/bugzilla/show_bug.cgi?id=10494 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils