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