2005-03-22 James E Wilson * Makefile.am (BFD32_BACKENDS): Delete elf32-ia64.lo. (BFD64_BACKENDS): Add elf32-ia64.lo. * Makefile.in: Regenerate. Index: Makefile.am =================================================================== RCS file: /cvs/src/src/bfd/Makefile.am,v retrieving revision 1.149 diff -p -p -r1.149 Makefile.am *** Makefile.am 2 Mar 2005 09:03:48 -0000 1.149 --- Makefile.am 23 Mar 2005 04:30:13 -0000 *************** BFD32_BACKENDS = \ *** 237,243 **** elf32-i386.lo \ elf32-i860.lo \ elf32-i960.lo \ - elf32-ia64.lo \ elf32-ip2k.lo \ elf32-iq2000.lo \ elf32-m32r.lo \ --- 237,242 ---- *************** BFD32_BACKENDS_CFILES = \ *** 509,514 **** --- 508,515 ---- # The .o files needed by all of the 64 bit vectors that are configured into # target_vector in targets.c if configured with --enable-targets=all # and --enable-64-bit-bfd. + # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in + # BFD32_BACKENDS. BFD64_BACKENDS = \ aix5ppc-core.lo \ aout64.lo \ *************** BFD64_BACKENDS = \ *** 519,524 **** --- 520,526 ---- elf64-x86-64.lo \ elf64-alpha.lo \ elf64-hppa.lo \ + elf32-ia64.lo \ elf64-ia64.lo \ elf64-gen.lo \ elfn32-mips.lo \ Index: Makefile.in =================================================================== RCS file: /cvs/src/src/bfd/Makefile.in,v retrieving revision 1.163 diff -p -p -r1.163 Makefile.in *** Makefile.in 2 Mar 2005 09:03:50 -0000 1.163 --- Makefile.in 23 Mar 2005 04:30:13 -0000 *************** BFD32_BACKENDS = \ *** 476,482 **** elf32-i386.lo \ elf32-i860.lo \ elf32-i960.lo \ - elf32-ia64.lo \ elf32-ip2k.lo \ elf32-iq2000.lo \ elf32-m32r.lo \ --- 476,481 ---- *************** BFD32_BACKENDS_CFILES = \ *** 749,754 **** --- 748,755 ---- # The .o files needed by all of the 64 bit vectors that are configured into # target_vector in targets.c if configured with --enable-targets=all # and --enable-64-bit-bfd. + # elf32-ia64.c requires a 64-bit bfd_vma, and hence can not be put in + # BFD32_BACKENDS. BFD64_BACKENDS = \ aix5ppc-core.lo \ aout64.lo \ *************** BFD64_BACKENDS = \ *** 759,764 **** --- 760,766 ---- elf64-x86-64.lo \ elf64-alpha.lo \ elf64-hppa.lo \ + elf32-ia64.lo \ elf64-ia64.lo \ elf64-gen.lo \ elfn32-mips.lo \