aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/ChangeLog
diff options
context:
space:
mode:
authorRichard Earnshaw <rearnsha@arm.com>2005-02-26 15:40:07 +0000
committerRichard Earnshaw <rearnsha@arm.com>2005-02-26 15:40:07 +0000
commit405adf67c7dbaf2503664633681306e8a60d7787 (patch)
treef76f5c6193f10848e611db6bdea137e5a73ad92a /boehm-gc/ChangeLog
parentad4234841e1e956cefe8f92aba88a1b7dc2e9b12 (diff)
* dyn_load.c: On NetBSD, include machine/elf_machdep.h and define
ELFSIZE in terms of ARCH_ELFSIZE (back-ported from gc7.0alpha1). git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@95582 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r--boehm-gc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index 2194ad5863fd..cb49b3a8d543 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-26 Richard Earnshaw <rearnsha@arm.com>
+
+ * dyn_load.c: On NetBSD, include machine/elf_machdep.h and define
+ ELFSIZE in terms of ARCH_ELFSIZE (back-ported from gc7.0alpha1).
+
2005-02-15 Bryce McKinlay <mckinlay@redhat.com>
PR libgcj/19823