summaryrefslogtreecommitdiff
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
* PR gold/5996Ian Lance Taylor2008-04-105-24/+87
* Fix typo in comment in last commit.Ian Lance Taylor2008-04-101-1/+1
* * symtab.cc (Symbol_table::add_from_dynobj): Only look for weakIan Lance Taylor2008-04-099-4/+340
* * options.h (class General_options): Add --noinhibit-exec option.Ian Lance Taylor2008-04-093-1/+10
* * options.h (class General_options): Define --wrap as a specialIan Lance Taylor2008-04-099-1/+127
* * errors.cc (Errors::undefined_symbol): Mention symbol version ifIan Lance Taylor2008-04-092-3/+12
* * layout.h (class Layout): Add added_eh_frame_data_ field.Ian Lance Taylor2008-04-094-5/+25
* * merge.cc (Object_merge_map::get_output_offset): Remove inlineIan Lance Taylor2008-04-082-1/+6
* * configure.ac: Export new conditional variable HAVE_ZLIB.Ian Lance Taylor2008-04-086-30/+73
* * version.cc (version_string): Set to "1.5".Ian Lance Taylor2008-04-082-1/+3
* * x86_64.cc (Target_x86_64::Scan): Change from struct to class.Ian Lance Taylor2008-04-082-1/+67
* * output.cc (Output_reloc<SHT_REL>::local_section_offset): AddIan Lance Taylor2008-04-077-9/+76
* * configure.ac: Don't test for objdump, c++filt, or readelf.Ian Lance Taylor2008-04-076-135/+143
* 2008-04-04 Cary Coutant <ccoutant@google.com>Cary Coutant2008-04-047-5/+227
* * compressed_output.h (class Output_compressed_section): UseIan Lance Taylor2008-04-036-27/+43
* * dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog,David S. Miller2008-04-032-7/+12
* * TODO: New file.Ian Lance Taylor2008-04-032-0/+30
* * fileread.cc (File_read::find_view): Add byteshift and vshiftedIan Lance Taylor2008-04-0210-108/+285
* 2008-03-31 Cary Coutant <ccoutant@google.com>Cary Coutant2008-04-014-30/+178
* * symtab.cc (Symbol_table::do_define_as_constant): Don't force aIan Lance Taylor2008-03-295-2/+68
* * output.ccIan Lance Taylor2008-03-293-63/+63
* * symtab.cc (Symbol_table::add_from_object): If we don't use theIan Lance Taylor2008-03-296-2/+119
* * layout.cc (Layout::layout): If we see an input section with aIan Lance Taylor2008-03-2810-25/+576
* * common.cc (Sort_commons::operator): Correct sorting algorithm.Ian Lance Taylor2008-03-275-6/+117
* * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_Ian Lance Taylor2008-03-275-6/+74
* * symtab.cc (Symbol_table::add_from_relobj): Don't set the versionIan Lance Taylor2008-03-278-5/+149
* PR gold/5986Ian Lance Taylor2008-03-2618-7/+171
* Fix a ChangeLog formatting problem.Ben Elliston2008-03-261-1/+1
* * options.cc: Include "../bfd/bfdver.h".Ian Lance Taylor2008-03-252-0/+9
* * version.cc (print_version): Adjust output for current value ofIan Lance Taylor2008-03-252-3/+20
* * NEWS: New file.Ian Lance Taylor2008-03-251-0/+1
* * options.cc (options::help): Print list of supported targets.Ian Lance Taylor2008-03-257-80/+177
* * README: Rewrite, with some notes on unsupported features.Ian Lance Taylor2008-03-252-10/+49
* * i386.cc (Target_i386::Got_type): New enum declaration.Cary Coutant2008-03-259-416/+418
* * yyscript.y: Fix spelling error in comment.Ben Elliston2008-03-252-1/+5
* * options.h (class General_options): Define build_id option.Ian Lance Taylor2008-03-254-20/+230
* * x86_64.cc: Correct license to GPLv3.Ian Lance Taylor2008-03-242-21/+16
* * options.cc: Include "demangle.h".Ian Lance Taylor2008-03-245-24/+131
* * gold.h: Include <cstddef> and <sys/types.h>Ian Lance Taylor2008-03-223-0/+9
* Add ChangeLog file now that the sources are part of the GNU binutils.Ian Lance Taylor2008-03-211-0/+4
* Bump version for general release.added-to-binutilsIan Lance Taylor2008-03-212-40/+44
* From Craig Silverstein: implement -z defs.Ian Lance Taylor2008-03-202-1/+5
* Make sure the start and size of the TLS segment are aligned.Ian Lance Taylor2008-03-194-20/+89
* Up the version number to 1.3, which was just pushed to devtools.Craig Silverstein2008-03-171-1/+1
* Fix handling of RELA relative relocs against local symbols in mergeIan Lance Taylor2008-03-168-27/+48
* Don't get confused about whether a symbol is the default version if weIan Lance Taylor2008-03-149-17/+152
* Update copyright years. Update language files.Ian Lance Taylor2008-03-1388-446/+637
* Don't crash if we change the address of the .eh_frame section after weIan Lance Taylor2008-03-133-2/+23
* From Craig Silverstein: Implement --debug=files to track file opens,Ian Lance Taylor2008-03-136-9/+37
* Combine read-only .eh_frame sections with read-write .eh_frameIan Lance Taylor2008-03-125-4/+89