From e716496a557f48cfdf7adb35f5be4e0945bd66e8 Mon Sep 17 00:00:00 2001 From: Vineet Gupta Date: Fri, 17 Nov 2017 12:22:57 +0000 Subject: [PATCH] [ARC] Update GLIBC_DYNAMIC_LINKER Update GLIBC_DYNAMIC_LINKER per glibc upstreaming review comments: http://lists.infradead.org/pipermail/linux-snps-arc/2017-June/002634.html gcc/ * config/arc/linux.h: GLIBC_DYNAMIC_LINKER update per glibc upstreaming review comments From-SVN: r254866 --- gcc/ChangeLog | 5 +++++ gcc/config/arc/linux.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b37fd6f12de..07f2aa957b1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-11-17 Vineet Gupta + + * config/arc/linux.h: GLIBC_DYNAMIC_LINKER update per glibc + upstreaming review comments. + 2017-11-17 Tamar Christina * expr.c (copy_blkmode_to_reg): Fix bitsize for targets diff --git a/gcc/config/arc/linux.h b/gcc/config/arc/linux.h index 707347183ca..21fc88c82cf 100644 --- a/gcc/config/arc/linux.h +++ b/gcc/config/arc/linux.h @@ -29,7 +29,7 @@ along with GCC; see the file COPYING3. If not see } \ while (0) -#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2" +#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux-arc.so.2" #define UCLIBC_DYNAMIC_LINKER "/lib/ld-uClibc.so.0" /* Note that the default is to link against dynamic libraries, if they are -- 2.30.2