summaryrefslogtreecommitdiff
path: root/bfd/dwarf2.c
Commit message (Expand)AuthorAgeFilesLines
* bfd/Alan Modra2004-09-241-2/+8
* bfd/Alan Modra2004-06-241-8/+10
* * dwarf2.c (_bfd_dwarf2_find_nearest_line): Comment correction.Ben Elliston2004-05-211-1/+1
* * dwarf2.c (add_line_info): Also set info->filename to NULL ifZack Weinberg2004-05-071-3/+2
* * bfd-in.h (bfd_int64_t, bfd_uint64_t): New types.Alan Modra2004-03-151-7/+7
* * dwarf2.c: Convert to C90, remove unneeded casts and prototypes.Alan Modra2004-01-121-225/+106
* * aix5ppc-core.c: Fix comment typos.Kazu Hirata2003-11-241-1/+1
* * dwarf2.c (struct attribute): Delete "unsnd", "snd" and "addr".Alan Modra2003-10-301-41/+32
* * dwarf2.c (decode_line_info): Cope with an initially emptyNathan Sidwell2003-09-191-1/+1
* * dwarf2.c (_bfd_dwarf2_find_nearest_line): Fix typo inAlexandre Oliva2003-04-161-1/+1
* * dwarf2.c (_bfd_dwarf2_find_nearest_line): Try DWARF3-standardAlexandre Oliva2003-04-091-17/+25
* * dwarf2.c (read_attribute_value): Correct typo in comment.Ben Elliston2003-04-011-1/+1
* Make add_line_info() take a copy of the filename.Nick Clifton2003-04-011-1/+10
* Remove use of concat() inside concat_filename()Nick Clifton2003-04-011-18/+27
* * simple.c (bfd_simple_get_relocated_section_contents): AddDaniel Jacobowitz2003-04-011-100/+14
* Fix memory leaksNick Clifton2003-03-311-6/+14
* Comment typo fixes.Alan Modra2002-12-121-1/+1
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-46/+46
* * dwarf2.c: Revert last change.Alan Modra2002-11-071-8/+8
* Use bfd_simple_get_relocated_section_contents() instead of bfd_get_section_co...Nick Clifton2002-11-071-8/+8
* * aoutx.h (NAME(aout,swap_ext_reloc_in)): Cast bytes->r_index toDave Anglin2002-10-251-9/+13
* * dwarf2.c (add_line_info): Ensure that the line_info_table isAlan Modra2002-10-231-20/+108
* Fix typo introduced with previous delta.Nick Clifton2002-09-241-2/+1
* Update to correctly decode (non-standard DWARF2) out-of-order address sequences.Nick Clifton2002-09-231-63/+61
* (_bfd_dwarf2_find_nearest_line): If address length is zero, set it to 8 forNick Clifton2002-09-201-0/+7
* From: Ian Rickards <irickard@arm.com>Richard Earnshaw2002-07-171-2/+7
* 2002-06-27 Kevin Buettner <kevinb@redhat.com>Alan Modra2002-06-271-12/+8
* Check unit->addr_size to read in the proper number of prologue bytes.Nick Clifton2002-06-251-3/+14
* * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate codeAlan Modra2002-05-041-17/+17
* 2002-03-20 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-03-201-15/+49
* Use full section name in error messages.Nick Clifton2002-01-301-10/+7
* * dwarf2.c (struct line_head) [total_length]: Change type toJakub Jelinek2001-11-141-22/+108
* * dwarf2.c (read_attribute_value): New function to handleRichard Henderson2001-11-131-8/+28
* Index: bfd/ChangeLogGeoffrey Keating2001-11-131-14/+25
* * dwarf2.c (comp_unit_find_nearest_line): Check for end ofStephane Carrez2001-10-061-1/+2
* Touches most files in bfd/, so likely will be blamed for everything..Alan Modra2001-09-181-50/+59
* * coff-rs6000.c: Add missing prototypes.Alan Modra2001-08-091-24/+66
* * dwarf2.c (struct dwarf2_debug): Add sec, sec_info_ptr and syms.Alexandre Oliva2001-08-081-2/+82
* * dwarf2.c (decode_line_info): Fix error message.Andreas Jaeger2001-05-211-3/+3
* Update copyright noticesNick Clifton2001-03-081-1/+2
* 2001-01-23 Kazu Hirata <kazu@hxi.com>Kazu Hirata2001-01-231-2/+2
* Generalize DWARF2 and COFF support.Nick Clifton2000-12-081-25/+30
* 2000-11-16 Kazu Hirata <kazu@hxi.com>Kazu Hirata2000-11-161-70/+70
* Find all sections containing debug information and include them in the stash.Nick Clifton2000-09-021-188/+217
* K&R compiler fixesAlan Modra2000-04-191-2/+2
* Fix linker segfault that occured when linking ia64-linux kernel.Jim Wilson2000-04-071-4/+17
* * dwarf2.c (read_abbrevs): Use _raw_size directly rather thanIan Lance Taylor2000-02-281-3/+3
* fix typo in previous deltaNick Clifton2000-02-231-1/+1
* Accept 16-bit addresses.Nick Clifton2000-02-231-11/+13
* * dwarf2.c (read_attribute): Support DW_FORM_ref8.Mark Mitchell1999-07-141-0/+4