Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(471)

Side by Side Diff: bfd/config.bfd

Issue 10365030: Configure gdb for nacl target (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@nacl-stub
Patch Set: 80 symbols Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | gdb/configure.tgt » ('j') | gdb/configure.tgt » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # config.bfd 1 # config.bfd
2 # Convert a canonical host type into a BFD host type. 2 # Convert a canonical host type into a BFD host type.
3 # Set shell variable targ to canonical target name, and run 3 # Set shell variable targ to canonical target name, and run
4 # using ``. config.bfd''. 4 # using ``. config.bfd''.
5 # Sets the following shell variables: 5 # Sets the following shell variables:
6 # targ_defvec Default vector for this target 6 # targ_defvec Default vector for this target
7 # targ_selvecs Vectors to build for this target 7 # targ_selvecs Vectors to build for this target
8 # targ64_selvecs Vectors to build if --enable-64-bit-bfd is given 8 # targ64_selvecs Vectors to build if --enable-64-bit-bfd is given
9 # or if host is 64 bit. 9 # or if host is 64 bit.
10 # targ_archs Architectures for this target 10 # targ_archs Architectures for this target
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 targ_underscore=yes 566 targ_underscore=yes
567 ;; 567 ;;
568 i[3-7]86-*-linux-*) 568 i[3-7]86-*-linux-*)
569 targ_defvec=bfd_elf32_i386_vec 569 targ_defvec=bfd_elf32_i386_vec
570 targ_selvecs="i386linux_vec i386pei_vec" 570 targ_selvecs="i386linux_vec i386pei_vec"
571 targ64_selvecs="bfd_elf64_x86_64_vec bfd_elf32_x86_64_vec bfd_elf64_l1om_vec bfd_elf64_k1om_vec" 571 targ64_selvecs="bfd_elf64_x86_64_vec bfd_elf32_x86_64_vec bfd_elf64_l1om_vec bfd_elf64_k1om_vec"
572 ;; 572 ;;
573 i[3-7]86-*-nacl*) 573 i[3-7]86-*-nacl*)
574 targ_defvec=bfd_elf32_i386_nacl_vec 574 targ_defvec=bfd_elf32_i386_nacl_vec
575 targ_selvecs="bfd_elf32_i386_vec" 575 targ_selvecs="bfd_elf32_i386_vec"
576 targ64_selvecs="bfd_elf64_x86_64_vec bfd_elf32_x86_64_vec bfd_elf64_l1om_vec bfd_elf64_k1om_vec"
eaeltsin 2012/05/05 16:20:47 We probably don't need this target.
halyavin 2012/05/10 09:23:31 Done.
576 ;; 577 ;;
577 #ifdef BFD64 578 #ifdef BFD64
578 x86_64-*-darwin*) 579 x86_64-*-darwin*)
579 targ_defvec=mach_o_x86_64_vec 580 targ_defvec=mach_o_x86_64_vec
580 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" 581 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"
581 targ_archs="$targ_archs bfd_powerpc_arch bfd_rs6000_arch" 582 targ_archs="$targ_archs bfd_powerpc_arch bfd_rs6000_arch"
582 want64=true 583 want64=true
583 ;; 584 ;;
584 x86_64-*-dicos*) 585 x86_64-*-dicos*)
585 targ_defvec=bfd_elf64_x86_64_vec 586 targ_defvec=bfd_elf64_x86_64_vec
(...skipping 13 matching lines...) Expand all
599 x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu) 600 x86_64-*-freebsd* | x86_64-*-kfreebsd*-gnu)
600 targ_defvec=bfd_elf64_x86_64_freebsd_vec 601 targ_defvec=bfd_elf64_x86_64_freebsd_vec
601 targ_selvecs="bfd_elf32_i386_freebsd_vec i386coff_vec i386pei_vec x86_64pei_ vec bfd_elf32_i386_vec bfd_elf64_x86_64_vec bfd_elf64_l1om_vec bfd_elf64_l1om_fr eebsd_vec bfd_elf64_k1om_vec bfd_elf64_k1om_freebsd_vec" 602 targ_selvecs="bfd_elf32_i386_freebsd_vec i386coff_vec i386pei_vec x86_64pei_ vec bfd_elf32_i386_vec bfd_elf64_x86_64_vec bfd_elf64_l1om_vec bfd_elf64_l1om_fr eebsd_vec bfd_elf64_k1om_vec bfd_elf64_k1om_freebsd_vec"
602 want64=true 603 want64=true
603 ;; 604 ;;
604 x86_64-*-netbsd* | x86_64-*-openbsd*) 605 x86_64-*-netbsd* | x86_64-*-openbsd*)
605 targ_defvec=bfd_elf64_x86_64_vec 606 targ_defvec=bfd_elf64_x86_64_vec
606 targ_selvecs="bfd_elf32_i386_vec i386netbsd_vec i386coff_vec i386pei_vec x86 _64pei_vec bfd_elf64_l1om_vec bfd_elf64_k1om_vec" 607 targ_selvecs="bfd_elf32_i386_vec i386netbsd_vec i386coff_vec i386pei_vec x86 _64pei_vec bfd_elf64_l1om_vec bfd_elf64_k1om_vec"
607 want64=true 608 want64=true
608 ;; 609 ;;
609 x86_64-*-linux-*) 610 x86_64-*-linux-* | x86_64-*-nacl*)
610 targ_defvec=bfd_elf64_x86_64_vec 611 targ_defvec=bfd_elf64_x86_64_vec
611 targ_selvecs="bfd_elf32_i386_vec bfd_elf32_x86_64_vec i386linux_vec i386pei_ vec x86_64pei_vec bfd_elf64_l1om_vec bfd_elf64_k1om_vec" 612 targ_selvecs="bfd_elf32_i386_vec bfd_elf32_x86_64_vec i386linux_vec i386pei_ vec x86_64pei_vec bfd_elf64_l1om_vec bfd_elf64_k1om_vec"
612 want64=true 613 want64=true
613 ;; 614 ;;
614 x86_64-*-mingw* | x86_64-*-pe | x86_64-*-pep) 615 x86_64-*-mingw* | x86_64-*-pe | x86_64-*-pep)
615 targ_defvec=x86_64pe_vec 616 targ_defvec=x86_64pe_vec
616 targ_selvecs="x86_64pe_vec x86_64pei_vec bfd_elf64_x86_64_vec bfd_elf64_l1om _vec bfd_elf64_k1om_vec i386pe_vec i386pei_vec bfd_elf32_i386_vec" 617 targ_selvecs="x86_64pe_vec x86_64pei_vec bfd_elf64_x86_64_vec bfd_elf64_l1om _vec bfd_elf64_k1om_vec i386pe_vec i386pei_vec bfd_elf32_i386_vec"
617 want64=true 618 want64=true
618 targ_underscore=no 619 targ_underscore=no
619 ;; 620 ;;
(...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after
1625 targ_archs="$targ_archs bfd_l1om_arch" 1626 targ_archs="$targ_archs bfd_l1om_arch"
1626 ;; 1627 ;;
1627 esac 1628 esac
1628 1629
1629 # If we support Intel K1OM target, then add support for bfd_k1om_arch. 1630 # If we support Intel K1OM target, then add support for bfd_k1om_arch.
1630 case "${targ_defvec} ${targ_selvecs}" in 1631 case "${targ_defvec} ${targ_selvecs}" in
1631 *bfd_elf64_k1om_vec*) 1632 *bfd_elf64_k1om_vec*)
1632 targ_archs="$targ_archs bfd_k1om_arch" 1633 targ_archs="$targ_archs bfd_k1om_arch"
1633 ;; 1634 ;;
1634 esac 1635 esac
OLDNEW
« no previous file with comments | « no previous file | gdb/configure.tgt » ('j') | gdb/configure.tgt » ('J')

Powered by Google App Engine
This is Rietveld 408576698