diff options
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 75c29c8..af7689b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -6,6 +6,9 @@ (process_cu_tu_index): Use xcalloc2 to allocate the CU and TU arrays. (xcalloc2): New function. Like xcalloc, but checks for overflow. + (display_debug_addr): Use xcalloc to allocate the debug_addr_info + array. Check for an address_base that is too large. + * dwarf.h (xcalloc2): Prototype. 2015-01-12 Alan Modra <amodra@gmail.com> |