This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

How to control location of crt0-code?


Does anyone know a way to control the output location of the code from the default startup file, i.e. crt0.o, via the linker scripts or otherwise? Note that I'm *not* asking how to set the location of an object in general; I know how that's done, but the usual method does no seem to work for crt0, i.e. I've tried mentioning

*crt0.o*(.text*)

at the appropriate location in the linker script, but it had no effect.

- Toralf


------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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