From ade78dba78cd284ca34c045657f4f549da99993f Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 20 Jun 2011 13:23:22 +0000 Subject: Revert x86_64-x32-* change. gas/ 2011-06-20 H.J. Lu * configure.tgt: Revert x32 change. ld/ 2011-06-20 H.J. Lu * configure.tgt: Revert x32 change. ld/testsuite/ 2011-06-20 H.J. Lu * ld-elf/eh1.d: Revert x32 change. * ld-elf/eh2.d: Likewise. * ld-elf/eh3.d: Likewise. * ld-elf/eh4.d: Likewise. --- gas/ChangeLog | 4 ++++ gas/configure.tgt | 9 +-------- 2 files changed, 5 insertions(+), 8 deletions(-) (limited to 'gas') diff --git a/gas/ChangeLog b/gas/ChangeLog index 1d13136..9d08c19 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2011-06-20 H.J. Lu + + * configure.tgt: Revert x32 change. + 2011-06-20 Nick Clifton * doc/Makefile.am: (CPU_DOCS): Add c-xstormy16.texi. diff --git a/gas/configure.tgt b/gas/configure.tgt index 7f7f611..a171a32 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -81,14 +81,7 @@ case ${cpu} in sparclite*) cpu_type=sparc arch=sparclite ;; sparc*) cpu_type=sparc arch=sparclite ;; # ??? See tc-sparc.c. v850*) cpu_type=v850 ;; - x86_64*) - cpu_type=i386 - if [ x"$vendor" = xx32 ]; then - arch=x86_64:32 - else - arch=x86_64 - fi - ;; + x86_64*) cpu_type=i386 arch=x86_64;; xtensa*) cpu_type=xtensa arch=xtensa ;; *) cpu_type=${cpu} ;; esac -- cgit v1.1