aboutsummaryrefslogtreecommitdiff
path: root/gold
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-02-22 05:18:50 -0800
committerH.J. Lu <hjl.tools@gmail.com>2015-02-22 12:26:27 -0800
commitbe66981e1605eff305ac9c561825f4bd6801fca2 (patch)
tree1cb603d655928d6991bf94fcb1e59917ceb17b7f /gold
parent85c3a371b327377ba1014e8962ba41554599d3e6 (diff)
downloadfsf-binutils-gdb-be66981e1605eff305ac9c561825f4bd6801fca2.zip
fsf-binutils-gdb-be66981e1605eff305ac9c561825f4bd6801fca2.tar.gz
fsf-binutils-gdb-be66981e1605eff305ac9c561825f4bd6801fca2.tar.bz2
Set GOLD_DEFAULT_SIZE to 32 for x32
* configure.ac (default_size): Set to 32 for x32. * configure: Regenerated.
Diffstat (limited to 'gold')
-rw-r--r--gold/ChangeLog5
-rwxr-xr-xgold/configure1
-rw-r--r--gold/configure.ac1
3 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 71a5ab2..b73da0a 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,8 @@
+2015-02-21 H.J. Lu <hongjiu.lu@intel.com>
+
+ * configure.ac (default_size): Set to 32 for x32.
+ * configure: Regenerated.
+
2015-02-18 Alan Modra <amodra@gmail.com>
PR 17954
diff --git a/gold/configure b/gold/configure
index 23e4735..3427074 100755
--- a/gold/configure
+++ b/gold/configure
@@ -3483,6 +3483,7 @@ fi
case "$target" in
x86_64*-linux-gnux32)
target_x32=yes
+ default_size=32
;;
*)
target_x86_64=yes
diff --git a/gold/configure.ac b/gold/configure.ac
index a2e5895..c08d0a2 100644
--- a/gold/configure.ac
+++ b/gold/configure.ac
@@ -210,6 +210,7 @@ for targ in $target $canon_targets; do
case "$target" in
x86_64*-linux-gnux32)
target_x32=yes
+ default_size=32
;;
*)
target_x86_64=yes