diff options
| author | Ulrich Drepper <[email protected]> | 2009-01-21 15:22:11 -0800 |
|---|---|---|
| committer | Ulrich Drepper <[email protected]> | 2009-01-21 15:22:11 -0800 |
| commit | 07ba31fc8249d8d0ff77b11e8ffc2df7fa775123 (patch) | |
| tree | a9640d2d6d727ada75df59aeaac2384457f7a04c /libelf/ChangeLog | |
| parent | f93ee8d7dcd0d58f7aab96773af084aca82d5798 (diff) | |
Fix accounting of last written position when updating ELF files.
Diffstat (limited to 'libelf/ChangeLog')
| -rw-r--r-- | libelf/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libelf/ChangeLog b/libelf/ChangeLog index 36efd90e..38d352de 100644 --- a/libelf/ChangeLog +++ b/libelf/ChangeLog @@ -1,3 +1,10 @@ +2009-01-21 Ulrich Drepper <[email protected]> + + * elf32_updatefile.c (elfXX_updatemmap): When skipping non-NOBITS + sections we haven't loaded, update last_position based on scn_start, + not based on old value. Don't run the loop for the dummy section 0. + (elfXX_updatefile): Don't run the loop for the dummy section 0. + 2009-01-10 Ulrich Drepper <[email protected]> * libelfP.h (_): We only have one translation domain, elfutils. |
