Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-03-26 | PR gold/5986 | Ian Lance Taylor | 1 | -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 Taylor | 1 | -0/+3 | |
* options.h: Include <cstring>. | |||||
2008-03-13 | Update copyright years. Update language files. | Ian Lance Taylor | 1 | -1/+1 | |
2008-02-29 | Remove gcc 3.2 compatibility hacks. | Ian Lance Taylor | 1 | -56/+0 | |
2007-12-19 | Avoid some warnings which showed up in 64-bit mode. | Ian Lance Taylor | 1 | -1/+1 | |
2007-12-18 | Add section_size_type and section_offset_type, use them to replace a | Ian Lance Taylor | 1 | -4/+28 | |
lot of instances of off_t. | |||||
2007-12-14 | Rewrite workqueue. This version eliminates the master thread, and | Ian Lance Taylor | 1 | -1/+3 | |
reduces the amount of locking required to find a new thread to run. | |||||
2007-11-29 | Clean up setting address and section offset. | Ian Lance Taylor | 1 | -1/+1 | |
2007-10-14 | Run all error handling through an Errors object. Delete output file | Ian Lance Taylor | 1 | -4/+38 | |
on error. | |||||
2007-10-09 | Create a note section with the version of gold. | Ian Lance Taylor | 1 | -0/+4 | |
2007-10-07 | Add --version option. | Ian Lance Taylor | 1 | -0/+4 | |
2007-09-25 | Rework File_read interface. Get file size. Use pread when | Ian Lance Taylor | 1 | -0/+4 | |
available. | |||||
2007-09-22 | Add licensing text to every source file. | Ian Lance Taylor | 1 | -0/+20 | |
2007-09-21 | Actually define GOLD_GOLD_H multiple inclusion macro. | Ian Lance Taylor | 1 | -0/+1 | |
2006-12-06 | gcc 3.2.2 and 4.1.0 portability hacks. | Ian Lance Taylor | 1 | -0/+5 | |
2006-11-30 | Added a testsuite. More support for COPY relocations. | Ian Lance Taylor | 1 | -1/+2 | |
2006-11-29 | Hash tables, dynamic section, i386 PLT, gold_assert. | Ian Lance Taylor | 1 | -4/+12 | |
2006-11-03 | gcc 3.2.2 portability hacks. | Ian Lance Taylor | 1 | -4/+4 | |
2006-10-20 | Framework for relocation scanning. Implement simple static TLS | Ian Lance Taylor | 1 | -0/+21 | |
relocations. | |||||
2006-09-29 | Clean up HAVE_MEMBER_TEMPLATE_SPECIFICATIONS somewhat. | Ian Lance Taylor | 1 | -0/+56 | |
2006-09-29 | Snapshot. Now able to produce a minimal executable which actually | Ian Lance Taylor | 1 | -0/+15 | |
runs. | |||||
2006-09-26 | g++ 3.2.2 portability fixes. | Ian Lance Taylor | 1 | -0/+22 | |
2006-09-26 | g++ 3.2.2 portability for grhat. | Ian Lance Taylor | 1 | -2/+2 | |
2006-09-26 | More section layout code. | Ian Lance Taylor | 1 | -2/+23 | |
2006-08-04 | Initial CVS checkin of gold | Ian Lance Taylor | 1 | -0/+65 | |