public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [x32] PATCH: Add GLIBC_DYNAMIC_LINKERX32 to kfreebsd-gnu64.h
@ 2011-06-14 17:46 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2011-06-14 17:46 UTC (permalink / raw)
  To: gcc-patches

Hi,

I checked this patch into x32 branch.


H.J.
---
commit 7cce5a5ab2012d170287e705741ed29828a8af0e
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Jun 14 10:40:05 2011 -0700

    Add GLIBC_DYNAMIC_LINKERX32 to kfreebsd-gnu64.h.

diff --git a/gcc/ChangeLog.x32 b/gcc/ChangeLog.x32
index 64a40a6..afea916 100644
--- a/gcc/ChangeLog.x32
+++ b/gcc/ChangeLog.x32
@@ -1,5 +1,9 @@
 2011-06-14  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* config/i386/kfreebsd-gnu64.h (GLIBC_DYNAMIC_LINKERX32): New.
+
+2011-06-14  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* config/i386/gnu-user64.h (LINK_SPEC): Use
 	GNU_USER_LINK_EMULATIONX32.
 
diff --git a/gcc/config/i386/kfreebsd-gnu64.h b/gcc/config/i386/kfreebsd-gnu64.h
index bdb2aeb..2085ca5 100644
--- a/gcc/config/i386/kfreebsd-gnu64.h
+++ b/gcc/config/i386/kfreebsd-gnu64.h
@@ -25,3 +25,4 @@ along with GCC; see the file COPYING3.  If not see
 
 #define GLIBC_DYNAMIC_LINKER32 "/lib/ld.so.1"
 #define GLIBC_DYNAMIC_LINKER64 "/lib/ld-kfreebsd-x86-64.so.1"
+#define GLIBC_DYNAMIC_LINKERX32 "/lib/ld-kfreebsd-x32.so.1"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-14 17:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-14 17:46 [x32] PATCH: Add GLIBC_DYNAMIC_LINKERX32 to kfreebsd-gnu64.h H.J. Lu

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