This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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/AARCH64 0/2] Add ILP32 Linux support


On Nov 22, 2013, at 2:15 PM, Yufeng Zhang <Yufeng.Zhang@arm.com> wrote:

> Hi Tristan,
> 
> Is it OK to backport the two patches to the 2.24 branch?

Yes.

> 
> Thanks,
> Yufeng
> 
> On 11/21/13 01:14, Andrew Pinski wrote:
>> This patch series add ILP32 Linux support to ld.  It just adds the linker scripts and the support for target name (aarch64linux32 and aarch64linux32b).
>> 
>> Andrew Pinski (2):
>>   ld/ChangeLog:
>>   ld/ChangeLog:
>> 
>>  ld/Makefile.am                   |   10 ++++++++
>>  ld/Makefile.in                   |   12 +++++++++
>>  ld/configure.tgt                 |    6 +++-
>>  ld/emulparams/aarch64elf32.sh    |    2 +-
>>  ld/emulparams/aarch64linux32.sh  |   47 ++++++++++++++++++++++++++++++++++++++
>>  ld/emulparams/aarch64linux32b.sh |    2 +
>>  6 files changed, 76 insertions(+), 3 deletions(-)
>>  create mode 100644 ld/emulparams/aarch64linux32.sh
>>  create mode 100644 ld/emulparams/aarch64linux32b.sh
>> 
> 
> 


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