aboutsummaryrefslogtreecommitdiff
path: root/gold/ehframe.cc
AgeCommit message (Expand)AuthorFilesLines
2012-07-11 * arm.cc (Arm_relocate_functions::abs16): Remove unused typedef.Ian Lance Taylor1-2/+1
2011-07-02 PR gold/12525Ian Lance Taylor1-1/+7
2011-07-01 PR gold/12571Ian Lance Taylor1-11/+60
2011-05-24 * incremental-dump.cc (dump_incremental_inputs): Print dynamic relocCary Coutant1-8/+8
2010-12-14Fix typos in gold.Ralf Wildenhues1-2/+2
2010-08-25 * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton1-2/+2
2009-12-14 Revert -Wshadow changes, all changes from:Ian Lance Taylor1-29/+29
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton1-29/+29
2008-07-24 PR 6048Ian Lance Taylor1-1/+2
2008-04-19 * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor1-2/+5
2008-03-13Update copyright years. Update language files.Ian Lance Taylor1-1/+1
2008-03-13Don't crash if we change the address of the .eh_frame section after weIan Lance Taylor1-1/+15
2008-02-28From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor1-60/+30
2008-02-14Align FDE and CIE lengths as needed.Ian Lance Taylor1-15/+43
2008-02-02Don't record file offset for CIEs.Ian Lance Taylor1-22/+13
2007-12-21Speed up relocations against local symbols in merged sections.Ian Lance Taylor1-0/+9
2007-12-18Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor1-29/+33
2007-12-07Fix ehframe header handling for shared libraries.Ian Lance Taylor1-3/+25
2007-11-29Clean up setting address and section offset.Ian Lance Taylor1-3/+4
2007-11-09Generate a complete exception frame header. Discard duplicateIan Lance Taylor1-14/+1033
2007-09-26Put size and endianness in parameters.Ian Lance Taylor1-4/+3
2007-09-26Add basic exception frame header, plus test.Ian Lance Taylor1-0/+126