This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Intermixing powerpc-eabi and powerpc-linux C code
You make a good point about the linker aspect but I was first most
concerned about the code generation differences, if any.
However, you are absolutely correct! A test is in order. I whipped up
a quick test program and was able to successfully compile, link and run
it, so it does indeed work! Thanks!
On Thu, Jun 01, 2006 at 04:08:14PM -0700, Mike Stump wrote:
> This is a linker question, we don't do linkers here. In particular,
> the relocs have to be compatible, if you want to do reloc processing.
> You can use ld and resolve all the relocs and just slam in the bytes,
> but then, you're not using gcc to link per se.
>
> Why not just try it out and see?