summaryrefslogtreecommitdiff
path: root/gold/ehframe.cc
Commit message (Expand)AuthorAgeFilesLines
* * ehframe.h (Post_fdes) Make it a vector of Post_fde rather thanAlan Modra2013-03-071-21/+5
* * target.h (Target::plt_fde_location, do_plt_fde_location): Declare.Alan Modra2013-02-271-13/+51
* * arm.cc (Arm_relocate_functions::abs16): Remove unused typedef.Ian Lance Taylor2012-07-111-2/+1
* PR gold/12525Ian Lance Taylor2011-07-021-1/+7
* PR gold/12571Ian Lance Taylor2011-07-011-11/+60
* * incremental-dump.cc (dump_incremental_inputs): Print dynamic relocCary Coutant2011-05-241-8/+8
* Fix typos in gold.Ralf Wildenhues2010-12-141-2/+2
* * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton2010-08-251-2/+2
* 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