ToDo list for elfutils -*-outline-*-
----------------------
-Time-stamp: <2009-01-23 16:28:46 drepper>
+Time-stamp: <2009-01-26 13:07:11 drepper>
* mkinstalldirs
archives and only when having the archive handling separately this
remains maintainable.
+** shdrs in read-only files
+
+ When reading (ELF_C_READ*) then there is no need to malloc Shdr
+ structure in elfXX_getshdr if file is mmaped and unaligned access
+ is allowed or the structure is aligned. Use ELF_F_MALLOCED flag
+ to differentiate.
+
* libdw