From: H.J. Lu Date: Sun, 22 Feb 2015 13:18:50 +0000 (-0800) Subject: Set GOLD_DEFAULT_SIZE to 32 for x32 X-Git-Tag: binutils-2_25_1~210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f614cd0bdbf851ecd24a24c7a0bc5fe0ef66d482;p=thirdparty%2Fbinutils-gdb.git Set GOLD_DEFAULT_SIZE to 32 for x32 Cherry-pick from master: * configure.ac (default_size): Set to 32 for x32. * configure: Regenerated. --- diff --git a/gold/ChangeLog b/gold/ChangeLog index 2c4a8c3c007..29b6f3ad3ad 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,11 @@ +2015-02-22 H.J. Lu + + Cherry-pick from master + 2015-02-21 H.J. Lu + + * configure.ac (default_size): Set to 32 for x32. + * configure: Regenerated. + 2015-02-11 Alan Modra Apply from master diff --git a/gold/configure b/gold/configure index 23e473542e8..34270746726 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 64e603a375e..e0ac1df56ef 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