BFD: include pei/coff targets in solaris/illumos platform target list
H.J. Lu
hjl.tools@gmail.com
Tue Sep 29 22:52:00 GMT 2015
On Tue, Sep 29, 2015 at 3:49 PM, Toomas Soome <tsoome@me.com> wrote:
>
> hi!
>
> as for UEFI binaries are spreading, would like to get pei/coff targets added to default list for solaris/illumos platform for bfd module as listed in this diff:
>
> --- binutils-2.25.1/bfd/config.bfd T okt 14 10:32:02 2014
> +++ ../binutils-2.25.1/bfd/config.bfd N sept 17 16:38:56 2015
> @@ -525,14 +525,14 @@
> ;;
> i[3-7]86-*-solaris2*)
> targ_defvec=i386_elf32_sol2_vec
> - targ_selvecs="i386_coff_vec"
> - targ64_selvecs="x86_64_elf64_sol2_vec l1om_elf64_vec k1om_elf64_vec"
> + targ_selvecs="i386_pei_vec i386_coff_vec"
> + targ64_selvecs="x86_64_elf64_sol2_vec x86_64_pei_vec l1om_elf64_vec k1om_elf64_vec"
> want64=true
> ;;
> #ifdef BFD64
> x86_64-*-solaris2*)
> targ_defvec=i386_elf32_sol2_vec
> - targ_selvecs="x86_64_elf64_sol2_vec l1om_elf64_vec k1om_elf64_vec i386_coff_vec"
> + targ_selvecs="x86_64_elf64_sol2_vec l1om_elf64_vec k1om_elf64_vec i386_coff_vec i386_pei_vec x86_64_pei_vec"
> want64=true
> ;;
> #endif
>
OK.
Thanks.
--
H.J.
More information about the Binutils
mailing list