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: bfd/config.bfd use of ifdef BFD64 for sh target


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.


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