diff options
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 38ae189..6703b16 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +2021-05-11 Alan Modra <amodra@gmail.com> + + PR 27845 + * dwarf.c (process_abbrev_set): Replace start and end parameters + with section, abbrev_base, abbrev_size, abbrev_offset. Update + all callers. Sanity check parameters correctly and emit warnings + here rather than.. + (process_debug_info): ..here. + 2021-05-10 Thomas Wolff <towo@towo.net> PR 4356 |