]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gold/object.cc
Compress all debug sections.
[thirdparty/binutils-gdb.git] / gold / object.cc
2007-12-01  Ian Lance TaylorCompress all debug sections.
2007-11-15  Ian Lance TaylorFrom Craig Silverstein: Add support for --demangle.
2007-11-14  Ian Lance TaylorAdd heuristics for undefined symbol warnings.
2007-11-14  Ian Lance TaylorWarn about undefined references in shared libraries...
2007-11-14  Ian Lance TaylorFrom Craig Silverstein: Rework debug info code a bit...
2007-11-12  Ian Lance TaylorFrom Craig Silverstein: rework DWARF reader code a...
2007-11-09  Ian Lance TaylorFrom Craig Silverstein: Initialize got_relocs.
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: Templatize the Dwarf reader.
2007-11-07  Ian Lance TaylorFrom Craig Silverstein: Don't crash if we see a file...
2007-11-02  Ian Lance TaylorFrom Craig Silverstein: Add first version of generating...
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-14  Ian Lance TaylorAdjust linkonce symbol name algorithm to work for
2007-10-14  Ian Lance TaylorRun all error handling through an Errors object. Delet...
2007-10-14  Ian Lance TaylorFrom Craig Silverstein: add some internationalization...
2007-10-12  Ian Lance TaylorAdd an option for Stringpools to not copy strings.
2007-10-10  Ian Lance TaylorImplement -s and -S options which strip symbols.
2007-10-08  Ian Lance TaylorAdd support for local GOT offsets.
2007-10-06  Ian Lance TaylorCorrect handling of addends in merged sections.
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-20  Ian Lance TaylorFrom Cary Coutant: only check for a linkonce section...
2007-09-04  Ian Lance TaylorAdd support for --enable-target to control which template
2007-05-16  Ian Lance TaylorAdd support for SHF_MERGE sections.
2006-12-06  Ian Lance TaylorDon't emit symbols seen only in dynamic object, don...
2006-11-29  Ian Lance TaylorHash tables, dynamic section, i386 PLT, gold_assert.
2006-11-16  Ian Lance TaylorSnapshot. Includes first cut at output relocation...
2006-11-14  Ian Lance TaylorMore dynamic object support, initial scripting support.
2006-11-07  Ian Lance TaylorAdd Elf_file interface which can be used by both Sized_...
2006-11-07  Ian Lance TaylorRework stringpool and hash tables so that we always...
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-10  Ian Lance TaylorAvoid multiple definition errors from linkonce sections.
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...
2006-09-27  Ian Lance TaylorFinished layout code.
2006-09-26  Ian Lance TaylorMore section layout code.
2006-09-21  Ian Lance TaylorNew drop, with first cut of section layout code.
2006-08-18  Ian Lance TaylorAnother snapshot of the current state of the sources...
2006-08-04  Ian Lance TaylorInitial CVS checkin of gold