Re: PIC for mcore

2006-04-28 Thread Mike Stump
On Apr 27, 2006, at 7:05 PM, Qiuker wrote: Is there much difference from different PIC implement? They all do exactly the same thing, allow code to be run at different addresses, so they are all identical, or, yeah, they can be totally different from just doing normal codegen and saving the

Re: PIC for mcore

2006-04-27 Thread Qiuker
On 4/28/06, Mike Stump <[EMAIL PROTECTED]> wrote: On Apr 27, 2006, at 10:46 AM, Qiuker wrote: > I'm trying to support Shared libraries on mcore. but it doesn't > support PIC. So, need I add PIC first? Only if your shared library design requires it. Some don't. You probably will need to. > Is

Re: PIC for mcore

2006-04-27 Thread Mike Stump
On Apr 27, 2006, at 10:46 AM, Qiuker wrote: I'm trying to support Shared libraries on mcore. but it doesn't support PIC. So, need I add PIC first? Only if your shared library design requires it. Some don't. You probably will need to. Is there any info for adding it? The usual referenc