From c9824e6591470ee5cd71089fdee3ee0b2381e722 Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Tue, 11 Mar 2003 20:03:22 +0000 Subject: [PATCH] updated --- 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 3a442ca606d..573b4444e9b 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,12 @@ +2003-03-11 Alain Magloire + + * utils/org/eclipse/cdt/utils/elf/Elf.java (Symbol:getLineInfo): + The address value may not align with the debug information, for example when + adding Profiling etc .. we try to get the nearest symbol as a fallback. + We've seen this behaviour on PPC and ARM boards. + * utils/org/eclipse/cdt/utils/CPPFilt.java: + Remove unused fields. + 2003-02-26 Alain Magloire The second part to finish the cdt-core-home/docs/binaryparser.html