summaryrefslogtreecommitdiff
path: root/gold/x86_64.cc
Commit message (Expand)AuthorAgeFilesLines
* * target-reloc.h (relocate_section): Check whether a symbol isIan Lance Taylor2008-09-161-1/+1
* * i386.cc (Target_i386::define_tls_base_symbol): Update comments.Alexandre Oliva2008-09-161-2/+2
* * options.h (General_options::output_is_executable): New.Alexandre Oliva2008-09-161-1/+5
* 2008-08-14 Cary Coutant <ccoutant@google.com>Cary Coutant2008-08-151-3/+3
* * symtab.h (Symbol::use_plt_offset): New function.Ian Lance Taylor2008-08-041-4/+4
* Handle output sections with more than 0x7fffffff bytes.Ian Lance Taylor2008-07-101-1/+2
* * mapfile.cc: New file.Ian Lance Taylor2008-05-211-1/+6
* * options.h (class General_options): Add -z relro.Ian Lance Taylor2008-05-201-6/+11
* * i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic typeIan Lance Taylor2008-05-161-3/+23
* * output.cc (Output_reloc::get_address): Change return type toIan Lance Taylor2008-05-161-7/+9
* 2008-05-05 Ian Lance Taylor <iant@google.com>Ian Lance Taylor2008-05-061-2/+2
* * object.cc (Xindex::initialize_symtab_xindex): New function.Ian Lance Taylor2008-04-191-20/+40
* * i386.cc (Target_i386::define_tls_base_symbol): New function.Cary Coutant2008-04-171-1/+30
* * copy-relocs.cc: New file.Ian Lance Taylor2008-04-161-99/+19
* * i386.cc (Target_i386::got_mod_index_entry): Restore code previouslyCary Coutant2008-04-111-0/+1
* 2008-04-11 Cary Coutant <ccoutant@google.com>Cary Coutant2008-04-111-34/+346
* * options.h (class General_options): Define --wrap as a specialIan Lance Taylor2008-04-091-0/+1
* * x86_64.cc (Target_x86_64::Scan): Change from struct to class.Ian Lance Taylor2008-04-081-1/+61
* PR gold/5986Ian Lance Taylor2008-03-261-1/+1
* * options.cc (options::help): Print list of supported targets.Ian Lance Taylor2008-03-251-29/+3
* * i386.cc (Target_i386::Got_type): New enum declaration.Cary Coutant2008-03-251-37/+50
* * x86_64.cc: Correct license to GPLv3.Ian Lance Taylor2008-03-241-21/+12
* Update copyright years. Update language files.Ian Lance Taylor2008-03-131-1/+1
* Remove gcc 3.2 compatibility hacks.Ian Lance Taylor2008-02-291-3/+1
* From Craig Silverstein: Have Parameters point to General_options.Ian Lance Taylor2008-02-281-13/+13
* Implement -q/--emit-relocs.Ian Lance Taylor2008-02-271-2/+2
* From Craig Silverstein: implement -z max-page-size and -zIan Lance Taylor2008-02-261-2/+2
* Support selecting target by name.Ian Lance Taylor2008-02-131-0/+13
* Support dynamic relocations against local section symbols.Ian Lance Taylor2008-02-121-15/+28
* From Cary Coutant: fix handling of undefined symbols in sharedIan Lance Taylor2008-02-081-2/+4
* Initial -r support.Ian Lance Taylor2008-02-061-0/+180
* From Cary Coutant: Fix a case in which code takes the address of aIan Lance Taylor2008-02-011-1/+1
* Don't pass around the target in order to define symbols; get it fromIan Lance Taylor2008-01-261-2/+2
* From Cary Coutant: Fix mixing PIC and non-PIC relocs in the sameIan Lance Taylor2008-01-231-3/+5
* From Cary Coutant: Fix handling of versioned symbols, add some tests.Ian Lance Taylor2007-12-211-1/+4
* Convert more instances of off_t to be 32-bit types.Ian Lance Taylor2007-12-201-24/+27
* From Cary Coutant: Set DF_STATIC_TLS as appropriate.Ian Lance Taylor2007-12-111-0/+4
* From Cary Coutant: Fix x86_64 TLS problem.Ian Lance Taylor2007-12-111-25/+32
* From Cary Coutant: Fix x86_64 TLS. Also set DT_TEXTREL as well asIan Lance Taylor2007-12-071-17/+19
* From Cary Coutant: Fix handling of RELATIVE RELA relocs.Ian Lance Taylor2007-12-071-14/+17
* From Cary Coutant: Some x86_64 shared library fixes.Ian Lance Taylor2007-12-071-19/+12
* From Cary Coutant: More support for generating shared libraries.Ian Lance Taylor2007-12-061-52/+244
* Clean up setting address and section offset.Ian Lance Taylor2007-11-291-6/+6
* From Cary Coutant: Count textrel with output sections rather thanIan Lance Taylor2007-11-151-16/+20
* From Craig Silverstein: Add support for --demangle.Ian Lance Taylor2007-11-151-2/+3
* From Cary Coutant: Improve i386 shared library TLS support.Ian Lance Taylor2007-11-141-0/+4
* Add heuristics for undefined symbol warnings.Ian Lance Taylor2007-11-141-0/+5
* Revert last patch.Ian Lance Taylor2007-11-141-5/+0
* Support special always-defined symbols for targets.Ian Lance Taylor2007-11-141-0/+5
* Correct handling of GOT references in a regular object.Ian Lance Taylor2007-11-121-1/+2