aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-12-06 22:14:30 +0000
committerIan Lance Taylor <ian@airs.com>1998-12-06 22:14:30 +0000
commit859a615e589069b5f8dcdfa29f869a30102b3254 (patch)
treea8d58e338836e8783637ce901fa5cef743c4c1be /bfd/ChangeLog
parentfa06287137f04f68eb864d8347cf23366b12f87d (diff)
downloadgdb-859a615e589069b5f8dcdfa29f869a30102b3254.zip
gdb-859a615e589069b5f8dcdfa29f869a30102b3254.tar.gz
gdb-859a615e589069b5f8dcdfa29f869a30102b3254.tar.bz2
* bfd-in.h: Always define BFD_HOST_64_BIT and BFD_HOST_U_64_BIT if
possible, rather than only if BFD64. * elflink.h (compute_bucket_count): Just check BFD_HOST_U_64_BIT, not __GNUC__. * bfd-in2.h: Rebuild.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 091f6d5..07f7b50 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,11 @@
Sun Dec 6 16:30:33 1998 Ian Lance Taylor <ian@cygnus.com>
+ * bfd-in.h: Always define BFD_HOST_64_BIT and BFD_HOST_U_64_BIT if
+ possible, rather than only if BFD64.
+ * elflink.h (compute_bucket_count): Just check BFD_HOST_U_64_BIT,
+ not __GNUC__.
+ * bfd-in2.h: Rebuild.
+
* srec.c (srec_set_section_contents): Correct test to avoid
switching to 4 byte addresses after seeing a second section which
requires 3 byte addresses. From Joel Schantz