diff options
| author | Roland McGrath <[email protected]> | 2009-08-26 02:26:34 -0700 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2009-08-26 02:27:19 -0700 |
| commit | 241696467caa087278576291cb3b89693668df0b (patch) | |
| tree | 23132315a7fcbc856ded416ae2883abd3637b52b /libdwfl/ChangeLog | |
| parent | ae1d7dc16530898192929ea2a8faea803282a3b3 (diff) | |
libdwfl: Support automatic decompression of files in XZ format.
Diffstat (limited to 'libdwfl/ChangeLog')
| -rw-r--r-- | libdwfl/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog index ddfd3259..46c70b30 100644 --- a/libdwfl/ChangeLog +++ b/libdwfl/ChangeLog @@ -1,5 +1,12 @@ 2009-08-26 Roland McGrath <[email protected]> + * open.c [USE_LZMA]: Try __libdw_unlzma. + * libdwflP.h: Declare it. + (DWFL_ERRORS): Add DWFL_E_LZMA. + * gzip.c [LZMA]: Implement liblzma version for XZ file format. + * lzma.c: New file. + * Makefile.am [LZMA] (libdwfl_a_SOURCES): Add it. + * gzip.c (mapped_zImage): Limit scan to 32kb. Make this unconditional, support bzip2 kernel images too. (unzip): Use direct inflate method for non-mmap case too. |
