public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* PATCH: Change x32 LIBPATH_SUFFIX to x32
@ 2011-02-16 19:24 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2011-02-16 19:24 UTC (permalink / raw)
  To: binutils

Hi,

I checked in this patch to change x32 LIBPATH_SUFFIX to x32, per
x32 psABI draft verion 0.2:

https://sites.google.com/site/x32abi/

H.J.
---
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 5cb6715..94cb46e 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2011-02-16  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* emulparams/elf32_x86_64.sh (LIBPATH_SUFFIX): Changed to
+	x32 for x32.
+
 2011-02-15  Kai Tietz  <kai.tietz@onevision.com>
 
 	* pe-dll.c (process_def_file_and_drectve): Don't strip
diff --git a/ld/emulparams/elf32_x86_64.sh b/ld/emulparams/elf32_x86_64.sh
index 6dc13fc..8895e29 100644
--- a/ld/emulparams/elf32_x86_64.sh
+++ b/ld/emulparams/elf32_x86_64.sh
@@ -28,7 +28,7 @@ fi
 case "$target" in
   x86_64*-linux*|i[3-7]86-*-linux-*)
     case "$EMULATION_NAME" in
-      *32*) LIBPATH_SUFFIX=32 ;;
+      *32*) LIBPATH_SUFFIX=x32 ;;
       *64*) LIBPATH_SUFFIX=64 ;;
     esac
     ;;

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

only message in thread, other threads:[~2011-02-16 19:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-16 19:24 PATCH: Change x32 LIBPATH_SUFFIX to x32 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).