diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2021-06-30 12:11:54 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2021-06-30 12:11:54 +0100 |
commit | 280c57ff58f8cb7c70d47ffbfeb446ca9b562c96 (patch) | |
tree | 5de97dd6cba8f139cef2b2b72bfe54c3a3d256c4 /binutils/ChangeLog | |
parent | d8b04da736be0c8781e1067ee26e06fdd3b4c63c (diff) | |
download | gdb-280c57ff58f8cb7c70d47ffbfeb446ca9b562c96.zip gdb-280c57ff58f8cb7c70d47ffbfeb446ca9b562c96.tar.gz gdb-280c57ff58f8cb7c70d47ffbfeb446ca9b562c96.tar.bz2 |
Fix signedness of def_cfa_sf and def_cfa_offset_sf
* dwarf.c (display_debug_frames): Both DW_CFA_def_cfa_sf
and DW_CFA_def_cfa_offset_sf have a signed offset.
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 c6a05ca..b5dedef 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2021-06-30 Richard Henderson <richard.henderson@linaro.org> + + * dwarf.c (display_debug_frames): Both DW_CFA_def_cfa_sf + and DW_CFA_def_cfa_offset_sf have a signed offset. + 2021-06-19 Alan Modra <amodra@gmail.com> * dwarf.c (display_debug_lines_decoded): Use memcpy rather than |