summaryrefslogtreecommitdiff
path: root/gold/dwarf_reader.cc
Commit message (Expand)AuthorAgeFilesLines
* gold/Cary Coutant2013-08-071-3/+2
* 2013-07-22 Sterling Augustine <saugustine@google.com>Sterling Augustine2013-07-291-21/+54
* gold/Cary Coutant2013-07-011-5/+21
* Add dwp support for v2 DWARF package file format.Cary Coutant2013-03-011-2/+3
* gold/Cary Coutant2013-03-011-15/+10
* gold/Roland McGrath2012-11-011-2/+2
* gold/Cary Coutant2012-10-231-26/+62
* gold/Cary Coutant2012-10-231-1/+1
* gold/Cary Coutant2012-10-231-41/+50
* 2012-09-06 Cary Coutant <ccoutant@google.com>Cary Coutant2012-09-071-0/+4
* * arm.cc (Arm_relocate_functions::abs16): Remove unused typedef.Ian Lance Taylor2012-07-111-2/+0
* elfcpp/Cary Coutant2012-05-011-6/+0
* gold: Handle DW_AT_high_pc as offset from DW_AT_low_pc in gdb-index.cc.mark2012-05-011-0/+11
* 2012-03-21 Cary Coutant <ccoutant@google.com>Cary Coutant2012-03-211-49/+1391
* * dwarf_reader.cc (Sized_dwarf_line_info::process_one_opcode): FixCary Coutant2012-03-131-6/+5
* * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):Cary Coutant2012-02-291-21/+12
* Update copyright year.Ian Lance Taylor2012-01-281-1/+1
* 2011-12-17 Cary Coutant <ccoutant@google.com>Cary Coutant2011-12-171-2/+4
* 2011-04-05 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2011-04-051-1/+1
* * dwarf_reader.cc (Sized_dwarf_line_info): Include all lines,Ian Lance Taylor2011-03-101-52/+78
* * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Only keepIan Lance Taylor2010-12-201-1/+12
* Fix typos in gold.Ralf Wildenhues2010-12-141-4/+0
* * dwarf_reader.h (class Sized_dwarf_line_info): AddIan Lance Taylor2010-12-011-6/+18
* * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):Cary Coutant2010-11-171-10/+13
* * compressed_output.cc (zlib_decompress): New function.Cary Coutant2010-07-121-0/+16
* Revert -Wshadow changes, all changes from:Ian Lance Taylor2009-12-141-5/+6
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-6/+5
* 2009-12-08 Doug Kwan <dougkwan@google.com>Doug Kwan2009-12-091-68/+1
* * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):Ian Lance Taylor2009-10-091-4/+4
* elfcpp/:Ian Lance Taylor2008-05-281-6/+13
* * dwarf_reader.cc (next_generation_count): New static var.Craig Silverstein2008-05-011-16/+102
* * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor2008-04-191-8/+19
* * dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog,David S. Miller2008-04-031-7/+7
* PR gold/5986Ian Lance Taylor2008-03-261-0/+2
* Update copyright years. Update language files.Ian Lance Taylor2008-03-131-1/+1
* From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor2008-02-281-23/+18
* From Craig Silverstein: Handle quoted strings differently in versionIan Lance Taylor2008-01-181-0/+1
* Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor2007-12-181-3/+3
* From Craig Silverstein: Speed up ODR violation reporting.Ian Lance Taylor2007-12-111-10/+17
* From Craig Silverstein: Fix up comments.Ian Lance Taylor2007-11-281-5/+5
* From Craig Silverstein: Better handling of ODR violations which areIan Lance Taylor2007-11-281-13/+118
* DW_LNE_end_sequence indicates that the address points to the byteIan Lance Taylor2007-11-161-0/+4
* From Craig Silverstein: Clean up DWARF line reader code.Ian Lance Taylor2007-11-141-5/+1
* From Craig Silverstein: Rework debug info code a bit, add option forIan Lance Taylor2007-11-141-14/+54
* From Craig Silverstein: Support debug info for shared libraries.Ian Lance Taylor2007-11-131-43/+93
* From Craig Silverstein: Dwarf_line_info can work with Object ratherIan Lance Taylor2007-11-121-17/+7
* From Craig Silverstein: rework DWARF reader code a bit.Ian Lance Taylor2007-11-121-4/+74
* From Craig Silverstein: Use relocations in reporting error messageIan Lance Taylor2007-11-091-11/+69
* From Cary Coutant: mark negative constant as unsigned.Ian Lance Taylor2007-11-091-1/+1
* From Craig Silverstein: Templatize the Dwarf reader.Ian Lance Taylor2007-11-071-38/+33