This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][ARM][libgloss] Make text segment 64k-aligned in the spec files


On 16 July 2014 10:43, Kyrill Tkachov <kyrylo.tkachov@arm.com> wrote:
> Hi all,
>
> This patch fixes the 'text segment not a multiple of max page size' warnings
> that appeared recently in gcc+binutils bare-metal testing.
> The problem is that the text segment in the aprofile-validation and
> aprofile-ve specs files is set to a non-64k-aligned position which doesn't
> sit well with the recently changed max page size in binutils.
>
> The patch changes that address to 0x10000 which is 64k-aligned.
>
> I've tested bare-metal arm-none-eabi builds with these spec files and
> everything seems to be in order.
>
> If this is approved can someone please commit it for me?


This looks sane to me, but I can;t approve.

/Marcus


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]