summaryrefslogtreecommitdiff
path: root/gold/dynobj.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix soname for library found in search path.Ian Lance Taylor2007-10-091-1/+1
|
* From Craig Silverstein: avoid some signed/unsigned warnings from gcc 4.2.Ian Lance Taylor2007-10-021-1/+1
|
* Put size and endianness in parameters.Ian Lance Taylor2007-09-261-29/+65
|
* Add cache parameter to get_view. Discard uncached views on unlock.Ian Lance Taylor2007-09-251-5/+7
| | | | Fix bug this exposed in archive armap symbol name handling.
* Add licensing text to every source file.Ian Lance Taylor2007-09-221-0/+20
|
* Add global parameters.Ian Lance Taylor2007-09-211-14/+8
|
* Don't try to find version definition index when creating an executable.Ian Lance Taylor2007-09-121-4/+14
|
* Only create a version definition for a shared library. Set theIan Lance Taylor2007-09-111-1/+5
| | | | | dynamic symbol index for a version definition when finalizing versions.
* Add support for --enable-target to control which templateIan Lance Taylor2007-09-041-0/+32
| | | | specializations we generate.
* Don't emit symbols seen only in dynamic object, don't read duplicateIan Lance Taylor2006-12-061-6/+6
| | | | dynamic object.
* gcc 3.2.2 and 4.1.0 portability hacks.Ian Lance Taylor2006-12-061-70/+95
|
* Generate version information.Ian Lance Taylor2006-12-061-148/+693
|
* Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor2006-11-291-14/+421
|
* More dynamic object support, initial scripting support.Ian Lance Taylor2006-11-141-0/+670