aboutsummaryrefslogtreecommitdiff
path: root/bfd/dwarf2.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-10 * dwarf2.c (decode_line_info): Revert last change. Instead setAlan Modra1-17/+7
2005-06-092005-06-09 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-0/+5
2005-06-06bfd/H.J. Lu1-4/+428
2005-06-062005-06-06 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-6/+16
2005-06-042005-06-04 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-1/+1
2005-05-23Approved by nickc@redhat.comFred Fish1-4/+80
2005-05-05* dwarf2.c (read_abbrevs): If bfd_realloc fails, free currently allocated memoryNick Clifton1-13/+98
2005-05-04Update the address and phone number of the FSF organization in the GPL noticesNick Clifton1-1/+1
2005-05-04Update the FSF address in the copyright/GPL noticeNick Clifton1-1/+1
2005-04-03Apply patch for binutils bug 806, approved by nickc@redhat.com.Fred Fish1-41/+179
2005-03-29 Approved by nickc@redhat.comFred Fish1-17/+1
2005-03-17(read_indirect_string): Fix apparent typo, check dwarf_str_buffer allocation,Nick Clifton1-1/+1
2005-02-21Approved by nickc@redhat.com:Fred Fish1-2/+11
2005-02-20include/Alan Modra1-58/+60
2005-01-172005-01-17 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-68/+10
2005-01-05Approved by nickc@redhat.com:Fred Fish1-1/+47
2004-09-24bfd/Alan Modra1-2/+8
2004-06-24bfd/Alan Modra1-8/+10
2004-05-21 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Comment correction.Ben Elliston1-1/+1
2004-05-07 * dwarf2.c (add_line_info): Also set info->filename to NULL ifZack Weinberg1-3/+2
2004-03-15 * bfd-in.h (bfd_int64_t, bfd_uint64_t): New types.Alan Modra1-7/+7
2004-01-12 * dwarf2.c: Convert to C90, remove unneeded casts and prototypes.Alan Modra1-225/+106
2003-11-24 * aix5ppc-core.c: Fix comment typos.Kazu Hirata1-1/+1
2003-10-30 * dwarf2.c (struct attribute): Delete "unsnd", "snd" and "addr".Alan Modra1-41/+32
2003-09-19 * dwarf2.c (decode_line_info): Cope with an initially emptyNathan Sidwell1-1/+1
2003-04-16* dwarf2.c (_bfd_dwarf2_find_nearest_line): Fix typo inAlexandre Oliva1-1/+1
2003-04-09* dwarf2.c (_bfd_dwarf2_find_nearest_line): Try DWARF3-standardAlexandre Oliva1-17/+25
2003-04-01 * dwarf2.c (read_attribute_value): Correct typo in comment.Ben Elliston1-1/+1
2003-04-01Make add_line_info() take a copy of the filename.Nick Clifton1-1/+10
2003-04-01Remove use of concat() inside concat_filename()Nick Clifton1-18/+27
2003-04-01 * simple.c (bfd_simple_get_relocated_section_contents): AddDaniel Jacobowitz1-100/+14
2003-03-31Fix memory leaksNick Clifton1-6/+14
2002-12-12Comment typo fixes.Alan Modra1-1/+1
2002-11-30s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra1-46/+46
2002-11-07 * dwarf2.c: Revert last change.Alan Modra1-8/+8
2002-11-07Use bfd_simple_get_relocated_section_contents() instead of bfd_get_section_co...Nick Clifton1-8/+8
2002-10-25 * aoutx.h (NAME(aout,swap_ext_reloc_in)): Cast bytes->r_index toDave Anglin1-9/+13
2002-10-23 * dwarf2.c (add_line_info): Ensure that the line_info_table isAlan Modra1-20/+108
2002-09-24Fix typo introduced with previous delta.Nick Clifton1-2/+1
2002-09-23Update to correctly decode (non-standard DWARF2) out-of-order address sequences.Nick Clifton1-63/+61
2002-09-20(_bfd_dwarf2_find_nearest_line): If address length is zero, set it to 8 forNick Clifton1-0/+7
2002-07-17From: Ian Rickards <irickard@arm.com>Richard Earnshaw1-2/+7
2002-06-272002-06-27 Kevin Buettner <kevinb@redhat.com>Alan Modra1-12/+8
2002-06-25Check unit->addr_size to read in the proper number of prologue bytes.Nick Clifton1-3/+14
2002-05-04 * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate codeAlan Modra1-17/+17
2002-03-202002-03-20 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz1-15/+49
2002-01-30Use full section name in error messages.Nick Clifton1-10/+7
2001-11-14 * dwarf2.c (struct line_head) [total_length]: Change type toJakub Jelinek1-22/+108
2001-11-13 * dwarf2.c (read_attribute_value): New function to handleRichard Henderson1-8/+28
2001-11-13Index: bfd/ChangeLogGeoffrey Keating1-14/+25