summaryrefslogtreecommitdiff
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
commite76fc8608b07f609cbc67d41a9e6c01d9864a733 (patch)
treef18985e2d74472bf1f3ff962c6e6379fa29190e9
parent3a44bd9e95390d6a3a117a69113ac328058073b0 (diff)
downloadgdb-e76fc8608b07f609cbc67d41a9e6c01d9864a733.tar.gz
(BFD32_BACKENDS): Delete elf32-ia64.lo.
(BFD64_BACKENDS): Add elf32-ia64.lo.
-rw-r--r--bfd/ChangeLog6
-rw-r--r--bfd/Makefile.am4
-rw-r--r--bfd/Makefile.in4
3 files changed, 12 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index b15a3d571bf..742848f7d7a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-24 James E Wilson <wilson@specifixinc.com>
+
+ * Makefile.am (BFD32_BACKENDS): Delete elf32-ia64.lo.
+ (BFD64_BACKENDS): Add elf32-ia64.lo.
+ * Makefile.in: Regenerate.
+
2005-03-23 Eric Christopher <echristo@redhat.com>
* elfxx-mips.c (MIPS_ELF_READONLY_SECTION): New.
diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index ae1c62f4884..62dacc9594c 100644
--- a/bfd/Makefile.am
+++ b/bfd/Makefile.am
@@ -237,7 +237,6 @@ BFD32_BACKENDS = \
elf32-i386.lo \
elf32-i860.lo \
elf32-i960.lo \
- elf32-ia64.lo \
elf32-ip2k.lo \
elf32-iq2000.lo \
elf32-m32r.lo \
@@ -509,6 +508,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 \
@@ -519,6 +520,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 \
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 13b836e7da0..2a4020dcb7d 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 \