Supported Tizen version parsing and verification
[external/binutils.git] / gold / dynobj.h
2019-01-01 Alan ModraUpdate year range in copyright notice of binutils files
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ścielnickiSupport 64-bit entry size in SHT_HASH (for s390).
2015-07-12 H.J. LuAdd SHF_COMPRESSED section decompression to gold
2015-01-01 Alan ModraChangeLog rotatation and copyright year update
2014-09-02 Cary CoutantMake Elf_file::section_name() a const function, so...
2014-07-08 Cary CoutantFix internal error with LTO on ARM.
2014-03-05 Alan ModraUpdate copyright years
2012-03-21 Cary Coutant2012-03-21 Cary Coutant <ccoutant@google.com>
2011-07-02 Ian Lance Taylor PR gold/12525
2011-06-02 Nick CliftonFix spelling mistakes.
2011-05-24 Cary Coutant * dynobj.h (Dynobj::do_dynobj): New function.
2011-05-24 Cary Coutant * incremental-dump.cc (dump_incremental_inputs): Print...
2011-04-12 Cary Coutant * archive.cc (Archive::include_member): Adjust call to
2011-03-30 Cary Coutant * archive.cc (Library_base::should_include_member...
2010-08-02 Ian Lance Taylor PR 11855
2010-03-22 Rafael Ávila de... 2010-03-22 Rafael Espindola <espindola@google.com>
2010-03-05 Rainer Orth include:
2010-01-05 Ian Lance Taylor PR 10980
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-16 Doug Kwan2009-10-16 Doug Kwan <dougkwan@google.com>
2009-09-30 Ian Lance Taylor * object.h (class Object): Remove target_ field, and...
2009-08-18 Doug Kwan2009-08-18 Doug Kwan <dougkwan@google.com>
2009-08-10 Doug KwanRevert the previous change.
2009-08-07 Sriraman Tallam*** empty log message ***
2009-08-05 Sriraman Tallam*** empty log message ***
2009-02-13 Cary Coutant (From Rafael Espindola)
2008-07-22 Ian Lance Taylor * cref.cc: New file.
2008-04-19 Ian Lance Taylor * object.cc (Xindex::initialize_symtab_xindex): New...
2008-03-13 Ian Lance TaylorUpdate copyright years. Update language files.
2008-02-29 Ian Lance TaylorRemove gcc 3.2 compatibility hacks.
2008-02-26 Ian Lance TaylorFrom Craig Silverstein: rework handling of Script_options.
2008-02-07 Ian Lance TaylorImplement --just-symbols, including -R FILE. Fix symbo...
2008-02-04 Ian Lance TaylorFully implement the SECTIONS clause.
2008-01-26 Ian Lance TaylorDon't pass around the target in order to define symbols...
2008-01-15 Ian Lance TaylorFrom Andrew Chatham and Craig Silverstein: Add support...
2007-12-18 Ian Lance TaylorAdd section_size_type and section_offset_type, use...
2007-11-14 Ian Lance TaylorWarn about undefined references in shared libraries...
2007-11-09 Ian Lance TaylorFrom Craig Silverstein: Use relocations in reporting...
2007-11-09 Ian Lance TaylorGenerate a complete exception frame header. Discard...
2007-11-07 Ian Lance TaylorFrom Craig Silverstein: Handle a .so file in a .a file.
2007-11-02 Ian Lance TaylorReworked from Andrew Chatham: report error locations.
2007-10-23 Ian Lance TaylorAdd support for PT_GNU_STACK.
2007-10-22 Ian Lance TaylorFix versions of copied symbols.
2007-09-26 Ian Lance TaylorPut size and endianness in parameters.
2007-09-22 Ian Lance TaylorAdd licensing text to every source file.
2007-09-21 Ian Lance TaylorAdd global parameters.
2007-09-12 Ian Lance TaylorDon't try to find version definition index when creatin...
2007-05-16 Ian Lance TaylorAdd support for SHF_MERGE sections.
2006-12-06 Ian Lance Taylorgcc 3.2.2 and 4.1.0 portability hacks.
2006-12-06 Ian Lance TaylorGenerate version information.
2006-11-29 Ian Lance TaylorHash tables, dynamic section, i386 PLT, gold_assert.
2006-11-14 Ian Lance TaylorMore dynamic object support, initial scripting support.
2006-11-06 Ian Lance TaylorSplit Object into Dynobj and Relobj, incorporate elfcpp...