1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-21 15:23:59 +02:00
This commit is contained in:
Alain Magloire 2003-11-20 19:42:12 +00:00
parent f9b97a95f4
commit 0865df6aef

View file

@ -1,3 +1,14 @@
2003-11-20 Alain Magloire
Changes to the binaryParser.
To allow getting linenumber on the offset address of a symbol.
* src/org/eclipse/cdt/IBinaryParser.java
* utils/org/eclipse/cdt/utils/coff/parser/BinaryObject.java
* utils/org/eclipse/cdt/utils/coff/parser/Symbol.java
* utils/org/eclipse/cdt/utils/elf/parser/BinaryObject.java
* utils/org/eclipse/cdt/utils/elf/parser/Symbol.java
2003-11-20 Alain Magloire
Only use JDK-1.3 methods.