A linker script passed to the gcc driver should override the one
which the driver would pass by default.
Yes, and if current GCC has some problems with that, those bugs should
be fixed. Sorry if I gave the impression that this would be "user
error".
The linker script which is
specified mus
On Sun, Sep 10, 2006 at 10:16:29PM +0200, Segher Boessenkool wrote:
> >GCC passes a linker script to the linker for some
> >targets (e.g., powerpc-eabi with -mads). If you specify a
> >linker script using -Wl,-T,script.ld, you get both
> >passed to the linker and there may be conflicts.
> >
> >Is
Segher Boessenkool wrote:
If you use your own linker scripts, you really shouldn't use gcc
to do the linking step; call ld directly, instead. gcc has no
idea what your linker script does, so it might well call ld with
the wrong options...
There are a number of targets which pass linker scripts
If you use your own linker scripts, you really shouldn't use gcc
to do the linking step; call ld directly, instead. gcc has no
idea what your linker script does, so it might well call ld with
the wrong options...
There are a number of targets which pass linker scripts
to ld, along with whatever
Segher Boessenkool wrote:
GCC passes a linker script to the linker for some
targets (e.g., powerpc-eabi with -mads). If you specify a
linker script using -Wl,-T,script.ld, you get both
passed to the linker and there may be conflicts.
Is there any option to GCC which says to not pass
the predefi
GCC passes a linker script to the linker for some
targets (e.g., powerpc-eabi with -mads). If you specify a
linker script using -Wl,-T,script.ld, you get both
passed to the linker and there may be conflicts.
Is there any option to GCC which says to not pass
the predefined linker script to the li
Andrew Pinski wrote:
On Wed, 2006-09-06 at 15:00 -0700, Michael Eager wrote:
GCC passes a linker script to the linker for some
targets (e.g., powerpc-eabi with -mads). If you specify a
linker script using -Wl,-T,script.ld, you get both
passed to the linker and there may be conflicts.
Is there
On Wed, 2006-09-06 at 15:00 -0700, Michael Eager wrote:
> GCC passes a linker script to the linker for some
> targets (e.g., powerpc-eabi with -mads). If you specify a
> linker script using -Wl,-T,script.ld, you get both
> passed to the linker and there may be conflicts.
>
> Is there any option t
On Wednesday 06 September 2006 23:00, Michael Eager wrote:
> GCC passes a linker script to the linker for some
> targets (e.g., powerpc-eabi with -mads). If you specify a
> linker script using -Wl,-T,script.ld, you get both
> passed to the linker and there may be conflicts.
>
> Is there any option