summaryrefslogtreecommitdiff
path: root/gold
Commit message (Expand)AuthorAgeFilesLines
* From Cary Coutant: Handle TLS entry for TLS module index.Ian Lance Taylor2007-12-111-33/+37
* Keep views on views_ list so that they can be found again.Ian Lance Taylor2007-12-101-13/+19
* Released gold-alpha 0.9.Craig Silverstein2007-12-081-1/+1
* From Craig Silverstein: Fix error message, add this->.Ian Lance Taylor2007-12-083-4/+4
* From Cary Coutant: Fix x86_64 TLS. Also set DT_TEXTREL as well asIan Lance Taylor2007-12-072-18/+24
* From Cary Coutant: Fix handling of RELATIVE RELA relocs.Ian Lance Taylor2007-12-076-111/+200
* Fix ehframe header handling for shared libraries.Ian Lance Taylor2007-12-073-5/+30
* From Cary Coutant: Some x86_64 shared library fixes.Ian Lance Taylor2007-12-071-19/+12
* From Cary Coutant: Remove commented out assert. Also add comment forIan Lance Taylor2007-12-071-4/+3
* From Craig Silverstein: Reorganize testsuite Makefile.am.Ian Lance Taylor2007-12-062-443/+517
* Initialize variable to avoid warning.Ian Lance Taylor2007-12-061-1/+1
* From Cary Coutant: More support for generating shared libraries.Ian Lance Taylor2007-12-0612-360/+1285
* Fix comment.Ian Lance Taylor2007-12-061-2/+3
* Don't write out the symbol table when stripping.Ian Lance Taylor2007-12-061-7/+10
* Rework Stringpool to not compute the hash code twice when adding a newIan Lance Taylor2007-12-052-120/+184
* From Craig Silverstein: Support -o -.Ian Lance Taylor2007-12-051-12/+21
* From Craig Silverstein: Test some flags.Ian Lance Taylor2007-12-052-13/+132
* Stringpool stats. Also make Symbol_table support functions inline.Ian Lance Taylor2007-12-056-7/+43
* From Craig Silverstein: Support irregular output files.Ian Lance Taylor2007-12-042-20/+87
* Print symbol table statistics with --stats.Ian Lance Taylor2007-12-043-0/+19
* From Craig Silverstein: Use gold_fatal in options.h, beef up value checks.Ian Lance Taylor2007-12-041-14/+16
* More -fPIC options.Ian Lance Taylor2007-12-012-6/+6
* Add missing space.Ian Lance Taylor2007-12-012-2/+2
* Compile shared library code with -fPIC. Also, alphabetize.Ian Lance Taylor2007-12-014-9/+9
* Add casts to avoid warnings.Ian Lance Taylor2007-12-011-2/+3
* Compress all debug sections.Ian Lance Taylor2007-12-0115-417/+386
* From Cary Coutant: Avoid compilation warnings if no zlib.h.Ian Lance Taylor2007-11-301-4/+12
* From Craig Silverstein: Add support for compressing .debug_str section.Ian Lance Taylor2007-11-3020-207/+1429
* Clean up setting address and section offset.Ian Lance Taylor2007-11-2913-190/+378
* Don't try to delete the output file if we don't know its name yet.Ian Lance Taylor2007-11-282-1/+7
* From Craig Silverstein: Fix up comments.Ian Lance Taylor2007-11-281-5/+5
* From Craig Silverstein: Better handling of ODR violations which areIan Lance Taylor2007-11-285-48/+255
* Rework merge_map for speed.Ian Lance Taylor2007-11-273-90/+263
* Make Merge_key_less operator() inline.Ian Lance Taylor2007-11-222-2/+2
* Add threading support.Ian Lance Taylor2007-11-2231-437/+1443
* From Craig Silverstein: Also set entsize for .debug_str sections.Ian Lance Taylor2007-11-201-3/+6
* From Craig Silverstein: Force .debug_str sections to be SHF_MERGE andIan Lance Taylor2007-11-191-3/+10
* From Craig Silverstein: Quote the symbol name in the ODR violationIan Lance Taylor2007-11-172-3/+3
* Released gold 0.8Craig Silverstein2007-11-161-1/+1
* Ignore empty archives.Ian Lance Taylor2007-11-161-0/+7
* When looking for ODR violations, only check the file base name. Also,Ian Lance Taylor2007-11-161-5/+33
* DW_LNE_end_sequence indicates that the address points to the byteIan Lance Taylor2007-11-161-0/+4
* From Cary Coutant: Count textrel with output sections rather thanIan Lance Taylor2007-11-158-89/+151
* From Craig Silverstein: Add --strip-debug-gdb.Ian Lance Taylor2007-11-155-2/+66
* Workaround bug in gcc 4.0.3 STL.Ian Lance Taylor2007-11-151-3/+4
* From Craig Silverstein: Add support for --demangle.Ian Lance Taylor2007-11-1512-21/+100
* From Cary Coutant: Improve i386 shared library TLS support.Ian Lance Taylor2007-11-149-48/+535
* From Craig Silverstein: Report output file name with ODR violationIan Lance Taylor2007-11-144-6/+7
* If generating a .err file fails, remove it.Ian Lance Taylor2007-11-142-0/+4
* From Craig Silverstein: Clean up DWARF line reader code.Ian Lance Taylor2007-11-142-10/+2