This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [m68k] Fix linking for binaries using -mid-shared-library


On Sat, Dec 27, 2003 at 05:28:52PM +0100, Bernardo Innocenti wrote:
> Richard Henderson wrote:
> The uClinux toolchain has a linker frontend shell script that
> pre/post processes ELF binaries to produce "flat" files suitable
> for execution in place (XIP).  That is, executing in a romfs image
> without actually loading the code section in RAM.

I'm vaguely aware of some of this.  Though I'll note for the record
that ELF is quite capable of running in ROM as well; whoever came up
with the uclinux flat format clearly didn't understand ELF.

But what's done is done...



r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]