mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-13 15:05:46 +00:00
* config.bfd (powerpc-*-aix*): New target; use rs6000.mt.
This commit is contained in:
parent
34632537e0
commit
ce8f1f60b7
@ -1,6 +1,6 @@
|
||||
Mon Mar 28 12:53:27 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
|
||||
|
||||
* configure.in (powerpc-*-aix*): New target; use rs6000.mt.
|
||||
* config.bfd (powerpc-*-aix*): New target; use rs6000.mt.
|
||||
* config/rs6000.mt (SELECT_ARCHITECTURES): Add bfd_powerpc_arch.
|
||||
|
||||
* aoutx.h (translate_from_native_sym_flags): Set SEC_RELOC flag
|
||||
|
@ -45,6 +45,7 @@ case "${canon}" in
|
||||
i[34]86-*-lynxos*) bfd_name=i386-lynx ;;
|
||||
i[34]86-*-mach*) bfd_name=i386-mach3 ;;
|
||||
i[34]86-*-osf1mk*) bfd_name=i386-mach3 ;;
|
||||
i[34]86-*-os9k) bfd_name=i386-os9k;;
|
||||
i[34]86-none-*) bfd_name=i386-coff ;;
|
||||
i960-*-vxworks4*) bfd_name=i960-bout ;;
|
||||
i960-*-vxworks5.0) bfd_name=i960-bout ;;
|
||||
@ -88,6 +89,11 @@ case "${canon}" in
|
||||
mips*-*-elf*) bfd_name=mipsbelf ;;
|
||||
# Apparently this is similar enough to 386 mach to use the same target.
|
||||
ns32*-*-mach*) bfd_name=i386-mach3 ;;
|
||||
powerpc-*-aix*) bfd_name=rs6000 ;;
|
||||
powerpc-*-sysv4*) bfd_name=ppc-elf ;;
|
||||
# start-sanitize-powerpc-netware
|
||||
powerpc-*-netware*) bfd_name=ppc-nlm ;;
|
||||
# end-sanitize-powerpc-netware
|
||||
rs6000-*-*) bfd_name=rs6000 ;;
|
||||
sparc-*-lynxos*) bfd_name=sparc-lynx ;;
|
||||
sparc-*-solaris2*) bfd_name=sparc-elf ;;
|
||||
|
Loading…
Reference in New Issue
Block a user