RE: Trying to map absolute sections

2006-02-07 Thread Dave Korn
On 07 February 2006 04:44, Tarun wrote: > Hi, > > I am trying to map an elf section to absolute address. Is there any way > that we can restrain the linker (ld) not to relocate a section and place > it at an absolute address. > > I have tried placing the absolute address in the Sh_Addr and upd

Trying to map absolute sections

2006-02-06 Thread Tarun
Hi, I am trying to map an elf section to absolute address. Is there any way that we can restrain the linker (ld) not to relocate a section and place it at an absolute address. I have tried placing the absolute address in the Sh_Addr and updating the section name as SH_ABS. But it was of no use.

Trying to map absolute sections

2006-02-06 Thread Tarun
Hi, I am trying to map an elf section to absolute address. Is there any way that we can restrain the linker (ld) not to relocate a section and place it at an absolute address. I have tried placing the absolute address in the Sh_Addr and updating the section name as SH_ABS. But it was of no use.