PowerPC ELF: retain program headers and relocation records in output file?

Geoff Keating geoffk@geoffk.org
Sun Feb 4 11:44:00 GMT 2001


> From: "Paul Mikell" <pmikell@rare.co.uk>
> Date: Mon, 29 Jan 2001 15:10:58 -0600

> I have compiled gcc-2.95.2 and binutils 2.10.1 for cross-compiling
> from = Cygwin to PowerPC. The target machine requires the executable
> to be converted = to a proprietary format before it can be run. In
> order for this conversion to = work, the ELF file created by ld must
> contain program headers and relocation = records.  Is there any way
> that GNU ld can create such an output file?

You want '-shared', possibly with '-Bdynamic'.

-- 
- Geoffrey Keating <geoffk@geoffk.org>


More information about the Binutils mailing list