summaryrefslogtreecommitdiff
path: root/gold/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* Add infrastructure for threading support.Ian Lance Taylor2007-10-171-1/+5
|
* Run all error handling through an Errors object. Delete output fileIan Lance Taylor2007-10-141-0/+2
| | | | on error.
* From Craig Silverstein: add tls.h, use it in i386.cc.Ian Lance Taylor2007-10-081-0/+1
|
* Add --version option.Ian Lance Taylor2007-10-071-0/+1
|
* Full support for --sysroot.Ian Lance Taylor2007-10-041-2/+5
|
* From Craig Silverstein: x86_64 support.Ian Lance Taylor2007-10-011-2/+2
|
* Clean up target handling--only build required files, warn aboutIan Lance Taylor2007-09-301-7/+12
| | | | unsupported targets.
* Add basic exception frame header, plus test.Ian Lance Taylor2007-09-261-0/+2
|
* Rework File_read interface. Get file size. Use pread whenIan Lance Taylor2007-09-251-2/+2
| | | | available.
* Change YFLAGS to AM_YFLAGS.Ian Lance Taylor2007-09-221-1/+1
|
* Add bootstrap test.Ian Lance Taylor2007-09-221-3/+47
|
* Add global parameters.Ian Lance Taylor2007-09-211-0/+2
|
* Add support for SHF_MERGE sections.Ian Lance Taylor2007-05-161-0/+2
|
* Added a testsuite. More support for COPY relocations.Ian Lance Taylor2006-11-301-9/+15
|
* Snapshot. Includes first cut at output relocation sections.Ian Lance Taylor2006-11-161-0/+2
|
* More dynamic object support, initial scripting support.Ian Lance Taylor2006-11-141-2/+14
|
* Can now do a full static link of hello, world in C or C++Ian Lance Taylor2006-11-031-0/+4
|
* Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor2006-09-291-0/+5
| | | | runs.
* New drop, with first cut of section layout code.Ian Lance Taylor2006-09-211-1/+4
|
* Another snapshot of the current state of the sources. Gets to theIan Lance Taylor2006-08-181-3/+12
| | | | | point of symbol resolution and can now issue a multiple definition error. Also added target selection infrastructure.
* Initial CVS checkin of goldIan Lance Taylor2006-08-041-0/+69