diff options
author | Alan Modra <amodra@gmail.com> | 2010-03-04 04:01:53 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2010-03-04 04:01:53 +0000 |
commit | 8af6b354b46907fab331b3cba5a812f97c732c88 (patch) | |
tree | df455f94c39a5d6a912dfdce60944e4a8e5d7ae6 /bfd/ChangeLog | |
parent | 0897ed3bdb8ae45b2142057223c1179036154d2d (diff) | |
download | gdb-8af6b354b46907fab331b3cba5a812f97c732c88.zip gdb-8af6b354b46907fab331b3cba5a812f97c732c88.tar.gz gdb-8af6b354b46907fab331b3cba5a812f97c732c88.tar.bz2 |
PR 11302
* dwarf2.c (read_abbrevs): Return NULL on alloc failures.
(read_attribute_value, decode_line_info): Likewise.
(add_line_info, read_rangelist): Return FALSE on alloc failures.
(arange_add, sort_line_sequences): Likewise.
(find_abstract_instance_name): Handle failures from called funcs.
(scan_unit_for_symbols, parse_comp_unit, decode_line_info): Likewise.
(find_line): Realloc to a temp, and handle alloc fail.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f592fbb..0d0316e 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +2010-03-04 Alan Modra <amodra@gmail.com> + + PR 11302 + * dwarf2.c (read_abbrevs): Return NULL on alloc failures. + (read_attribute_value, decode_line_info): Likewise. + (add_line_info, read_rangelist): Return FALSE on alloc failures. + (arange_add, sort_line_sequences): Likewise. + (find_abstract_instance_name): Handle failures from called funcs. + (scan_unit_for_symbols, parse_comp_unit, decode_line_info): Likewise. + (find_line): Realloc to a temp, and handle alloc fail. + 2010-03-03 Daniel Jacobowitz <dan@codesourcery.com> * elf32-arm.c (elf32_arm_output_arch_local_syms): Do not add |