Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-06-17 17:37:23 +0400
committerJakub Jelinek <jakub@redhat.com>2005-06-17 17:37:23 +0400
commit2778b3e2b6de5c6930f7e4edc0e73bc4d1f93bd5 (patch)
treea9985f4fd442b5a7ee1b60365bd71b18bd0191c0 /include/ChangeLog
parent29b111ce59d642f3e4d666b12e93e2c05d8fdb85 (diff)
* elf/external.h (GRP_ENTRY_SIZE): Define.
* readelf.c (CHECK_ENTSIZE_VALUES, CHECK_ENTSIZE): Define. (process_section_headers): Use it. (process_relocs): Don't crash if symsec is not SHT_SYMTAB or SHT_DYNSYM. (process_version_sections): Use sizeof (Elf_External_Versym) instead of sh_entsize.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 54d7f070c..fab3d9ca2 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2005-06-17 Jakub Jelinek <jakub@redhat.com>
+
+ * elf/external.h (GRP_ENTRY_SIZE): Define.
+
2005-06-08 Zack Weinberg <zack@codesourcery.com>
* dis-asm.h (get_arm_regnames): Update prototype.