Supported Tizen version parsing and verification
[external/binutils.git] / gold / dynobj.cc
2019-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2018-06-20 Cary CoutantFix problem where gold does not create base version...
2018-04-24 Cary CoutantFix internal error caused by conflicting default versio...
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-08-19 Cary CoutantFix symbol versioning problems in PR 18703.
2015-03-22 Cary CoutantSupport compressed debug sections in dynamic object...
2015-01-01 Alan ModraChangeLog rotatation and copyright year update
2014-07-08 Cary CoutantFix internal error with LTO on ARM.
2014-03-05 Alan ModraUpdate copyright years
2012-06-04 Cary Coutant * dynobj.cc (Sized_dynobj::do_get_global_symbol_counts...
2011-07-02 Ian Lance Taylor PR gold/12525
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-25 Nick Clifton * archive.cc: Formatting fixes: Remove whitespa...
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-12 Ian Lance Taylor * script.cc (class Lazy_demangler): Recreate--revert...
2010-01-08 Ian Lance Taylor * dynobj.cc (big_endian>::find_dynsym_sections): Set...
2010-01-08 Ian Lance Taylor PR 11084
2010-01-05 Ian Lance Taylor PR 10980
2009-12-30 Ian Lance Taylor PR 10450
2009-12-29 Ian Lance Taylor * symtab.h (class Symbol_table): Add enum Defined.
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-12-10 Ian Lance Taylor * dynobj.cc (Sized_dynobj::do_read_symbols): Clear...
2009-10-16 Doug Kwan2009-10-16 Doug Kwan <dougkwan@google.com>
2009-10-06 Ian Lance Taylor * options.h (class General_options): Define
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-02-13 Cary Coutant (From Rafael Espindola)
2008-07-24 Ian Lance Taylor * dynobj.cc (Versions::Versions): Update comment.
2008-07-24 Ian Lance Taylor * dynobj.cc (Versions::Versions): If there is an sonam...
2008-07-22 Ian Lance Taylor * cref.cc: New file.
2008-07-18 Ian Lance Taylor * dynobj.cc (Versions::add_def): If we give an error...
2008-04-19 Ian Lance Taylor * object.cc (Xindex::initialize_symtab_xindex): New...
2008-04-02 Ian Lance Taylor * fileread.cc (File_read::find_view): Add byteshift...
2008-03-07 Ian Lance TaylorIncrease maximum bucket size for dynamic hash tables.
2008-03-07 Ian Lance TaylorFrom Craig Silverstein: implement --hash-bucket-empty...
2008-02-29 Ian Lance TaylorRemove gcc 3.2 compatibility hacks.
2008-02-28 Ian Lance TaylorFrom Craig Silverstein: Have Parameters point to Genera...
2008-02-26 Ian Lance TaylorFrom Craig Silverstein: rework handling of Script_options.
2008-02-13 Ian Lance TaylorAssignments in linker scripts override definitions...
2008-01-26 Ian Lance TaylorDon't pass around the target in order to define symbols...
2008-01-24 Ian Lance TaylorOriginally from Craig Silverstein, with changes: suppor...
2008-01-18 Ian Lance TaylorDon't include options.h in fileread.h. Remove General_...
2008-01-15 Ian Lance TaylorFrom Andrew Chatham and Craig Silverstein: Add support...
2008-01-02 Ian Lance TaylorReduce the number of system calls. Use readv instead...
2007-12-21 Ian Lance TaylorFrom Cary Coutant: Fix handling of versioned symbols...
2007-12-19 Ian Lance TaylorAvoid some warnings which showed up in 64-bit mode.
2007-12-18 Ian Lance TaylorAdd section_size_type and section_offset_type, use...
2007-11-15 Ian Lance TaylorFrom Craig Silverstein: Add support for --demangle.
2007-11-14 Ian Lance TaylorWarn about undefined references in shared libraries...
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-10-23 Ian Lance TaylorAdd support for PT_GNU_STACK.
2007-10-22 Ian Lance TaylorFix versions of copied symbols.
2007-10-14 Ian Lance TaylorRun all error handling through an Errors object. Delet...
2007-10-12 Ian Lance TaylorAdd an option for Stringpools to not copy strings.
2007-10-09 Ian Lance TaylorFix soname for library found in search path.
2007-10-02 Ian Lance TaylorFrom Craig Silverstein: avoid some signed/unsigned...
2007-09-26 Ian Lance TaylorPut size and endianness in parameters.
2007-09-25 Ian Lance TaylorAdd cache parameter to get_view. Discard uncached...
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-09-11 Ian Lance TaylorOnly create a version definition for a shared library...
2007-09-04 Ian Lance TaylorAdd support for --enable-target to control which template
2006-12-06 Ian Lance TaylorDon't emit symbols seen only in dynamic object, don...
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.