This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[committed/Darwin] Include i386 in x86_64-darwin vectors


Hi,

I am committing this small patch so that x86_64-darwin also includes the i386 mach-o back-end.

Tristan.

bfd/
2009-10-08  Tristan Gingold  <gingold@adacore.com>

* config.bfd: Add bfd_mach_o_i386_vec in x86_64-darwin targ_selvecs.

*** config.bfd 29 Sep 2009 14:17:03 -0000 1.255
--- config.bfd 8 Oct 2009 12:44:44 -0000
***************
*** 606,612 ****
#ifdef BFD64
x86_64-*-darwin*)
targ_defvec=mach_o_le_vec
! targ_selvecs="mach_o_le_vec mach_o_be_vec mach_o_fat_vec pef_vec pef_xlib_vec sym_vec"
targ_archs="bfd_i386_arch bfd_powerpc_arch bfd_rs6000_arch"
want64=true
;;
--- 606,612 ----
#ifdef BFD64
x86_64-*-darwin*)
targ_defvec=mach_o_le_vec
! targ_selvecs="mach_o_i386_vec mach_o_le_vec mach_o_be_vec mach_o_fat_vec pef_vec pef_xlib_vec sym_vec"
targ_archs="bfd_i386_arch bfd_powerpc_arch bfd_rs6000_arch"
want64=true
;;



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]