Subject: Re: OMAGIC a.out !?
To: Christos Zoulas <christos@zoulas.com>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: port-m68k
Date: 06/26/2002 11:31:45
On Wed, Jun 26, 2002 at 06:29:37PM +0000, Christos Zoulas wrote:

 > Check what the contents of .rodata is [what data is in there] and try to
 > eliminate them by either specifying -fwritable-strings or changing the
 > source code. Alternatively fix objdump to merge data and rodata sections.
 > 
 > objdump --full-content is your friend.

The right fix is to write a linker script which arranges things in
the correct faction, and possible even emits a.out directly.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>