PA64 linker patch

Jeffrey A Law law@cygnus.com
Thu May 18 09:49:00 GMT 2000


This enables the PA64 ELF Linker when configured for hppa*64-*-*.

        * configure.tgt (hppa*64*-*-*): Enable PA64 target.

Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/ld/configure.tgt,v
retrieving revision 1.28
diff -c -3 -p -r1.28 configure.tgt
*** configure.tgt	2000/04/25 17:21:28	1.28
--- configure.tgt	2000/05/18 16:47:38
*************** m68*-hp*-netbsd*)	targ_emul=m68k4knbsd ;
*** 203,209 ****
  m68*-*-netbsd*)		targ_emul=m68knbsd ;;
  m68*-*-psos*)		targ_emul=m68kpsos ;;
  m68*-*-rtems*)		targ_emul=m68kcoff ;;
! #hppa*w*-*)		targ_emul=elf64hppa ;;
  hppa*-*-*elf*)		targ_emul=hppaelf ;;
  hppa*-*-linux-gnu*)	targ_emul=hppaelf ;;
  hppa*-*-lites*)		targ_emul=hppaelf ;;
--- 203,209 ----
  m68*-*-netbsd*)		targ_emul=m68knbsd ;;
  m68*-*-psos*)		targ_emul=m68kpsos ;;
  m68*-*-rtems*)		targ_emul=m68kcoff ;;
! hppa*64*-*)		targ_emul=elf64hppa ;;
  hppa*-*-*elf*)		targ_emul=hppaelf ;;
  hppa*-*-linux-gnu*)	targ_emul=hppaelf ;;
  hppa*-*-lites*)		targ_emul=hppaelf ;;




More information about the Binutils mailing list