diff options
| author | Roland McGrath <[email protected]> | 2008-02-21 06:19:39 +0000 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2008-02-21 06:19:39 +0000 |
| commit | 059c83e5db89955913a39fe6705acca571c32c3f (patch) | |
| tree | 9eaf08fd255365d45be91bb3bf288194ffa423e5 /src/ChangeLog | |
| parent | 712d78eced9020ccfa1c27d32c2929cf16398293 (diff) | |
Finish elflint .gnu.attributes checking
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d3e49e41..f28c7006 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,21 @@ +2008-02-20 Roland McGrath <[email protected]> + + * readelf.c (print_attributes): New function. + (process_elf_file): Call it under -A. + + * elflint.c (check_attributes): Implement it for real. + +2008-02-19 Roland McGrath <[email protected]> + + * elflint.c (special_sections): Handle .gnu.attributes section. + (check_sections): Likewise. + (check_attributes): New function. + +2008-02-10 Roland McGrath <[email protected]> + + * elfcmp.c (main): Ignore sh_offset differences in non-SHF_ALLOC + sections and ET_REL files. + 2008-02-02 Ulrich Drepper <[email protected]> * elf32-i386.script: Add .eh_frame_hdr, .tdata, and .tbss sections. @@ -110,6 +128,12 @@ 2008-01-04 Roland McGrath <[email protected]> + * readelf.c (handle_core_items): Take new arg DESCSZ; if nonzero, + a size greater than the items cover means multiple sets of items. + (handle_core_note): Update caller. + +2008-01-04 Roland McGrath <[email protected]> + * strip.c (handle_elf): Move SHDRIDX defn to silence gcc warning. 2008-01-03 Roland McGrath <[email protected]> |
