aboutsummaryrefslogtreecommitdiff
path: root/gold/gold.h
AgeCommit message (Collapse)AuthorFilesLines
2008-03-26 PR gold/5986Ian Lance Taylor1-2/+10
Fix problems building gold with gcc 4.3.0. * gold.h (TEMPLATE_ATTRIBUTE_PRINTF_4): Define. (gold_error_at_location, gold_warning_at_location): Use it. * configure.ac: Check whether we can compile and use a template function with a printf attribute. * x86_64.cc (Target_x86_64::do_code_fill): Swap out a 32-bit value when jumping over bytes. * object.cc: Instantiate Object::read_section_data. * debug.h: Include <cstring> * dwarf_reader.cc: Include <algorithm> * main.cc: Include <cstring>. * options.cc: Include <cstring>. * output.cc: Include <cstring>. * script.cc: Include <cstring>. * script.h: Include <string>. * symtab.cc: Include <cstring> and <algorithm>. * target-select.cc: Include <cstring>. * version.cc: Include <string>. * testsuite/testmain.cc: Include <cstdlib>. * configure, config.in: Rebuild.
2008-03-22 * gold.h: Include <cstddef> and <sys/types.h>Ian Lance Taylor1-0/+3
* options.h: Include <cstring>.
2008-03-13Update copyright years. Update language files.Ian Lance Taylor1-1/+1
2008-02-29Remove gcc 3.2 compatibility hacks.Ian Lance Taylor1-56/+0
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