summaryrefslogtreecommitdiff
path: root/gold/dwarf_reader.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* From Craig Silverstein: Add first version of generating error messagesIan Lance Taylor2007-11-021-0/+529