summaryrefslogtreecommitdiffstats
path: root/libdwfl/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2009-08-26 03:05:50 -0700
committerRoland McGrath <[email protected]>2009-08-26 03:05:50 -0700
commite5a1a8123c4ad0e0df8a66e0d737aafb5ed9d693 (patch)
tree9bdcb008478384931d566baca34507d760111c5e /libdwfl/ChangeLog
parent241696467caa087278576291cb3b89693668df0b (diff)
libdwfl: Support LZMA kernel images.
Diffstat (limited to 'libdwfl/ChangeLog')
-rw-r--r--libdwfl/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog
index 46c70b30..9d2bf8c7 100644
--- a/libdwfl/ChangeLog
+++ b/libdwfl/ChangeLog
@@ -1,5 +1,10 @@
2009-08-26 Roland McGrath <[email protected]>
+ * gzip.c (find_zImage_payload): New function, broken out of ...
+ (mapped_zImage): ... here. Call it.
+ (find_zImage_payload) [LZMA]: Match LZMA-compressed kernels with
+ stupid method of just trying the decoder.
+
* open.c [USE_LZMA]: Try __libdw_unlzma.
* libdwflP.h: Declare it.
(DWFL_ERRORS): Add DWFL_E_LZMA.