diff options
author | Nick Lott <nick.lott@gmail.com> | 2021-04-21 15:33:13 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-04-21 15:33:13 +0100 |
commit | 047c3dbf5541b14a6fb562c2d847784f4b06de78 (patch) | |
tree | d14e956b967429659a03fd79736e0f730fc4bb64 /binutils/ChangeLog | |
parent | fd34472cdce1d49bee6fa840caffff6f06de00de (diff) | |
download | binutils-047c3dbf5541b14a6fb562c2d847784f4b06de78.zip binutils-047c3dbf5541b14a6fb562c2d847784f4b06de78.tar.gz binutils-047c3dbf5541b14a6fb562c2d847784f4b06de78.tar.bz2 |
Add ability to select numeric base when displaying symbol values in readelf.
PR 27672
* readelf.c (sym_base): New variable.
(enum print_mode): Add more modes.
(print_vma): Add suport for new modes.
(options): Add sym-base.
(usage): Add sym-base.
(parse_args): Add support for --sym-base.
(print_dynamic_symbol_size): New function.
(print_dynamic_symbol): Use new function.
* doc/binutils.texi: Document the new feature.
* NEWS: Mention the new feature.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 033dd58..e15d036 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,17 @@ +2021-04-21 Nick Lott <nick.lott@gmail.com> + + PR 27672 + * readelf.c (sym_base): New variable. + (enum print_mode): Add more modes. + (print_vma): Add suport for new modes. + (options): Add sym-base. + (usage): Add sym-base. + (parse_args): Add support for --sym-base. + (print_dynamic_symbol_size): New function. + (print_dynamic_symbol): Use new function. + * doc/binutils.texi: Document the new feature. + * NEWS: Mention the new feature. + 2021-04-21 Nick Clifton <nickc@redhat.com> * testsuite/binutils-all/mips/global-local-symtab-sort-n64t.d: |