summaryrefslogtreecommitdiff
path: root/gold/ehframe.cc
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* [GOLD] PowerPC notoc eh_frameAlan Modra2019-07-131-33/+14
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* [GOLD] PowerPC recreate eh_frame for stubs on each relax passAlan Modra2017-08-011-0/+46
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Fix problem where gold cannot build .eh_frame_hdr from ld -r output.Cary Coutant2016-03-201-10/+60
* Discard FDEs for zero-length address ranges.Cary Coutant2016-02-261-5/+34
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Fix failure in exception_static_test.Cary Coutant2015-03-091-9/+9
* Remove empty class Merge_map.Rafael Ávila de Espíndola2015-03-041-21/+12
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Fix problem with optimization of .eh_frame section and --sort-section option.Cary Coutant2014-09-021-23/+32
* Update copyright yearsAlan Modra2014-03-051-1/+1
* Revert "Fix race condition while building EH frame header."Cary Coutant2013-11-141-5/+1
* Fix race condition while building EH frame header.Cary Coutant2013-11-141-1/+5
* * 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