2 68k cpu questions
Dave Korn
dave.korn@artimi.com
Wed May 24 11:53:00 GMT 2006
On 23 May 2006 22:15, Franzi Edo. wrote:
> Any suggestion on how to define (or use) this symbol?
#include <errno.h> is the usual way to define it. "-lc" is the usual way to
use it.
> My second question is about the access to the static data. I would
> like to point the data with an index register
> (typically A5). So, the crt0 should be able to initialise A5 with
> the .data pointer and I would like that gcc generates the
> data access like this move.l .....,(offsetxyz,A5).
>
> Any suggestion on how to implement this?
By using "gcc -fpic/-fPIC"?
cheers,
DaveK
--
Can't think of a witty .sigline today....
--
For unsubscribe information see http://sourceware.org/lists.html#faq
More information about the crossgcc
mailing list