[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/4712] BFD: section .data1/.bss can't be allocated in segme
From: |
amodra at bigpond dot net dot au |
Subject: |
[Bug binutils/4712] BFD: section .data1/.bss can't be allocated in segment 0 |
Date: |
30 Jun 2007 01:12:43 -0000 |
------- Additional Comments From amodra at bigpond dot net dot au 2007-06-30
01:12 -------
Neither of the attached files have correct program headers. For libFS.so,
Program Headers:
Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
LOAD 0x000000 0x00000000 0x00000000 0x07dbf 0x07dbf R E 0x4
LOAD 0x0080b4 0x00000000 0x00000000 0x18b5d 0x18b5d RWE 0x2000
DYNAMIC 0x000000 0x00000000 0x00000000 0x00000 0x00000 RWE 0x4
LOOS+ffffffb 0x000000 0x00000000 0x00000000 0x00000 0x00000 RW 0x4
Notice how both load segments have p_vaddr of zero. Strictly speaking, this
means they overlap. Obviously the sun loader ignores the addresses..
--
http://sourceware.org/bugzilla/show_bug.cgi?id=4712
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.