Age | Commit message (Expand) | Author | Files | Lines |
2009-04-27 | * x86_64.cc (do_adjust_output_section): Set entsize to | Ian Lance Taylor | 1 | -3/+1 |
2009-03-27 | * powerpc.cc (Target_powerpc::check_non_pic): Assert that output is | Cary Coutant | 1 | -0/+1 |
2009-03-24 | 2009-03-23 Ian Lance Taylor <iant@google.com> | Ian Lance Taylor | 1 | -4/+7 |
2009-03-04 | PR 9918 | Ian Lance Taylor | 1 | -2/+3 |
2009-01-30 | * i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC calls | Cary Coutant | 1 | -1/+2 |
2009-01-28 | 2009-01-20 Sriraman Tallam <tmsriram@google.com> | Sriraman Tallam | 1 | -1/+52 |
2008-09-16 | * target-reloc.h (relocate_section): Check whether a symbol is | Ian Lance Taylor | 1 | -1/+1 |
2008-09-16 | * i386.cc (Target_i386::define_tls_base_symbol): Update comments. | Alexandre Oliva | 1 | -2/+2 |
2008-09-16 | * options.h (General_options::output_is_executable): New. | Alexandre Oliva | 1 | -1/+5 |
2008-08-15 | 2008-08-14 Cary Coutant <ccoutant@google.com> | Cary Coutant | 1 | -3/+3 |
2008-08-04 | * symtab.h (Symbol::use_plt_offset): New function. | Ian Lance Taylor | 1 | -4/+4 |
2008-07-10 | Handle output sections with more than 0x7fffffff bytes. | Ian Lance Taylor | 1 | -1/+2 |
2008-05-21 | * mapfile.cc: New file. | Ian Lance Taylor | 1 | -1/+6 |
2008-05-20 | * options.h (class General_options): Add -z relro. | Ian Lance Taylor | 1 | -6/+11 |
2008-05-16 | * i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type | Ian Lance Taylor | 1 | -3/+23 |
2008-05-16 | * output.cc (Output_reloc::get_address): Change return type to | Ian Lance Taylor | 1 | -7/+9 |
2008-05-06 | 2008-05-05 Ian Lance Taylor <iant@google.com> | Ian Lance Taylor | 1 | -2/+2 |
2008-04-19 | * object.cc (Xindex::initialize_symtab_xindex): New function. | Ian Lance Taylor | 1 | -20/+40 |
2008-04-17 | * i386.cc (Target_i386::define_tls_base_symbol): New function. | Cary Coutant | 1 | -1/+30 |
2008-04-16 | * copy-relocs.cc: New file. | Ian Lance Taylor | 1 | -99/+19 |
2008-04-11 | * i386.cc (Target_i386::got_mod_index_entry): Restore code previously | Cary Coutant | 1 | -0/+1 |
2008-04-11 | 2008-04-11 Cary Coutant <ccoutant@google.com> | Cary Coutant | 1 | -34/+346 |
2008-04-09 | * options.h (class General_options): Define --wrap as a special | Ian Lance Taylor | 1 | -0/+1 |
2008-04-08 | * x86_64.cc (Target_x86_64::Scan): Change from struct to class. | Ian Lance Taylor | 1 | -1/+61 |
2008-03-26 | PR gold/5986 | Ian Lance Taylor | 1 | -1/+1 |
2008-03-25 | * options.cc (options::help): Print list of supported targets. | Ian Lance Taylor | 1 | -29/+3 |
2008-03-25 | * i386.cc (Target_i386::Got_type): New enum declaration. | Cary Coutant | 1 | -37/+50 |
2008-03-24 | * x86_64.cc: Correct license to GPLv3. | Ian Lance Taylor | 1 | -21/+12 |
2008-03-13 | Update copyright years. Update language files. | Ian Lance Taylor | 1 | -1/+1 |
2008-02-29 | Remove gcc 3.2 compatibility hacks. | Ian Lance Taylor | 1 | -3/+1 |
2008-02-28 | From Craig Silverstein: Have Parameters point to General_options. | Ian Lance Taylor | 1 | -13/+13 |
2008-02-27 | Implement -q/--emit-relocs. | Ian Lance Taylor | 1 | -2/+2 |
2008-02-26 | From Craig Silverstein: implement -z max-page-size and -z | Ian Lance Taylor | 1 | -2/+2 |
2008-02-13 | Support selecting target by name. | Ian Lance Taylor | 1 | -0/+13 |
2008-02-12 | Support dynamic relocations against local section symbols. | Ian Lance Taylor | 1 | -15/+28 |
2008-02-08 | From Cary Coutant: fix handling of undefined symbols in shared | Ian Lance Taylor | 1 | -2/+4 |
2008-02-06 | Initial -r support. | Ian Lance Taylor | 1 | -0/+180 |
2008-02-01 | From Cary Coutant: Fix a case in which code takes the address of a | Ian Lance Taylor | 1 | -1/+1 |
2008-01-26 | Don't pass around the target in order to define symbols; get it from | Ian Lance Taylor | 1 | -2/+2 |
2008-01-23 | From Cary Coutant: Fix mixing PIC and non-PIC relocs in the same | Ian Lance Taylor | 1 | -3/+5 |
2007-12-21 | From Cary Coutant: Fix handling of versioned symbols, add some tests. | Ian Lance Taylor | 1 | -1/+4 |
2007-12-20 | Convert more instances of off_t to be 32-bit types. | Ian Lance Taylor | 1 | -24/+27 |
2007-12-11 | From Cary Coutant: Set DF_STATIC_TLS as appropriate. | Ian Lance Taylor | 1 | -0/+4 |
2007-12-11 | From Cary Coutant: Fix x86_64 TLS problem. | Ian Lance Taylor | 1 | -25/+32 |
2007-12-07 | From Cary Coutant: Fix x86_64 TLS. Also set DT_TEXTREL as well as | Ian Lance Taylor | 1 | -17/+19 |
2007-12-07 | From Cary Coutant: Fix handling of RELATIVE RELA relocs. | Ian Lance Taylor | 1 | -14/+17 |
2007-12-07 | From Cary Coutant: Some x86_64 shared library fixes. | Ian Lance Taylor | 1 | -19/+12 |
2007-12-06 | From Cary Coutant: More support for generating shared libraries. | Ian Lance Taylor | 1 | -52/+244 |
2007-11-29 | Clean up setting address and section offset. | Ian Lance Taylor | 1 | -6/+6 |
2007-11-15 | From Cary Coutant: Count textrel with output sections rather than | Ian Lance Taylor | 1 | -16/+20 |