This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r212673 - in /branches/linaro/gcc-4_9-branch/gc...
- From: yroux at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 16 Jul 2014 15:45:44 -0000
- Subject: r212673 - in /branches/linaro/gcc-4_9-branch/gc...
Author: yroux
Date: Wed Jul 16 15:45:43 2014
New Revision: 212673
URL: https://gcc.gnu.org/viewcvs?rev=212673&root=gcc&view=rev
Log:
2014-07-16 Yvan Roux <yvan.roux@linaro.org>
Backport from trunk r211148.
2014-06-02 Andrew Pinski <apinski@cavium.com>
* config/aarch64/aarch64-linux.h (GLIBC_DYNAMIC_LINKER):
/lib/ld-linux32-aarch64.so.1 is used for ILP32.
(LINUX_TARGET_LINK_SPEC): Update linker script for ILP32.
file whose name depends on -mabi= and -mbig-endian.
* config/aarch64/t-aarch64-linux (MULTILIB_OSDIRNAMES): Handle LP64
better and handle ilp32 too.
(MULTILIB_OPTIONS): Delete.
(MULTILIB_DIRNAMES): Delete.
Modified:
branches/linaro/gcc-4_9-branch/gcc/ChangeLog.linaro
branches/linaro/gcc-4_9-branch/gcc/config/aarch64/aarch64-linux.h
branches/linaro/gcc-4_9-branch/gcc/config/aarch64/t-aarch64-linux