summaryrefslogtreecommitdiff
path: root/gold/gold.h
Commit message (Collapse)AuthorAgeFilesLines
* Avoid some warnings which showed up in 64-bit mode.Ian Lance Taylor2007-12-191-1/+1
|
* Add section_size_type and section_offset_type, use them to replace aIan Lance Taylor2007-12-181-4/+28
| | | | lot of instances of off_t.
* Rewrite workqueue. This version eliminates the master thread, andIan Lance Taylor2007-12-141-1/+3
| | | | reduces the amount of locking required to find a new thread to run.
* Clean up setting address and section offset.Ian Lance Taylor2007-11-291-1/+1
|
* Run all error handling through an Errors object. Delete output fileIan Lance Taylor2007-10-141-4/+38
| | | | on error.
* Create a note section with the version of gold.Ian Lance Taylor2007-10-091-0/+4
|
* Add --version option.Ian Lance Taylor2007-10-071-0/+4
|
* Rework File_read interface. Get file size. Use pread whenIan Lance Taylor2007-09-251-0/+4
| | | | available.
* Add licensing text to every source file.Ian Lance Taylor2007-09-221-0/+20
|
* Actually define GOLD_GOLD_H multiple inclusion macro.Ian Lance Taylor2007-09-211-0/+1
|
* gcc 3.2.2 and 4.1.0 portability hacks.Ian Lance Taylor2006-12-061-0/+5
|
* Added a testsuite. More support for COPY relocations.Ian Lance Taylor2006-11-301-1/+2
|
* Hash tables, dynamic section, i386 PLT, gold_assert.Ian Lance Taylor2006-11-291-4/+12
|
* gcc 3.2.2 portability hacks.Ian Lance Taylor2006-11-031-4/+4
|
* Framework for relocation scanning. Implement simple static TLSIan Lance Taylor2006-10-201-0/+21
| | | | relocations.
* Clean up HAVE_MEMBER_TEMPLATE_SPECIFICATIONS somewhat.Ian Lance Taylor2006-09-291-0/+56
|
* Snapshot. Now able to produce a minimal executable which actuallyIan Lance Taylor2006-09-291-0/+15
| | | | runs.
* g++ 3.2.2 portability fixes.Ian Lance Taylor2006-09-261-0/+22
|
* g++ 3.2.2 portability for grhat.Ian Lance Taylor2006-09-261-2/+2
|
* More section layout code.Ian Lance Taylor2006-09-261-2/+23
|
* Initial CVS checkin of goldIan Lance Taylor2006-08-041-0/+65