diff options
author | Nick Clifton <nickc@redhat.com> | 2021-06-30 16:17:46 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-06-30 16:17:46 +0100 |
commit | c63fc3680abb57eddb7c0cefbf11c01736286890 (patch) | |
tree | bcb2f4511e52f16eefe4aff7c6c962ebadd3c1cc /binutils/ChangeLog | |
parent | 280c57ff58f8cb7c70d47ffbfeb446ca9b562c96 (diff) | |
download | binutils-c63fc3680abb57eddb7c0cefbf11c01736286890.zip binutils-c63fc3680abb57eddb7c0cefbf11c01736286890.tar.gz binutils-c63fc3680abb57eddb7c0cefbf11c01736286890.tar.bz2 |
Handle DW_FORM_implicit_const when displaying an attribute
* dwarf.c (read_and_display_attr_value): Handle
DW_FORM_implicit_const.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b5dedef..b22a081 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2021-06-30 Tom Tromey <tom@tromey.com> + + * dwarf.c (read_and_display_attr_value): Handle + DW_FORM_implicit_const. + 2021-06-30 Richard Henderson <richard.henderson@linaro.org> * dwarf.c (display_debug_frames): Both DW_CFA_def_cfa_sf |