aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-03-24 09:26:27 +0000
committerNick Clifton <nickc@redhat.com>2005-03-24 09:26:27 +0000
commit074d327a4cbe4c570648a068c8ae4dc0d1d7dabd (patch)
treed38bb5b09eb318abbd63ee5d19069ca48892ec99 /bfd/Makefile.in
parentcce0efb55e75ff1caac4f6037744ccd0c9c8cdde (diff)
downloadgdb-074d327a4cbe4c570648a068c8ae4dc0d1d7dabd.zip
gdb-074d327a4cbe4c570648a068c8ae4dc0d1d7dabd.tar.gz
gdb-074d327a4cbe4c570648a068c8ae4dc0d1d7dabd.tar.bz2
(BFD32_BACKENDS): Delete elf32-ia64.lo.
(BFD64_BACKENDS): Add elf32-ia64.lo.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r--bfd/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 13b836e..2a4020d 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -476,7 +476,6 @@ BFD32_BACKENDS = \
elf32-i386.lo \
elf32-i860.lo \
elf32-i960.lo \
- elf32-ia64.lo \
elf32-ip2k.lo \
elf32-iq2000.lo \
elf32-m32r.lo \
@@ -749,6 +748,8 @@ BFD32_BACKENDS_CFILES = \
# 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 \
@@ -759,6 +760,7 @@ BFD64_BACKENDS = \
elf64-x86-64.lo \
elf64-alpha.lo \
elf64-hppa.lo \
+ elf32-ia64.lo \
elf64-ia64.lo \
elf64-gen.lo \
elfn32-mips.lo \