Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2004-09-21 18:40:44 +0000
committerDavid Inglis2004-09-21 18:40:44 +0000
commit24cdf54262129f2995e009c581400dc2bfa4d337 (patch)
tree8b7ab16955578f86a9d6ff0f85514dac15efe3b4 /core/org.eclipse.cdt.core/ChangeLog
parent726c0f77b1a120a038bdd316247040e054803e0c (diff)
downloadorg.eclipse.cdt-24cdf54262129f2995e009c581400dc2bfa4d337.tar.gz
org.eclipse.cdt-24cdf54262129f2995e009c581400dc2bfa4d337.tar.xz
org.eclipse.cdt-24cdf54262129f2995e009c581400dc2bfa4d337.zip
major binary parser cleanup see change log
Diffstat (limited to 'core/org.eclipse.cdt.core/ChangeLog')
-rw-r--r--core/org.eclipse.cdt.core/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog
index c1267133c20..a60abfda180 100644
--- a/core/org.eclipse.cdt.core/ChangeLog
+++ b/core/org.eclipse.cdt.core/ChangeLog
@@ -1,3 +1,13 @@
+2004-09-21 David Inglis
+
+ Lots of changes to the binary parsers
+ - major clean up
+ - remove lots of duplication
+ - reuse of AR class
+ - common GnuToolsFactory
+ - fixed IBinaryExecutable/IBinaryShared implementors
+ - improved symbol loading preformance for gnu type parsers.
+
2004-09-15 Alain Magloire
Jumbo patch from Artyom Kuanbekov

Back to the top