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]

Re: binutils need to be updated to support additional target


On 1/20/2016 10:45 AM, H.J. Lu wrote:
On Wed, Jan 20, 2016 at 10:32 AM, Ann Lai <ann.lai@oracle.com> wrote:
Hi,

I have made some changes to support additional targets in binutils. I am not
sure what is the process for submitting changes, could you let me know?  My
patch is below.

--- bfd/config.bfd      2015-12-21 14:44:52.467611718 -0800
+++ bfd/config.bfd      2015-12-21 14:48:28.692616591 -0800
@@ -526,13 +526,13 @@
    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"
+    targ64_selvecs="x86_64_elf64_sol2_vec l1om_elf64_vec k1om_elf64_vec
i386_pe_vec x86_64_pe_vec x86_64_pei_vec i386_pei_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_pe_vec x86_64_pe_vec x86_64_pei_vec i386_pei_vec"
      want64=true
      ;;
Please open a binutils report with detailed description of your
problem.
Thanks. I have created Bug 19501 - binutils should be updated to support additional target.


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