1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

updated the entry logs

This commit is contained in:
Alain Magloire 2004-01-13 20:33:43 +00:00
parent 9372319dd3
commit 613c100d78

View file

@ -1,3 +1,11 @@
2004-01-13 Alain Magloire
Small fix on in the elf parser, we have to check for
Elf.Symbol.SHN_HIPROC, Elf.Symbol.SHN_LOPROC
that the st_shndx field is not is in this range.
* utils/org/eclipse/cdt/utils/elf/ElfHelper.java
2004-1-5 David Inglis
PR 49851