bfd/config.bfd use of ifdef BFD64 for sh target

H. J. Lu hjl@lucon.org
Mon Aug 5 19:00:00 GMT 2002


On Mon, Aug 05, 2002 at 06:47:47PM -0700, Clarke, Stephen wrote:
> 
> I've been puzzling over the following lines in bfd/config.bfd for a
> while:
> 
>   sh-*-elf* | sh[1234]*-elf* | sh-*-rtemself*)
>     targ_defvec=bfd_elf32_sh_vec
>     targ_selvecs="bfd_elf32_shl_vec shcoff_vec shlcoff_vec shcoff_small_vec shlcoff_small_vec"
> #ifdef BFD64
>     targ_selvecs="${targ_selvecs} bfd_elf32_sh64_vec bfd_elf32_sh64l_vec bfd_elf64_sh64_vec bfd_elf64_sh64l_vec"
> #endif
>     targ_underscore=yes
>     ;;
> 
> I'm trying to understand the purpose of the #ifdef here.

I think you can safely remove them. See i[3456]86-*-linux-gnu*.



H.J.



More information about the Binutils mailing list