public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCHv2/AARCH64 0/3] Add ILP32 GNU/Linux support
@ 2014-02-26  2:25 Andrew Pinski
  2014-02-26  2:25 ` [PATCH/AARCH64 1/3] Add AARCH64 ILP32 PCH support Andrew Pinski
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Andrew Pinski @ 2014-02-26  2:25 UTC (permalink / raw)
  To: gcc-patches; +Cc: Andrew Pinski

This patch set adds ILP32 support to GCC for GNU/Linux.  

A patch which adds the host support for PCH.

A patch which fixes TLS variables with ILP32; shows up while compiling glibc
so no new testcases added.

One final patch which adds the name of the dynamic linker and passes the linker
script to the linker and allows for the multi-lib to work correctly.

All of these patches are tested incrementally.  Only the last patch depends on
the rest of the patches.  The rest can be applied independently.


Thanks,
Andrew Pinski

Andrew Pinski (3):
  2014-02-25  Andrew Pinski  <apinski@cavium.com>
  2014-02-25  Andrew Pinski  <apinski@cavium.com>
  2014-02-25  Andrew Pinski  <apinski@cavium.com>

 gcc/ChangeLog                      |   28 ++++++++++++++++++
 gcc/config/aarch64/aarch64-linux.h |    4 +-
 gcc/config/aarch64/aarch64.c       |   48 ++++++++++++++++++++++++++++----
 gcc/config/aarch64/aarch64.md      |   54 ++++++++++++++++++++++++++++--------
 gcc/config/aarch64/t-aarch64-linux |    7 +---
 gcc/config/host-linux.c            |    4 ++-
 6 files changed, 119 insertions(+), 26 deletions(-)

-- 
1.7.2.5

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-02-20 18:29 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-26  2:25 [PATCHv2/AARCH64 0/3] Add ILP32 GNU/Linux support Andrew Pinski
2014-02-26  2:25 ` [PATCH/AARCH64 1/3] Add AARCH64 ILP32 PCH support Andrew Pinski
2014-02-27 16:56   ` Marcus Shawcroft
2014-02-27 19:00   ` Kyle McMartin
2014-02-28  9:43   ` Richard Earnshaw
2014-02-26  2:25 ` [PATCHv2/AARCH64 2/3] Fix TLS for ILP32 Andrew Pinski
2014-02-27 15:52   ` Yufeng Zhang
2014-02-27 16:53   ` Marcus Shawcroft
2015-02-20 13:56   ` Marcus Shawcroft
2015-02-20 18:40     ` Andrew Pinski
2014-02-26  2:25 ` [PATCHv2/AARCH64 3/3] Support ILP32 multi-lib Andrew Pinski
2014-02-27 15:57   ` Yufeng Zhang
2014-05-23 23:23     ` Andrew Pinski
2014-06-02 13:40   ` Marcus Shawcroft

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).