GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/binutils-gdb.git
gentoo/binutils-2.29.1
gentoo/binutils-2.30
gentoo/binutils-2.31
gentoo/binutils-2.31.1
gentoo/binutils-2.32
gentoo/binutils-2.33.1
gentoo/binutils-2.34
gentoo/binutils-2.35
gentoo/binutils-2.35.1
gentoo/binutils-2.35.2
gentoo/binutils-2.36
gentoo/binutils-2.36.1
gentoo/binutils-2.37
gentoo/binutils-2.38
gentoo/binutils-2.39
gentoo/binutils-2.40
gentoo/binutils-2.41
gentoo/binutils-2.42
gentoo/binutils-2.43
gentoo/dilfridge/test-libctf
master
Gentoo vendor branches of the binutils / gdb code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gold
/
i386.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR 9918
Ian Lance Taylor
2009-03-04
1
-10
/
+23
*
* i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC calls
Cary Coutant
2009-01-30
1
-1
/
+2
*
2009-01-20 Sriraman Tallam <tmsriram@google.com>
Sriraman Tallam
2009-01-28
1
-1
/
+49
*
* target-reloc.h (relocate_section): Check whether a symbol is
Ian Lance Taylor
2008-09-16
1
-1
/
+1
*
* i386.cc (Target_i386::define_tls_base_symbol): Update comments.
Alexandre Oliva
2008-09-16
1
-2
/
+2
*
* options.h (General_options::output_is_executable): New.
Alexandre Oliva
2008-09-16
1
-1
/
+5
*
* symtab.h (Symbol::use_plt_offset): New function.
Ian Lance Taylor
2008-08-04
1
-8
/
+3
*
Handle output sections with more than 0x7fffffff bytes.
Ian Lance Taylor
2008-07-10
1
-1
/
+2
*
* mapfile.cc: New file.
Ian Lance Taylor
2008-05-21
1
-1
/
+6
*
* options.h (class General_options): Add -z relro.
Ian Lance Taylor
2008-05-20
1
-6
/
+11
*
* i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type
Ian Lance Taylor
2008-05-16
1
-1
/
+3
*
2008-05-05 Ian Lance Taylor <iant@google.com>
Ian Lance Taylor
2008-05-06
1
-2
/
+2
*
* i386.cc (Relocate::relocate): Fix typos for R_386_PC16 and
Cary Coutant
2008-04-28
1
-2
/
+2
*
* object.cc (Xindex::initialize_symtab_xindex): New function.
Ian Lance Taylor
2008-04-19
1
-18
/
+36
*
* i386.cc (Target_i386::define_tls_base_symbol): New function.
Cary Coutant
2008-04-17
1
-1
/
+30
*
* copy-relocs.cc: New file.
Ian Lance Taylor
2008-04-16
1
-99
/
+19
*
* i386.cc (Target_i386::got_mod_index_entry): Restore code previously
Cary Coutant
2008-04-11
1
-0
/
+1
*
2008-04-11 Cary Coutant <ccoutant@google.com>
Cary Coutant
2008-04-11
1
-35
/
+211
*
* options.h (class General_options): Define --wrap as a special
Ian Lance Taylor
2008-04-09
1
-0
/
+1
*
* options.cc (options::help): Print list of supported targets.
Ian Lance Taylor
2008-03-25
1
-29
/
+3
*
* i386.cc (Target_i386::Got_type): New enum declaration.
Cary Coutant
2008-03-25
1
-30
/
+48
*
Update copyright years. Update language files.
Ian Lance Taylor
2008-03-13
1
-1
/
+1
*
Remove gcc 3.2 compatibility hacks.
Ian Lance Taylor
2008-02-29
1
-3
/
+1
*
From Craig Silverstein: Have Parameters point to General_options.
Ian Lance Taylor
2008-02-28
1
-24
/
+25
*
Implement -q/--emit-relocs.
Ian Lance Taylor
2008-02-27
1
-2
/
+2
*
From Craig Silverstein: implement -z max-page-size and -z
Ian Lance Taylor
2008-02-26
1
-2
/
+2
*
Support selecting target by name.
Ian Lance Taylor
2008-02-13
1
-0
/
+13
*
Support dynamic relocations against local section symbols.
Ian Lance Taylor
2008-02-12
1
-3
/
+14
*
From Cary Coutant: fix handling of undefined symbols in shared
Ian Lance Taylor
2008-02-08
1
-2
/
+4
*
Initial -r support.
Ian Lance Taylor
2008-02-06
1
-0
/
+182
*
From Cary Coutant: Fix a case in which code takes the address of a
Ian Lance Taylor
2008-02-01
1
-1
/
+1
*
Don't pass around the target in order to define symbols; get it from
Ian Lance Taylor
2008-01-26
1
-2
/
+2
*
From Cary Coutant: Fix mixing PIC and non-PIC relocs in the same
Ian Lance Taylor
2008-01-23
1
-24
/
+37
*
From Cary Coutant: Fix handling of versioned symbols, add some tests.
Ian Lance Taylor
2007-12-21
1
-1
/
+4
*
Convert more instances of off_t to be 32-bit types.
Ian Lance Taylor
2007-12-20
1
-26
/
+30
*
From Cary Coutant: Set DF_STATIC_TLS as appropriate.
Ian Lance Taylor
2007-12-11
1
-0
/
+4
*
From Cary Coutant: Handle TLS entry for TLS module index.
Ian Lance Taylor
2007-12-11
1
-33
/
+37
*
From Cary Coutant: Fix handling of RELATIVE RELA relocs.
Ian Lance Taylor
2007-12-07
1
-19
/
+24
*
From Cary Coutant: More support for generating shared libraries.
Ian Lance Taylor
2007-12-06
1
-103
/
+127
*
Clean up setting address and section offset.
Ian Lance Taylor
2007-11-29
1
-6
/
+6
*
From Cary Coutant: Count textrel with output sections rather than
Ian Lance Taylor
2007-11-15
1
-26
/
+18
*
From Craig Silverstein: Add support for --demangle.
Ian Lance Taylor
2007-11-15
1
-1
/
+1
*
From Cary Coutant: Improve i386 shared library TLS support.
Ian Lance Taylor
2007-11-14
1
-41
/
+320
*
Add heuristics for undefined symbol warnings.
Ian Lance Taylor
2007-11-14
1
-0
/
+5
*
Revert last patch.
Ian Lance Taylor
2007-11-14
1
-5
/
+0
*
Support special always-defined symbols for targets.
Ian Lance Taylor
2007-11-14
1
-0
/
+5
*
Correct handling of GOT references in a regular object.
Ian Lance Taylor
2007-11-12
1
-3
/
+4
*
From Cary Coutant: More shared library support, some refactorization.
Ian Lance Taylor
2007-11-09
1
-106
/
+127
*
Generate a complete exception frame header. Discard duplicate
Ian Lance Taylor
2007-11-09
1
-6
/
+15
*
From Cary Coutant: Correct generation of RELATIVE relocs.
Ian Lance Taylor
2007-11-02
1
-26
/
+77
[next]