gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gold / archive.cc
2020-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2019-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2018-12-06  H.J. Lugold: Provide more failed archive member info in error...
2018-01-03  Alan ModraUpdate year range in copyright notice of binutils files
2017-01-02  Alan ModraUpdate year range in copyright notice of all files.
2016-01-01  Alan ModraCopyright update for binutils
2015-10-28  Marcin KościelnickiAdd 64-bit archive support.
2015-07-21  Cary CoutantFix internal error when linking an archive library...
2015-02-04  Cary CoutantFix a file descriptor leak in gold.
2015-01-01  Alan ModraChangeLog rotatation and copyright year update
2014-03-05  Alan ModraUpdate copyright years
2014-02-07  Cary CoutantFix problem where -u is ignored when a weak undef is...
2013-10-11  Roland McGrathgold/
2013-03-30  Sriraman Tallam2013-03-29 Sriraman Tallam <tmsriram@google.com>
2012-04-17  Cary Coutant * archive.cc (Library_base::should_include_member...
2011-07-14  Sriraman Tallam2011-07-13 Sriraman Tallam <tmsriram@google.com>
2011-06-02  Cary Coutant PR gold/12163
2011-05-25  Ian Lance Taylor * archive.cc (Library_base::should_include_member...
2011-04-12  Cary Coutant * archive.cc (Archive::include_member): Adjust call to
2011-03-30  Cary Coutant * archive.cc (Archive::include_member): Adjust call...
2011-03-30  Cary Coutant * archive.cc (Library_base::should_include_member...
2011-03-27  Ian Lance Taylor * archive.cc (Archive::interpret_header): Return ...
2011-01-24  Ian Lance Taylor * plugin.cc (class Plugin_rescan): Define new class.
2010-12-14  Ralf WildenhuesFix typos in gold.
2010-12-07  Ian Lance Taylor * archive.cc (Archive::get_elf_object_for_member)...
2010-11-03  Nick Clifton PR ld/12001
2010-08-25  Nick Clifton * archive.cc: Formatting fixes: Remove whitespa...
2010-08-23  Cary Coutant * archive.cc (Lib_group::add_symbols): Lock object...
2010-08-20  Cary Coutant * gold/archive.h (Add_lib_group_symbols): Add readsyms...
2010-08-12  Cary Coutantelfcpp/ChangeLog:
2010-08-02  Ian Lance Taylor PR 11855
2010-07-13  Ian Lance Taylor * archive.cc (Archive::include_member): Unlock an...
2010-04-07  Cary Coutant * archive.cc (include_member): Destroy Read_symbols_da...
2010-03-22  Rafael Ávila de... 2010-03-22 Rafael Espindola <espindola@google.com>
2010-03-09  Rafael Ávila de... 2010-03-09 Rafael Espindola <espindola@google.com>
2010-02-12  Ian Lance Taylor * gold-threads.h (class Once): Define.
2009-12-15  Ian Lance Taylor * archive.cc (Archive::add_symbols): Only look up...
2009-12-14  Ian Lance Taylor Revert -Wshadow changes, all changes from:
2009-12-11  Nick CliftonAdd -Wshadow to the gcc command line options used when...
2009-10-10  Chris Demetriou2009-10-10 Chris Demetriou <cgd@google.com>
2009-09-30  Ian Lance Taylor * object.h (class Object): Remove target_ field, and...
2009-05-19  Cary Coutant2009-05-19 Doug Kwan <dougkwan@google.com>
2009-03-24  Ian Lance Taylor * object.cc (is_elf_object): Define.
2009-03-18  Ian Lance Taylor * archive.cc (Archive::add_symbols): Check for a versi...
2009-03-14  Ian Lance Taylor * readsyms.cc (Read_symbols::incompatible_warning...
2009-03-13  Ian Lance Taylor * fileread.cc (Input_file::open): Remove options param...
2009-02-13  Cary Coutant (From Rafael Espindola)
2009-01-15  Cary Coutant * archive.cc (Archive::get_elf_object_for_member)...
2008-09-29  Cary Coutant * archive.cc (Archive::get_file_and_offset): Use filen...
2008-09-19  Cary CoutantAdd plugin functionality for link-time optimization...
2008-08-07  Cary Coutant2008-08-06 Cary Coutant <ccoutant@google.com>
2008-07-25  Ian Lance Taylor PR 5990
2008-07-22  Ian Lance Taylor * cref.cc: New file.
2008-05-30  Cary Coutant * archive.cc (Archive::include_all_members) Correct...
2008-05-21  Ian Lance Taylor * mapfile.cc: New file.
2008-05-07  Ian Lance Taylor PR 6049
2008-04-23  Ian Lance Taylor * readsyms.cc (Read_symbols::do_read_symbols): Use...
2008-04-02  Ian Lance Taylor * fileread.cc (File_read::find_view): Add byteshift...
2008-04-01  Cary Coutant2008-03-31 Cary Coutant <ccoutant@google.com>
2008-03-13  Ian Lance TaylorUpdate copyright years. Update language files.
2008-02-26  Ian Lance TaylorFrom Craig Silverstein: rename option functions for...
2008-01-02  Ian Lance TaylorReduce the number of system calls. Use readv instead...
2007-12-18  Ian Lance TaylorAdd section_size_type and section_offset_type, use...
2007-12-14  Ian Lance TaylorRewrite workqueue. This version eliminates the master...
2007-11-22  Ian Lance TaylorAdd threading support.
2007-11-16  Ian Lance TaylorIgnore empty archives.
2007-11-07  Ian Lance TaylorFrom Craig Silverstein: Don't crash if we see a file...
2007-10-14  Ian Lance TaylorRemove extraneous newlines.
2007-10-14  Ian Lance TaylorRun all error handling through an Errors object. Delet...
2007-10-02  Ian Lance TaylorFrom Craig Silverstein: avoid some signed/unsigned...
2007-09-25  Ian Lance TaylorAdd cache parameter to get_view. Discard uncached...
2007-09-25  Ian Lance TaylorRework File_read interface. Get file size. Use pread...
2007-09-25  Ian Lance TaylorRemove get_view_and_size.
2007-09-25  Ian Lance TaylorBreak out default pbytes argument to read and get_view...
2007-09-22  Ian Lance TaylorAdd licensing text to every source file.
2007-09-21  Ian Lance TaylorAdd global parameters.
2007-09-20  Ian Lance TaylorFix comment.
2007-09-20  Ian Lance TaylorRework patch to check by both armap entry and archive...
2007-09-20  Ian Lance TaylorFrom Craig Silverstein: rework seen handling to be...
2007-08-21  Ian Lance TaylorImplement --whole-archive.
2006-11-06  Ian Lance TaylorSplit Object into Dynobj and Relobj, incorporate elfcpp...
2006-11-03  Ian Lance TaylorCan now do a full static link of hello, world in C...
2006-10-20  Ian Lance TaylorFramework for relocation scanning. Implement simple...
2006-10-06  Ian Lance TaylorLay out object file sections when we add the symbols...
2006-09-29  Ian Lance TaylorSnapshot. Now able to produce a minimal executable...
This page took 1.16352 seconds and 91 git commands to generate.