bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/19501] New: binutils should be updated to support addition


From: ann.lai at oracle dot com
Subject: [Bug binutils/19501] New: binutils should be updated to support additional target
Date: Wed, 20 Jan 2016 19:02:18 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=19501

            Bug ID: 19501
           Summary: binutils should be updated to support additional
                    target
           Product: binutils
           Version: 2.25
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: ann.lai at oracle dot com
  Target Milestone: ---

This is an enhancement.  The existing objcopy should be updated to support
additional targets.

Current supporting targets:
/usr/gnu/bin/objcopy: supported targets: elf32-i386-sol2 coff-i386
elf64-x86-64-sol2 elf64-l1om elf64-k1om elf64-little elf64-big elf32-little
elf32-big plugin srec symbolsrec verilog tekhex binary ihex

New list of targets:
objcopy: supported targets: elf32-i386-sol2 coff-i386 elf64-x86-64-sol2
elf64-l1om elf64-k1om pe-i386 pe-x86-64 pei-x86-64 pei-i386 elf64-little
elf64-big elf32-little elf32-big plugin srec symbolsrec verilog tekhex binary
ihex

Proposed change:
--- 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
     ;;
 #endif

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]