This is the mail archive of the binutils@sources.redhat.com 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-add bfd_elf64_sparc_vec to 64-bit targets


Hi Guys,

  I am checking in the patch below to re-add the bfd_elf64_sparc_vec
  target to the list of (64-bit) selectable targets.

Cheers
        Nick
        

bfd/ChangeLog
2003-10-06  Nick Clifton  <nickc@redhat.com>

	* targets.c (_bfd_target_vector): Include bfd_elf64_sparc_vec if
	BFD64 is enabled.

Index: bfd/targets.c
===================================================================
RCS file: /cvs/src/src/bfd/targets.c,v
retrieving revision 1.96
diff -c -3 -p -r1.96 targets.c
*** bfd/targets.c	7 Aug 2003 08:38:06 -0000	1.96
--- bfd/targets.c	6 Oct 2003 12:34:29 -0000
*************** static const bfd_target * const _bfd_tar
*** 898,906 ****
  	&bfd_elf64_sh64nbsd_vec,
  	&bfd_elf64_sh64lin_vec,
  	&bfd_elf64_sh64blin_vec,
- #if 0
  	&bfd_elf64_sparc_vec,
- #endif
  	&bfd_elf64_tradbigmips_vec,
  	&bfd_elf64_tradlittlemips_vec,
  	&bfd_elf64_x86_64_vec,
--- 898,904 ----
  


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