Dear Trent,
In message you wrote:
>
> > > Do you see any want to make this backward compatible with older
> > > versions of ld?
>
> I don't have an ld old enough to not like that line so I'm not sure
> what the problem is exactly.
The problem is that SORT_BY_ALIGNMENT() and SORT_BY_NAME() were
On Sun, 16 Aug 2009, Wolfgang Denk wrote:
> > ...
> > > I change this to:
> > >
> > > *(.text)
> > > . = ALIGN(16);
> > > *(.eh_frame)
> > > *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
> >
> > Unfortunately it turns out that this breaks some older tool chains.
> > For example, using ELDK 3.1 (binu
Dear Trent Piepho,
on Mon, 10 Aug 2009 10:35:08 +0200 I wrote:
> Dear Trent Piepho,
>
> In message <1234999325-13456-1-git-send-email-tpie...@freescale.com> you
> wrote:
> >
> > A recent gcc added a new unaligned rodata section called '.rodata.str1.1',
> > which needs to be added the the linke
Dear Trent Piepho,
In message <1234999325-13456-1-git-send-email-tpie...@freescale.com> you wrote:
>
> A recent gcc added a new unaligned rodata section called '.rodata.str1.1',
> which needs to be added the the linker script. Instead of just adding this
> one section, we use a wildcard ".rodata
On Wed, 18 Feb 2009 15:22:05 -0800
Trent Piepho wrote:
> From: Trent Piepho
>
> A recent gcc added a new unaligned rodata section called '.rodata.str1.1',
> which needs to be added the the linker script. Instead of just adding this
> one section, we use a wildcard ".rodata*" to get all rodata
Dear Trent Piepho,
In message <1234999325-13456-1-git-send-email-tpie...@freescale.com> you wrote:
> From: Trent Piepho
>
> A recent gcc added a new unaligned rodata section called '.rodata.str1.1',
> which needs to be added the the linker script. Instead of just adding this
> one section, we u
6 matches
Mail list logo