summaryrefslogtreecommitdiff
path: root/gold/ehframe.cc
AgeCommit message (Expand)Author
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-07-13[GOLD] PowerPC notoc eh_frameAlan Modra
2019-01-01Update year range in copyright notice of binutils filesAlan Modra
2018-01-03Update year range in copyright notice of binutils filesAlan Modra
2017-08-01[GOLD] PowerPC recreate eh_frame for stubs on each relax passAlan Modra
2017-01-02Update year range in copyright notice of all files.Alan Modra
2016-03-20Fix problem where gold cannot build .eh_frame_hdr from ld -r output.Cary Coutant
2016-02-26Discard FDEs for zero-length address ranges.Cary Coutant
2016-01-01Copyright update for binutilsAlan Modra
2015-03-09Fix failure in exception_static_test.Cary Coutant
2015-03-04Remove empty class Merge_map.Rafael Ávila de Espíndola
2015-01-02ChangeLog rotatation and copyright year updateAlan Modra
2014-09-02Fix problem with optimization of .eh_frame section and --sort-section option.Cary Coutant
2014-03-05Update copyright yearsAlan Modra
2013-11-14Revert "Fix race condition while building EH frame header."Cary Coutant
2013-11-14Fix race condition while building EH frame header.Cary Coutant
2013-03-07 * ehframe.h (Post_fdes) Make it a vector of Post_fde rather thanAlan Modra
2013-02-27 * target.h (Target::plt_fde_location, do_plt_fde_location): Declare.Alan Modra
2012-07-11 * arm.cc (Arm_relocate_functions::abs16): Remove unused typedef.Ian Lance Taylor
2011-07-02 PR gold/12525Ian Lance Taylor
2011-07-01 PR gold/12571Ian Lance Taylor
2011-05-24 * incremental-dump.cc (dump_incremental_inputs): Print dynamic relocCary Coutant
2010-12-14Fix typos in gold.Ralf Wildenhues
2010-08-25 * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton
2009-12-14 Revert -Wshadow changes, all changes from:Ian Lance Taylor
2009-12-11Add -Wshadow to the gcc command line options used when compiling the binutils.Nick Clifton
2008-07-24 PR 6048Ian Lance Taylor
2008-04-19 * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor
2008-03-13Update copyright years. Update language files.Ian Lance Taylor
2008-03-13Don't crash if we change the address of the .eh_frame section after weIan Lance Taylor
2008-02-28From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor
2008-02-14Align FDE and CIE lengths as needed.Ian Lance Taylor
2008-02-02Don't record file offset for CIEs.Ian Lance Taylor
2007-12-21Speed up relocations against local symbols in merged sections.Ian Lance Taylor
2007-12-18Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor
2007-12-07Fix ehframe header handling for shared libraries.Ian Lance Taylor
2007-11-29Clean up setting address and section offset.Ian Lance Taylor
2007-11-09Generate a complete exception frame header. Discard duplicateIan Lance Taylor
2007-09-26Put size and endianness in parameters.Ian Lance Taylor
2007-09-26Add basic exception frame header, plus test.Ian Lance Taylor