2008-04-10 |
Ian Lance Taylor | PR gold/5996 |
tree | commitdiff |
2008-04-10 |
Ian Lance Taylor | Fix typo in comment in last commit. |
tree | commitdiff |
2008-04-09 |
Ian Lance Taylor | * symtab.cc (Symbol_table::add_from_dynobj): Only... |
tree | commitdiff |
2008-04-09 |
Ian Lance Taylor | * options.h (class General_options): Add --noinhibit... |
tree | commitdiff |
2008-04-09 |
Ian Lance Taylor | * options.h (class General_options): Define --wrap... |
tree | commitdiff |
2008-04-09 |
Ian Lance Taylor | * errors.cc (Errors::undefined_symbol): Mention symbol... |
tree | commitdiff |
2008-04-09 |
Ian Lance Taylor | * layout.h (class Layout): Add added_eh_frame_data_... |
tree | commitdiff |
2008-04-08 |
Ian Lance Taylor | * merge.cc (Object_merge_map::get_output_offset):... |
tree | commitdiff |
2008-04-08 |
Ian Lance Taylor | * configure.ac: Export new conditional variable HAVE_ZLIB. |
tree | commitdiff |
2008-04-08 |
Ian Lance Taylor | * version.cc (version_string): Set to "1.5". |
tree | commitdiff |
2008-04-08 |
Ian Lance Taylor | * x86_64.cc (Target_x86_64::Scan): Change from struct... |
tree | commitdiff |
2008-04-07 |
Ian Lance Taylor | * output.cc (Output_reloc<SHT_REL>::local_section_offs... |
tree | commitdiff |
2008-04-07 |
Ian Lance Taylor | * configure.ac: Don't test for objdump, c++filt, or... |
tree | commitdiff |
2008-04-04 |
Cary Coutant | 2008-04-04 Cary Coutant <ccoutant@google.com> |
tree | commitdiff |
2008-04-03 |
Ian Lance Taylor | * compressed_output.h (class Output_compressed_section... |
tree | commitdiff |
2008-04-03 |
David S. Miller | * dwarf_reader.cc (Sized_dwarf_line_info::read_header... |
tree | commitdiff |
2008-04-03 |
Ian Lance Taylor | * TODO: New file. |
tree | commitdiff |
2008-04-02 |
Ian Lance Taylor | * fileread.cc (File_read::find_view): Add byteshift... |
tree | commitdiff |
2008-04-01 |
Cary Coutant | 2008-03-31 Cary Coutant <ccoutant@google.com> |
tree | commitdiff |
2008-03-29 |
Ian Lance Taylor | * symtab.cc (Symbol_table::do_define_as_constant)... |
tree | commitdiff |
2008-03-29 |
Ian Lance Taylor | * output.cc |
tree | commitdiff |
2008-03-29 |
Ian Lance Taylor | * symtab.cc (Symbol_table::add_from_object): If we... |
tree | commitdiff |
2008-03-28 |
Ian Lance Taylor | * layout.cc (Layout::layout): If we see an input secti... |
tree | commitdiff |
2008-03-27 |
Ian Lance Taylor | * common.cc (Sort_commons::operator): Correct sorting... |
tree | commitdiff |
2008-03-27 |
Ian Lance Taylor | * symtab.cc (Symbol_table::add_from_object): Handle... |
tree | commitdiff |
2008-03-27 |
Ian Lance Taylor | * symtab.cc (Symbol_table::add_from_relobj): Don't... |
tree | commitdiff |
2008-03-26 |
Ian Lance Taylor | PR gold/5986 |
tree | commitdiff |
2008-03-26 |
Ben Elliston | Fix a ChangeLog formatting problem. |
tree | commitdiff |
2008-03-25 |
Ian Lance Taylor | * options.cc: Include "../bfd/bfdver.h". |
tree | commitdiff |
2008-03-25 |
Ian Lance Taylor | * version.cc (print_version): Adjust output for curren... |
tree | commitdiff |
2008-03-25 |
Ian Lance Taylor | * NEWS: New file. |
tree | commitdiff |
2008-03-25 |
Ian Lance Taylor | * options.cc (options::help): Print list of supported... |
tree | commitdiff |
2008-03-25 |
Ian Lance Taylor | * README: Rewrite, with some notes on unsupported... |
tree | commitdiff |
2008-03-25 |
Cary Coutant | * i386.cc (Target_i386::Got_type): New enum declaration. |
tree | commitdiff |
2008-03-25 |
Ben Elliston | * yyscript.y: Fix spelling error in comment. |
tree | commitdiff |
2008-03-25 |
Ian Lance Taylor | * options.h (class General_options): Define build_id... |
tree | commitdiff |
2008-03-24 |
Ian Lance Taylor | * x86_64.cc: Correct license to GPLv3. |
tree | commitdiff |
2008-03-24 |
Ian Lance Taylor | * options.cc: Include "demangle.h". |
tree | commitdiff |
2008-03-22 |
Ian Lance Taylor | * gold.h: Include <cstddef> and <sys/types.h> |
tree | commitdiff |
2008-03-21 |
Ian Lance Taylor | Add ChangeLog file now that the sources are part of... |
tree | commitdiff |
2008-03-21 |
Ian Lance Taylor | Bump version for general release. |
tree | commitdiff |
2008-03-20 |
Ian Lance Taylor | From Craig Silverstein: implement -z defs. |
tree | commitdiff |
2008-03-19 |
Ian Lance Taylor | Make sure the start and size of the TLS segment are... |
tree | commitdiff |
2008-03-17 |
Craig Silverstein | Up the version number to 1.3, which was just pushed... |
tree | commitdiff |
2008-03-16 |
Ian Lance Taylor | Fix handling of RELA relative relocs against local... |
tree | commitdiff |
2008-03-14 |
Ian Lance Taylor | Don't get confused about whether a symbol is the defaul... |
tree | commitdiff |
2008-03-13 |
Ian Lance Taylor | Update copyright years. Update language files. |
tree | commitdiff |
2008-03-13 |
Ian Lance Taylor | Don't crash if we change the address of the .eh_frame... |
tree | commitdiff |
2008-03-13 |
Ian Lance Taylor | From Craig Silverstein: Implement --debug=files to... |
tree | commitdiff |
2008-03-12 |
Ian Lance Taylor | Combine read-only .eh_frame sections with read-write... |
tree | commitdiff |
2008-03-11 |
Craig Silverstein | Up version to 1.2, as the 1.2 binary was pushed to... |
tree | commitdiff |
2008-03-11 |
Ian Lance Taylor | If we a section with no flags followed by a section... |
tree | commitdiff |
2008-03-07 |
Ian Lance Taylor | From Craig Silverstein: sort options into alphabetical... |
tree | commitdiff |
2008-03-07 |
Ian Lance Taylor | Increase maximum bucket size for dynamic hash tables. |
tree | commitdiff |
2008-03-07 |
Ian Lance Taylor | From Craig Silverstein: implement --hash-bucket-empty... |
tree | commitdiff |
2008-03-07 |
Ian Lance Taylor | Recognize --hash-bucket-empty-fraction. |
tree | commitdiff |
2008-03-06 |
Ian Lance Taylor | Use absolute address for relocations when not doing... |
tree | commitdiff |
2008-03-06 |
Ian Lance Taylor | Use N_ for option help strings, and call gettext when... |
tree | commitdiff |
2008-03-06 |
Ian Lance Taylor | From Craig Silverstein: accept any string for input... |
tree | commitdiff |
2008-03-06 |
Ian Lance Taylor | Don't use the user-specified output format unless the... |
tree | commitdiff |
2008-03-06 |
Ian Lance Taylor | Support --hash-style=gnu. |
tree | commitdiff |
2008-03-04 |
Ian Lance Taylor | From Craig Silverstein: rework option handling to make... |
tree | commitdiff |
2008-03-04 |
Ian Lance Taylor | From Craig Silverstein: rename some option functions... |
tree | commitdiff |
2008-03-03 |
Ian Lance Taylor | Remove partial implementation that was never completed... |
tree | commitdiff |
2008-02-29 |
Ian Lance Taylor | Remove gcc 3.2 compatibility hacks. |
tree | commitdiff |
2008-02-29 |
Ian Lance Taylor | Permit scripts to refer to the addresses of output... |
tree | commitdiff |
2008-02-28 |
Ian Lance Taylor | Don't warn about redefinitions from a --just-symbols... |
tree | commitdiff |
2008-02-28 |
Ian Lance Taylor | Support -d/--define-common. |
tree | commitdiff |
2008-02-28 |
Ian Lance Taylor | Read input scripts which look like input objects with... |
tree | commitdiff |
2008-02-28 |
Ian Lance Taylor | Don't check assertions until symbols are finalized... |
tree | commitdiff |
2008-02-28 |
Ian Lance Taylor | Put input sections with no flags in output sections... |
tree | commitdiff |
2008-02-28 |
Ian Lance Taylor | From Craig Silverstein: Have Parameters point to Genera... |
tree | commitdiff |
2008-02-27 |
Ian Lance Taylor | Implement -q/--emit-relocs. |
tree | commitdiff |
2008-02-27 |
Ian Lance Taylor | Fix handling of ENTRY in linker script. |
tree | commitdiff |
2008-02-26 |
Ian Lance Taylor | From Craig Silverstein: rework handling of Script_options. |
tree | commitdiff |
2008-02-26 |
Ian Lance Taylor | From Craig Silverstein: implement -z max-page-size... |
tree | commitdiff |
2008-02-26 |
Ian Lance Taylor | From Craig Silverstein: rename option functions for... |
tree | commitdiff |
2008-02-14 |
Ian Lance Taylor | Align FDE and CIE lengths as needed. |
tree | commitdiff |
2008-02-14 |
Ian Lance Taylor | Set load address for orphan sections. |
tree | commitdiff |
2008-02-13 |
Ian Lance Taylor | Implement -Tdata and -Tbss. |
tree | commitdiff |
2008-02-13 |
Ian Lance Taylor | Implement remaining linker script functions. |
tree | commitdiff |
2008-02-13 |
Ian Lance Taylor | Support selecting target by name. |
tree | commitdiff |
2008-02-13 |
Ian Lance Taylor | Assignments in linker scripts override definitions... |
tree | commitdiff |
2008-02-13 |
Ian Lance Taylor | Implement LOADADDR and SIZEOF. |
tree | commitdiff |
2008-02-12 |
Craig Silverstein | Up version to 1.1, as the 1.1 binary was pushed to... |
tree | commitdiff |
2008-02-12 |
Ian Lance Taylor | Support dynamic relocations against local section symbols. |
tree | commitdiff |
2008-02-12 |
Ian Lance Taylor | Set TEXTREL correctly when using a SECTIONS clause. |
tree | commitdiff |
2008-02-12 |
Ian Lance Taylor | Pass down alignment when adding input section to orphan... |
tree | commitdiff |
2008-02-12 |
Ian Lance Taylor | Force different sections to different pages for better... |
tree | commitdiff |
2008-02-12 |
Ian Lance Taylor | Fix precedence error, avoid signed/unsignd warning. |
tree | commitdiff |
2008-02-09 |
Ian Lance Taylor | Track sections for expressions. |
tree | commitdiff |
2008-02-08 |
Ian Lance Taylor | From Cary Coutant: fix handling of undefined symbols... |
tree | commitdiff |
2008-02-08 |
Ian Lance Taylor | Don't read linker scripts in binary mode. |
tree | commitdiff |
2008-02-08 |
Ian Lance Taylor | Add support for --format binary for input files. |
tree | commitdiff |
2008-02-07 |
Ian Lance Taylor | Support --oformat binary. |
tree | commitdiff |
2008-02-07 |
Ian Lance Taylor | Ignore version scripts for relocatable links. |
tree | commitdiff |
2008-02-07 |
Ian Lance Taylor | Even when stripping all symbols, we need to write out... |
tree | commitdiff |
2008-02-07 |
Ian Lance Taylor | Implement --just-symbols, including -R FILE. Fix symbo... |
tree | commitdiff |
2008-02-06 |
Ian Lance Taylor | Support creating empty output when there are no input... |
tree | commitdiff |
2008-02-06 |
Ian Lance Taylor | Fix group signature handling for relocatable link,... |
tree | commitdiff |
next |