Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorAlain Magloire2004-01-13 20:33:43 +0000
committerAlain Magloire2004-01-13 20:33:43 +0000
commit613c100d78aa914aa05278dc52ec469d3ecd1cf8 (patch)
tree84e2284acce6d11a671d5fa51859b470e45ba6df /core
parent9372319dd3f5150992893728bf74e28bb2b78d1f (diff)
downloadorg.eclipse.cdt-613c100d78aa914aa05278dc52ec469d3ecd1cf8.tar.gz
org.eclipse.cdt-613c100d78aa914aa05278dc52ec469d3ecd1cf8.tar.xz
org.eclipse.cdt-613c100d78aa914aa05278dc52ec469d3ecd1cf8.zip
updated the entry logs
Diffstat (limited to 'core')
-rw-r--r--core/org.eclipse.cdt.core/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog
index 5fb69bf1934..5e510d08578 100644
--- a/core/org.eclipse.cdt.core/ChangeLog
+++ b/core/org.eclipse.cdt.core/ChangeLog
@@ -1,3 +1,11 @@
+2004-01-13 Alain Magloire
+
+ Small fix on in the elf parser, we have to check for
+ Elf.Symbol.SHN_HIPROC, Elf.Symbol.SHN_LOPROC
+ that the st_shndx field is not is in this range.
+
+ * utils/org/eclipse/cdt/utils/elf/ElfHelper.java
+
2004-1-5 David Inglis
PR 49851

Back to the top