Re: A89: Difficulty inserting assembly into C code
[Prev][Next][Index][Thread]
Re: A89: Difficulty inserting assembly into C code
> > In addition, I might be mistaken, but I doubt that gas understands the
> > library::function construct.
>
> how do l get around this then?
Using the compiler, assembler, linker and librarian the way it was
intended to be used :-)
You just call 'function' and the linker will extract the relevant
library entry for you.
Actually, what does this lib::func thing *exactly* do ?
Regards,
Zoltan
Follow-Ups:
References: