public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] [ARC] update GLIBC_DYNAMIC_LINKER per glibc upstreaming review comments
@ 2017-11-10 23:44 Vineet Gupta
  2017-11-17 12:37 ` Claudiu Zissulescu
  0 siblings, 1 reply; 4+ messages in thread
From: Vineet Gupta @ 2017-11-10 23:44 UTC (permalink / raw)
  To: Claudiu.Zissulescu
  Cc: linux-snps-arc, gcc-patches @ gcc . gnu . org, Cupertino.Miranda,
	Vineet Gupta

gcc/
	* config/arc/linux.h: GLIBC_DYNAMIC_LINKER update per glibc
	upstreaming review comments

Link: http://lists.infradead.org/pipermail/linux-snps-arc/2017-June/002634.html
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
---
 ChangeLog              | 5 +++++
 gcc/config/arc/linux.h | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index abf3341c68c2..3bbd5cca2ebc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-11-10  Vineet Gupta  <vgupta@synopsys.com>
+
+	* config/arc/linux.h: GLIBC_DYNAMIC_LINKER update per glibc
+	upstreaming review comments
+
 2017-10-27  Martin Liska  <mliska@suse.cz>
 
 	* Makefile.tpl: Use proper name of folder as it was renamed
diff --git a/gcc/config/arc/linux.h b/gcc/config/arc/linux.h
index 707347183ca5..21fc88c82cf9 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.7.4

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

* RE: [PATCH] [ARC] update GLIBC_DYNAMIC_LINKER per glibc upstreaming review comments
  2017-11-10 23:44 [PATCH] [ARC] update GLIBC_DYNAMIC_LINKER per glibc upstreaming review comments Vineet Gupta
@ 2017-11-17 12:37 ` Claudiu Zissulescu
  2017-11-17 18:30   ` Vineet Gupta
  0 siblings, 1 reply; 4+ messages in thread
From: Claudiu Zissulescu @ 2017-11-17 12:37 UTC (permalink / raw)
  To: Vineet Gupta
  Cc: linux-snps-arc, gcc-patches @ gcc . gnu . org, Cupertino Miranda

Hi,

> gcc/
> 	* config/arc/linux.h: GLIBC_DYNAMIC_LINKER update per glibc
> 	upstreaming review comments
> 

Accepted and committed. Thank you for your contribution,
Claudiu

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

* Re: [PATCH] [ARC] update GLIBC_DYNAMIC_LINKER per glibc upstreaming review comments
  2017-11-17 12:37 ` Claudiu Zissulescu
@ 2017-11-17 18:30   ` Vineet Gupta
  2017-11-21 12:07     ` Claudiu Zissulescu
  0 siblings, 1 reply; 4+ messages in thread
From: Vineet Gupta @ 2017-11-17 18:30 UTC (permalink / raw)
  To: Claudiu Zissulescu
  Cc: linux-snps-arc, gcc-patches @ gcc . gnu . org, Cupertino Miranda

On 11/17/2017 04:23 AM, Claudiu Zissulescu wrote:
> Hi,
>
>> gcc/
>> 	* config/arc/linux.h: GLIBC_DYNAMIC_LINKER update per glibc
>> 	upstreaming review comments
>>
> Accepted and committed. Thank you for your contribution,
> Claudiu

Hi,

Please also consider this for backporting as that is the gcc version in use by 
glibc test harnesses !

Thx,
-Vineet

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

* RE: [PATCH] [ARC] update GLIBC_DYNAMIC_LINKER per glibc upstreaming review comments
  2017-11-17 18:30   ` Vineet Gupta
@ 2017-11-21 12:07     ` Claudiu Zissulescu
  0 siblings, 0 replies; 4+ messages in thread
From: Claudiu Zissulescu @ 2017-11-21 12:07 UTC (permalink / raw)
  To: Vineet Gupta
  Cc: linux-snps-arc, gcc-patches @ gcc . gnu . org, Cupertino Miranda

Please also consider this for backporting as that is the gcc version in use by
> glibc test harnesses !
> 

Backported to gcc7 branch.

Cheers,
Claudiu

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

end of thread, other threads:[~2017-11-21 11:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-10 23:44 [PATCH] [ARC] update GLIBC_DYNAMIC_LINKER per glibc upstreaming review comments Vineet Gupta
2017-11-17 12:37 ` Claudiu Zissulescu
2017-11-17 18:30   ` Vineet Gupta
2017-11-21 12:07     ` Claudiu Zissulescu

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).