OSDN Git Service

* dcrt0.cc (insert_file): Fix potential buffer overflow.
[pf3gnuchains/pf3gnuchains3x.git] / gold /
2008-04-03 ian * compressed_output.h (class Output_compressed_section...
2008-04-03 davem * dwarf_reader.cc (Sized_dwarf_line_info::read_header...
2008-04-03 ian * TODO: New file.
2008-04-02 ian * fileread.cc (File_read::find_view): Add byteshift...
2008-04-01 ccoutant2008-03-31 Cary Coutant <ccoutant@google.com>
2008-03-29 ian * symtab.cc (Symbol_table::do_define_as_constant)...
2008-03-29 ian * output.cc
2008-03-29 ian * symtab.cc (Symbol_table::add_from_object): If we...
2008-03-28 ian * layout.cc (Layout::layout): If we see an input secti...
2008-03-27 ian * common.cc (Sort_commons::operator): Correct sorting...
2008-03-27 ian * symtab.cc (Symbol_table::add_from_object): Handle...
2008-03-27 ian * symtab.cc (Symbol_table::add_from_relobj): Don't...
2008-03-26 ian PR gold/5986
2008-03-26 bjeFix a ChangeLog formatting problem.
2008-03-25 ian * options.cc: Include "../bfd/bfdver.h".
2008-03-25 ian * version.cc (print_version): Adjust output for curren...
2008-03-25 ian * NEWS: New file.
2008-03-25 ian * options.cc (options::help): Print list of supported...
2008-03-25 ian * README: Rewrite, with some notes on unsupported...
2008-03-25 ian * README: Rewrite, with some notes on unsupported...
2008-03-25 ccoutant * i386.cc (Target_i386::Got_type): New enum declaration.
2008-03-25 bje * yyscript.y: Fix spelling error in comment.
2008-03-25 ian * options.h (class General_options): Define build_id...
2008-03-24 ian * x86_64.cc: Correct license to GPLv3.
2008-03-24 ian * options.cc: Include "demangle.h".
2008-03-22 ian * gold.h: Include <cstddef> and <sys/types.h>
2008-03-21 ianAdd ChangeLog file now that the sources are part of...
2008-03-21 iantBump version for general release.
2008-03-20 iantFrom Craig Silverstein: implement -z defs.
2008-03-19 iantMake sure the start and size of the TLS segment are...
2008-03-17 csilversUp the version number to 1.3, which was just pushed...
2008-03-16 iantFix handling of RELA relative relocs against local...
2008-03-14 iantDon't get confused about whether a symbol is the defaul...
2008-03-13 iantUpdate copyright years. Update language files.
2008-03-13 iantDon't crash if we change the address of the .eh_frame...
2008-03-13 iantFrom Craig Silverstein: Implement --debug=files to...
2008-03-12 iantCombine read-only .eh_frame sections with read-write...
2008-03-11 csilversUp version to 1.2, as the 1.2 binary was pushed to...
2008-03-11 iantIf we a section with no flags followed by a section...
2008-03-07 iantFrom Craig Silverstein: sort options into alphabetical...
2008-03-07 iantIncrease maximum bucket size for dynamic hash tables.
2008-03-07 iantFrom Craig Silverstein: implement --hash-bucket-empty...
2008-03-07 iantRecognize --hash-bucket-empty-fraction.
2008-03-06 iantUse absolute address for relocations when not doing...
2008-03-06 iantUse N_ for option help strings, and call gettext when...
2008-03-06 iantFrom Craig Silverstein: accept any string for input...
2008-03-06 iantDon't use the user-specified output format unless the...
2008-03-06 iantSupport --hash-style=gnu.
2008-03-04 iantFrom Craig Silverstein: rework option handling to make...
2008-03-04 iantFrom Craig Silverstein: rename some option functions...
2008-03-03 iantRemove partial implementation that was never completed...
2008-02-29 iantRemove gcc 3.2 compatibility hacks.
2008-02-29 iantPermit scripts to refer to the addresses of output...
2008-02-28 iantDon't warn about redefinitions from a --just-symbols...
2008-02-28 iantSupport -d/--define-common.
2008-02-28 iantRead input scripts which look like input objects with...
2008-02-28 iantDon't check assertions until symbols are finalized...
2008-02-28 iantPut input sections with no flags in output sections...
2008-02-28 iantFrom Craig Silverstein: Have Parameters point to Genera...
2008-02-27 iantImplement -q/--emit-relocs.
2008-02-27 iantFix handling of ENTRY in linker script.
2008-02-26 iantFrom Craig Silverstein: rework handling of Script_options.
2008-02-26 iantFrom Craig Silverstein: implement -z max-page-size...
2008-02-26 iantFrom Craig Silverstein: rename option functions for...
2008-02-14 iantAlign FDE and CIE lengths as needed.
2008-02-14 iantSet load address for orphan sections.
2008-02-13 iantImplement -Tdata and -Tbss.
2008-02-13 iantImplement remaining linker script functions.
2008-02-13 iantSupport selecting target by name.
2008-02-13 iantAssignments in linker scripts override definitions...
2008-02-13 iantImplement LOADADDR and SIZEOF.
2008-02-12 csilversUp version to 1.1, as the 1.1 binary was pushed to...
2008-02-12 iantSupport dynamic relocations against local section symbols.
2008-02-12 iantSet TEXTREL correctly when using a SECTIONS clause.
2008-02-12 iantPass down alignment when adding input section to orphan...
2008-02-12 iantForce different sections to different pages for better...
2008-02-12 iantFix precedence error, avoid signed/unsignd warning.
2008-02-09 iantTrack sections for expressions.
2008-02-08 iantFrom Cary Coutant: fix handling of undefined symbols...
2008-02-08 iantDon't read linker scripts in binary mode.
2008-02-08 iantAdd support for --format binary for input files.
2008-02-07 iantSupport --oformat binary.
2008-02-07 iantIgnore version scripts for relocatable links.
2008-02-07 iantEven when stripping all symbols, we need to write out...
2008-02-07 iantImplement --just-symbols, including -R FILE. Fix symbo...
2008-02-06 iantSupport creating empty output when there are no input...
2008-02-06 iantFix group signature handling for relocatable link,...
2008-02-06 iantInitial -r support.
2008-02-05 iantFrom Ollie Wild: add missing backquote to install-exec...
2008-02-04 iantPrint PHDRS clause for debugging.
2008-02-04 iantImplement PHDRS.
2008-02-04 iantTreat an empty directory argument as the current directory.
2008-02-04 iantFrom Craig Silverstein: support @file expansion.
2008-02-04 iantImplement SIZEOF_HEADERS, section constraints, other...
2008-02-04 iantFully implement SECTIONS clause.
2008-02-04 iantFully implement the SECTIONS clause.
2008-02-04 iantFully implement the SECTIONS clause.
2008-02-02 iantDon't record file offset for CIEs.
2008-02-01 iantFrom Cary Coutant: Ignore hidden symbols in a dynamic...
2008-02-01 iantFrom Cary Coutant: Fix a case in which code takes the...
next