summaryrefslogtreecommitdiff
path: root/gold/ehframe.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert -Wshadow changes, all changes from:Ian Lance Taylor2009-12-141-29/+29
* Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton2009-12-111-29/+29
* PR 6048Ian Lance Taylor2008-07-241-1/+2
* * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor2008-04-191-2/+5
* Update copyright years. Update language files.Ian Lance Taylor2008-03-131-1/+1
* Don't crash if we change the address of the .eh_frame section after weIan Lance Taylor2008-03-131-1/+15
* From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor2008-02-281-60/+30
* Align FDE and CIE lengths as needed.Ian Lance Taylor2008-02-141-15/+43
* Don't record file offset for CIEs.Ian Lance Taylor2008-02-021-22/+13
* Speed up relocations against local symbols in merged sections.Ian Lance Taylor2007-12-211-0/+9
* Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor2007-12-181-29/+33
* Fix ehframe header handling for shared libraries.Ian Lance Taylor2007-12-071-3/+25
* Clean up setting address and section offset.Ian Lance Taylor2007-11-291-3/+4
* Generate a complete exception frame header. Discard duplicateIan Lance Taylor2007-11-091-14/+1033
* Put size and endianness in parameters.Ian Lance Taylor2007-09-261-4/+3
* Add basic exception frame header, plus test.Ian Lance Taylor2007-09-261-0/+126