aboutsummaryrefslogtreecommitdiff
path: root/gold/i386.cc
AgeCommit message (Expand)AuthorFilesLines
2009-06-22 * layout.cc (Layout::make_output_section): CallIan Lance Taylor1-1/+5
2009-06-052009-06-05 Doug Kwan <dougkwan@google.com>Doug Kwan1-0/+13
2009-03-242009-03-23 Ian Lance Taylor <iant@google.com>Ian Lance Taylor1-4/+6
2009-03-04 PR 9918Ian Lance Taylor1-10/+23
2009-01-30 * i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC callsCary Coutant1-1/+2
2009-01-282009-01-20 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam1-1/+49
2008-09-16 * target-reloc.h (relocate_section): Check whether a symbol isIan Lance Taylor1-1/+1
2008-09-16* i386.cc (Target_i386::define_tls_base_symbol): Update comments.Alexandre Oliva1-2/+2
2008-09-16* options.h (General_options::output_is_executable): New.Alexandre Oliva1-1/+5
2008-08-04 * symtab.h (Symbol::use_plt_offset): New function.Ian Lance Taylor1-8/+3
2008-07-10 Handle output sections with more than 0x7fffffff bytes.Ian Lance Taylor1-1/+2
2008-05-21 * mapfile.cc: New file.Ian Lance Taylor1-1/+6
2008-05-20 * options.h (class General_options): Add -z relro.Ian Lance Taylor1-6/+11
2008-05-16 * i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic typeIan Lance Taylor1-1/+3
2008-05-062008-05-05 Ian Lance Taylor <iant@google.com>Ian Lance Taylor1-2/+2
2008-04-28 * i386.cc (Relocate::relocate): Fix typos for R_386_PC16 andCary Coutant1-2/+2
2008-04-19 * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor1-18/+36
2008-04-17 * i386.cc (Target_i386::define_tls_base_symbol): New function.Cary Coutant1-1/+30
2008-04-16 * copy-relocs.cc: New file.Ian Lance Taylor1-99/+19
2008-04-11 * i386.cc (Target_i386::got_mod_index_entry): Restore code previouslyCary Coutant1-0/+1
2008-04-112008-04-11 Cary Coutant <ccoutant@google.com>Cary Coutant1-35/+211
2008-04-09 * options.h (class General_options): Define --wrap as a specialIan Lance Taylor1-0/+1
2008-03-25 * options.cc (options::help): Print list of supported targets.Ian Lance Taylor1-29/+3
2008-03-25 * i386.cc (Target_i386::Got_type): New enum declaration.Cary Coutant1-30/+48
2008-03-13Update copyright years. Update language files.Ian Lance Taylor1-1/+1
2008-02-29Remove gcc 3.2 compatibility hacks.Ian Lance Taylor1-3/+1
2008-02-28From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor1-24/+25
2008-02-27Implement -q/--emit-relocs.Ian Lance Taylor1-2/+2
2008-02-26From Craig Silverstein: implement -z max-page-size and -zIan Lance Taylor1-2/+2
2008-02-13Support selecting target by name.Ian Lance Taylor1-0/+13
2008-02-12Support dynamic relocations against local section symbols.Ian Lance Taylor1-3/+14
2008-02-08From Cary Coutant: fix handling of undefined symbols in sharedIan Lance Taylor1-2/+4
2008-02-06Initial -r support.Ian Lance Taylor1-0/+182
2008-02-01From Cary Coutant: Fix a case in which code takes the address of aIan Lance Taylor1-1/+1
2008-01-26Don't pass around the target in order to define symbols; get it fromIan Lance Taylor1-2/+2
2008-01-23From Cary Coutant: Fix mixing PIC and non-PIC relocs in the sameIan Lance Taylor1-24/+37
2007-12-21From Cary Coutant: Fix handling of versioned symbols, add some tests.Ian Lance Taylor1-1/+4
2007-12-20Convert more instances of off_t to be 32-bit types.Ian Lance Taylor1-26/+30
2007-12-11From Cary Coutant: Set DF_STATIC_TLS as appropriate.Ian Lance Taylor1-0/+4
2007-12-11From Cary Coutant: Handle TLS entry for TLS module index.Ian Lance Taylor1-33/+37
2007-12-07From Cary Coutant: Fix handling of RELATIVE RELA relocs.Ian Lance Taylor1-19/+24
2007-12-06From Cary Coutant: More support for generating shared libraries.Ian Lance Taylor1-103/+127
2007-11-29Clean up setting address and section offset.Ian Lance Taylor1-6/+6
2007-11-15From Cary Coutant: Count textrel with output sections rather thanIan Lance Taylor1-26/+18
2007-11-15From Craig Silverstein: Add support for --demangle.Ian Lance Taylor1-1/+1
2007-11-14From Cary Coutant: Improve i386 shared library TLS support.Ian Lance Taylor1-41/+320
2007-11-14Add heuristics for undefined symbol warnings.Ian Lance Taylor1-0/+5
2007-11-14Revert last patch.Ian Lance Taylor1-5/+0
2007-11-14Support special always-defined symbols for targets.Ian Lance Taylor1-0/+5
2007-11-12Correct handling of GOT references in a regular object.Ian Lance Taylor1-3/+4