Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2004-02-29 07:11:49 +0000
committerAlain Magloire2004-02-29 07:11:49 +0000
commit07f291d77805730a625cb18e3112b5339edb4fa4 (patch)
tree97504bea30724e4be4e9f98b701c0d721f03f2a7 /core/org.eclipse.cdt.core/ChangeLog
parente1140e486b06263b813a6aa39aef4e7bc40d1993 (diff)
downloadorg.eclipse.cdt-07f291d77805730a625cb18e3112b5339edb4fa4.tar.gz
org.eclipse.cdt-07f291d77805730a625cb18e3112b5339edb4fa4.tar.xz
org.eclipse.cdt-07f291d77805730a625cb18e3112b5339edb4fa4.zip
Fix the PE parser
Diffstat (limited to 'core/org.eclipse.cdt.core/ChangeLog')
-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 9a825bb600f..2f2f796eadb 100644
--- a/core/org.eclipse.cdt.core/ChangeLog
+++ b/core/org.eclipse.cdt.core/ChangeLog
@@ -1,4 +1,12 @@
2004-02-28 Alain Magloire
+ Fix PE Parser
+
+ * utils/org/eclipse/cdt/utils/coff/Exe.jva
+ * utils/org/eclipse/cdt/utils/coff/PE.java
+ * utils/org/eclipse/cdt/utils/coff/ReadMemoryAccess.java
+ * utils/rg/eclipse/cdt/utils/coff/parser/PEParser.java
+
+2004-02-28 Alain Magloire
New method in ICElement
ICElement.getAncestor(int ancestorType);

Back to the top