From 01deaa0d8bc07279acf1e490fa4885f9622d5c2b Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Wed, 17 Dec 2003 01:53:48 +0000 Subject: [PATCH] updated the log --- core/org.eclipse.cdt.core/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index cfa88568572..396edb3dfbf 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,12 @@ +2003-12-16 Alain Magloire + + PR 48921. + On windows, Object files (*.o) does not have a + particular signature we have to compare to the known + CPU flags part of COFF + + * utils/org/eclipse/cdt/utils/coff/parser/PEParser.java + 2003-12-15 Alain Magloire Patch from Thomas F.