* Makefile.am (BFD32_BACKENDS): Remove elf32-score and

elf32-score7 files.
        (BFD32_BACKEND_CFILES): Likewise.
        (BFD64_BACKENDS): Add elf32-score and elf32-score7 files.
        (BFD64_BACKENDS_CFILES): Likewise.
        * Makefile.in: Regenerate.
        * config.bfd: More Score targets into BFD64 list.
        * configure.in: Move score vectors to 64-bit list.
        * targets.c: Likewise.

        * score-dis.c: Only compile when 64-bit bfds are enabled.
This commit is contained in:
Nick Clifton
2009-03-18 16:58:33 +00:00
parent 89ecc4f5e7
commit 02b1cb404a
7 changed files with 40 additions and 26 deletions

View File

@ -1192,14 +1192,12 @@ case "${targ}" in
targ_defvec=bfd_elf64_s390_vec
want64=true
;;
#endif
score*-*-elf*)
targ_defvec=bfd_elf32_bigscore_vec
targ_selvecs=bfd_elf32_littlescore_vec
;;
#ifdef BFD64
sh64l*-*-elf*)
targ_defvec=bfd_elf32_sh64l_vec
targ_selvecs="bfd_elf32_sh64_vec bfd_elf64_sh64l_vec bfd_elf64_sh64_vec bfd_elf32_shl_vec bfd_elf32_sh_vec"