mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-06 15:38:45 +08:00
Revert x86_64-x32-* change.
gas/ 2011-06-20 H.J. Lu <hongjiu.lu@intel.com> * configure.tgt: Revert x32 change. ld/ 2011-06-20 H.J. Lu <hongjiu.lu@intel.com> * configure.tgt: Revert x32 change. ld/testsuite/ 2011-06-20 H.J. Lu <hongjiu.lu@intel.com> * ld-elf/eh1.d: Revert x32 change. * ld-elf/eh2.d: Likewise. * ld-elf/eh3.d: Likewise. * ld-elf/eh4.d: Likewise.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2011-06-20 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* configure.tgt: Revert x32 change.
|
||||||
|
|
||||||
2011-06-20 Nick Clifton <nickc@redhat.com>
|
2011-06-20 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* doc/Makefile.am: (CPU_DOCS): Add c-xstormy16.texi.
|
* doc/Makefile.am: (CPU_DOCS): Add c-xstormy16.texi.
|
||||||
|
@ -81,14 +81,7 @@ case ${cpu} in
|
|||||||
sparclite*) cpu_type=sparc arch=sparclite ;;
|
sparclite*) cpu_type=sparc arch=sparclite ;;
|
||||||
sparc*) cpu_type=sparc arch=sparclite ;; # ??? See tc-sparc.c.
|
sparc*) cpu_type=sparc arch=sparclite ;; # ??? See tc-sparc.c.
|
||||||
v850*) cpu_type=v850 ;;
|
v850*) cpu_type=v850 ;;
|
||||||
x86_64*)
|
x86_64*) cpu_type=i386 arch=x86_64;;
|
||||||
cpu_type=i386
|
|
||||||
if [ x"$vendor" = xx32 ]; then
|
|
||||||
arch=x86_64:32
|
|
||||||
else
|
|
||||||
arch=x86_64
|
|
||||||
fi
|
|
||||||
;;
|
|
||||||
xtensa*) cpu_type=xtensa arch=xtensa ;;
|
xtensa*) cpu_type=xtensa arch=xtensa ;;
|
||||||
*) cpu_type=${cpu} ;;
|
*) cpu_type=${cpu} ;;
|
||||||
esac
|
esac
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2011-06-20 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* configure.tgt: Revert x32 change.
|
||||||
|
|
||||||
2011-06-20 Jakub Jelinek <jakub@redhat.com>
|
2011-06-20 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
PR ld/12570
|
PR ld/12570
|
||||||
|
@ -190,11 +190,6 @@ i[3-7]86-*-linux-*) targ_emul=elf_i386
|
|||||||
targ64_extra_libpath=elf_x86_64
|
targ64_extra_libpath=elf_x86_64
|
||||||
targ_extra_libpath=elf32_x86_64
|
targ_extra_libpath=elf32_x86_64
|
||||||
tdir_i386linux=${targ_alias}aout ;;
|
tdir_i386linux=${targ_alias}aout ;;
|
||||||
x86_64-x32-linux-*) targ_emul=elf32_x86_64
|
|
||||||
targ_extra_emuls="elf_x86_64 elf_i386 i386linux elf_l1om"
|
|
||||||
targ_extra_libpath="elf_i386 elf_x86_64 elf_l1om"
|
|
||||||
tdir_i386linux=`echo ${targ_alias}aout | sed -e 's/x86_64/i386/'`
|
|
||||||
tdir_elf_i386=`echo ${targ_alias} | sed -e 's/x86_64/i386/'` ;;
|
|
||||||
x86_64-*-linux-*) targ_emul=elf_x86_64
|
x86_64-*-linux-*) targ_emul=elf_x86_64
|
||||||
targ_extra_emuls="elf32_x86_64 elf_i386 i386linux elf_l1om"
|
targ_extra_emuls="elf32_x86_64 elf_i386 i386linux elf_l1om"
|
||||||
targ_extra_libpath="elf_i386 elf32_x86_64 elf_l1om"
|
targ_extra_libpath="elf_i386 elf32_x86_64 elf_l1om"
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
2011-06-20 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
* ld-elf/eh1.d: Revert x32 change.
|
||||||
|
* ld-elf/eh2.d: Likewise.
|
||||||
|
* ld-elf/eh3.d: Likewise.
|
||||||
|
* ld-elf/eh4.d: Likewise.
|
||||||
|
|
||||||
2011-06-20 Jakub Jelinek <jakub@redhat.com>
|
2011-06-20 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
PR ld/12570
|
PR ld/12570
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
#source: eh1a.s
|
#source: eh1a.s
|
||||||
#ld:
|
#ld:
|
||||||
#readelf: -wf
|
#readelf: -wf
|
||||||
#notarget: x86_64-x32-*
|
|
||||||
#target: x86_64-*-*
|
#target: x86_64-*-*
|
||||||
|
|
||||||
Contents of the .eh_frame section:
|
Contents of the .eh_frame section:
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
#source: eh2a.s
|
#source: eh2a.s
|
||||||
#ld:
|
#ld:
|
||||||
#readelf: -wf
|
#readelf: -wf
|
||||||
#notarget: x86_64-x32-*
|
|
||||||
#target: x86_64-*-*
|
#target: x86_64-*-*
|
||||||
|
|
||||||
Contents of the .eh_frame section:
|
Contents of the .eh_frame section:
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
#source: eh3a.s
|
#source: eh3a.s
|
||||||
#ld:
|
#ld:
|
||||||
#readelf: -wf
|
#readelf: -wf
|
||||||
#notarget: x86_64-x32-*
|
|
||||||
#target: x86_64-*-*
|
#target: x86_64-*-*
|
||||||
|
|
||||||
Contents of the .eh_frame section:
|
Contents of the .eh_frame section:
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
#source: eh4a.s
|
#source: eh4a.s
|
||||||
#ld: -shared
|
#ld: -shared
|
||||||
#readelf: -wf
|
#readelf: -wf
|
||||||
#notarget: x86_64-x32-*
|
|
||||||
#target: x86_64-*-*
|
#target: x86_64-*-*
|
||||||
|
|
||||||
Contents of the .eh_frame section:
|
Contents of the .eh_frame section:
|
||||||
|
Reference in New Issue
Block a user