diff options
| author | Ulf Hermann <[email protected]> | 2017-02-16 12:32:02 +0100 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2017-02-17 10:55:28 +0100 |
| commit | e22cc80923f94e54c9384421904461958899db5b (patch) | |
| tree | 944b0153b16386401f56572375440e15199bc2fc /src/ChangeLog | |
| parent | b3248e684cedf66239710a5f16a6b45294f183bc (diff) | |
Move print_version into printversion.{h|c}
Rename version.c so that the implementation is called after the header
and the header doesn't clash with the toplevel version.h. print_version
depends on argp and is only used in the tools.
Signed-off-by: Ulf Hermann <[email protected]>
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 19c7dbb7..0601198c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,21 @@ +2017-02-16 Ulf Hermann <[email protected]> + + * addr2line.c: Include printversion.h + * ar.c: Likewise. + * elflint.c: Likewise. + * nm.c: Likewise. + * objdump.c: Likewise. + * ranlib.c: Likewise. + * readelf.c: Likewise. + * size.c: Likewise. + * stack.c: Likewise. + * strings.c: Likewise. + * strip.c: Likewise. + * elfcmp.c: Include printversion.h, remove system.h include. + * elfcompress.c: Likewise. + * findtextrel.c: Likewise. + * unstrip.c: Likewise. + 2017-02-14 Ulf Hermann <[email protected]> * nm.c: Include color.h. |
