diff --git a/core/org.eclipse.cdt.core/ChangeLog b/core/org.eclipse.cdt.core/ChangeLog index b17d1969589..6daf62afc63 100644 --- a/core/org.eclipse.cdt.core/ChangeLog +++ b/core/org.eclipse.cdt.core/ChangeLog @@ -1,3 +1,16 @@ +2002-10-25 Alain Magloire + + The debugger needs to know the endian of a binary. For example + int the memory view, to do format. + + * model/.../model/IBinary (isLittleEndian): New method + returns the endian. + * model/.../internal/core/model/Binary.java (isLittleEndian): New method. + * model/.../internal/core/model/BinaryInfo.java (isLittleEndian): New + method implemented by calling Elf. + * utils/.../utils/elf/Elf.java (Elf.Attribute.isLittleEndian): New + method return the endian. + 2002-10-23 Alain Magloire * src/.../core/resource/ACBuilder.java (mapMarkerSeverity):