diff options
| author | Roland McGrath <[email protected]> | 2008-09-30 06:35:35 +0000 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2008-09-30 06:35:35 +0000 |
| commit | 9cf28e4f899f97ecdc983a0af8e2be62f3d69058 (patch) | |
| tree | df4ddf5910d2854a66e71081fd4753acb1ebd6d8 /libelf/ChangeLog | |
| parent | bb48a2702b6db50614fbbf08b02a1c7d83e28ecf (diff) | |
libdwfl/
2008-09-29 Roland McGrath <[email protected]>
* segment.c (insert): Must realloc DWFL->lookup_module here too.
(dwfl_report_segment): Clear DWFL->lookup_module before insert calls.
Diffstat (limited to 'libelf/ChangeLog')
| -rw-r--r-- | libelf/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libelf/ChangeLog b/libelf/ChangeLog index d258de8d..18c34fcc 100644 --- a/libelf/ChangeLog +++ b/libelf/ChangeLog @@ -1,3 +1,9 @@ +2008-08-27 Roland McGrath <[email protected]> + + * elf_begin.c (get_shnum): Avoid misaligned reads for matching endian. + + * libelfP.h [!ALLOW_UNALIGNED] (__libelf_type_align): Fix CLASS index. + 2008-08-25 Roland McGrath <[email protected]> * Makefile.am (libelf_so_LDLIBS): New variable. |
