aboutsummaryrefslogtreecommitdiff
path: root/gold
AgeCommit message (Expand)AuthorFilesLines
2008-04-07 * output.cc (Output_reloc<SHT_REL>::local_section_offset): AddIan Lance Taylor7-9/+76
2008-04-07 * configure.ac: Don't test for objdump, c++filt, or readelf.Ian Lance Taylor6-135/+143
2008-04-042008-04-04 Cary Coutant <ccoutant@google.com>Cary Coutant7-5/+227
2008-04-03 * compressed_output.h (class Output_compressed_section): UseIan Lance Taylor6-27/+43
2008-04-03 * dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog,David S. Miller2-7/+12
2008-04-03 * TODO: New file.Ian Lance Taylor2-0/+30
2008-04-02 * fileread.cc (File_read::find_view): Add byteshift and vshiftedIan Lance Taylor10-108/+285
2008-04-012008-03-31 Cary Coutant <ccoutant@google.com>Cary Coutant4-30/+178
2008-03-29 * symtab.cc (Symbol_table::do_define_as_constant): Don't force aIan Lance Taylor5-2/+68
2008-03-29 * output.ccIan Lance Taylor3-63/+63
2008-03-29 * symtab.cc (Symbol_table::add_from_object): If we don't use theIan Lance Taylor6-2/+119
2008-03-28 * layout.cc (Layout::layout): If we see an input section with aIan Lance Taylor10-25/+576
2008-03-27 * common.cc (Sort_commons::operator): Correct sorting algorithm.Ian Lance Taylor5-6/+117
2008-03-27 * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_Ian Lance Taylor5-6/+74
2008-03-27 * symtab.cc (Symbol_table::add_from_relobj): Don't set the versionIan Lance Taylor8-5/+149
2008-03-26 PR gold/5986Ian Lance Taylor18-7/+171
2008-03-26Fix a ChangeLog formatting problem.Ben Elliston1-1/+1
2008-03-25 * options.cc: Include "../bfd/bfdver.h".Ian Lance Taylor2-0/+9
2008-03-25 * version.cc (print_version): Adjust output for current value ofIan Lance Taylor2-3/+20
2008-03-25 * NEWS: New file.Ian Lance Taylor1-0/+1
2008-03-25 * options.cc (options::help): Print list of supported targets.Ian Lance Taylor7-80/+177
2008-03-25 * README: Rewrite, with some notes on unsupported features.Ian Lance Taylor2-10/+49
2008-03-25 * i386.cc (Target_i386::Got_type): New enum declaration.Cary Coutant9-416/+418
2008-03-25 * yyscript.y: Fix spelling error in comment.Ben Elliston2-1/+5
2008-03-25 * options.h (class General_options): Define build_id option.Ian Lance Taylor4-20/+230
2008-03-24 * x86_64.cc: Correct license to GPLv3.Ian Lance Taylor2-21/+16
2008-03-24 * options.cc: Include "demangle.h".Ian Lance Taylor5-24/+131
2008-03-22 * gold.h: Include <cstddef> and <sys/types.h>Ian Lance Taylor3-0/+9
2008-03-21Add ChangeLog file now that the sources are part of the GNU binutils.Ian Lance Taylor1-0/+4
2008-03-21Bump version for general release.Ian Lance Taylor2-40/+44
2008-03-20From Craig Silverstein: implement -z defs.Ian Lance Taylor2-1/+5
2008-03-19Make sure the start and size of the TLS segment are aligned.Ian Lance Taylor4-20/+89
2008-03-17Up the version number to 1.3, which was just pushed to devtools.Craig Silverstein1-1/+1
2008-03-16Fix handling of RELA relative relocs against local symbols in mergeIan Lance Taylor8-27/+48
2008-03-14Don't get confused about whether a symbol is the default version if weIan Lance Taylor9-17/+152
2008-03-13Update copyright years. Update language files.Ian Lance Taylor88-446/+637
2008-03-13Don't crash if we change the address of the .eh_frame section after weIan Lance Taylor3-2/+23
2008-03-13From Craig Silverstein: Implement --debug=files to track file opens,Ian Lance Taylor6-9/+37
2008-03-12Combine read-only .eh_frame sections with read-write .eh_frameIan Lance Taylor5-4/+89
2008-03-11Up version to 1.2, as the 1.2 binary was pushed to users today.Craig Silverstein1-1/+1
2008-03-11If we a section with no flags followed by a section with the same nameIan Lance Taylor2-85/+147
2008-03-07From Craig Silverstein: sort options into alphabetical order.Ian Lance Taylor1-29/+36
2008-03-07Increase maximum bucket size for dynamic hash tables.Ian Lance Taylor1-2/+2
2008-03-07From Craig Silverstein: implement --hash-bucket-empty-fraction for real.Ian Lance Taylor1-1/+3
2008-03-07Recognize --hash-bucket-empty-fraction.Ian Lance Taylor2-1/+32
2008-03-06Use absolute address for relocations when not doing a relocatableIan Lance Taylor1-1/+7
2008-03-06Use N_ for option help strings, and call gettext when printing them.Ian Lance Taylor2-73/+72
2008-03-06From Craig Silverstein: accept any string for input format, warn ifIan Lance Taylor2-6/+23
2008-03-06Don't use the user-specified output format unless the user actuallyIan Lance Taylor1-1/+1
2008-03-06Support --hash-style=gnu.Ian Lance Taylor2-16/+46