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]

[PATCH/AARCH64 0/2] Add ILP32 Linux support


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

-- 
1.7.2.5


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