summaryrefslogtreecommitdiff
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
* elfcpp/David S. Miller2008-04-163-0/+81
* * copy-relocs.cc: New file.Ian Lance Taylor2008-04-1612-619/+515
* * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild.Ian Lance Taylor2008-04-164-25/+16
* * testsuite/script_test_4.sh: Permit leading zeroes.Ian Lance Taylor2008-04-162-1/+5
* * script-sections.cc (Script_sections::create_segments): UseIan Lance Taylor2008-04-157-17/+137
* * sparc.cc: Add definitions for Output_data_plt_sparc classIan Lance Taylor2008-04-152-0/+24
* toplevel/David S. Miller2008-04-159-385/+3680
* * layout.cc (Layout::Layout): Initialize sections_are_attached_.Ian Lance Taylor2008-04-156-108/+114
* * i386.cc (Target_i386::got_mod_index_entry): Restore code previouslyCary Coutant2008-04-113-0/+8
* * output.h (class Output_section_data): Remove inline definitionIan Lance Taylor2008-04-113-2/+19
* 2008-04-11 Cary Coutant <ccoutant@google.com>Cary Coutant2008-04-1110-189/+976
* * testsuite/Makefile.am (justsyms_2r.o): Add dependency onIan Lance Taylor2008-04-116-10/+36
* * options.h (General_options): Add entries for '-Y' andIan Lance Taylor2008-04-113-4/+43
* * testsuite/justsyms.t: Start at 0x100.David S. Miller2008-04-115-5/+12
* 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