Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-08 | Change to "Copyright 2010" | H.J. Lu | 1 | -2/+3 | |
2009-01-28 | * version.cc (version_string): Bump to 1.8. | Ian Lance Taylor | 1 | -1/+1 | |
2009-01-28 | * gold.h: Include <cstring> and <stdint.h>. | Ian Lance Taylor | 1 | -0/+1 | |
* version.cc: Include <cstdio>. * object.cc (Sized_relobj::do_layout): Initialize gc_sd to avoid a warning. * reduced_debug_output.cc (insert_into_vector): Rename from Insert_into_vector; change all callers. Use Swap_unaligned to avoid aliasing issue; remove union since it is unnecessary. | |||||
2009-01-07 | * version.cc (version_string): Bump to 1.8. | Ian Lance Taylor | 1 | -1/+1 | |
2008-06-24 | * version.cc (version_string): Bump to 1.7 | Craig Silverstein | 1 | -1/+1 | |
2008-04-19 | * version.cc (version_string): Bump to 1.6. | Ian Lance Taylor | 1 | -1/+1 | |
2008-04-08 | * version.cc (version_string): Set to "1.5". | Ian Lance Taylor | 1 | -1/+1 | |
2008-03-26 | PR gold/5986 | Ian Lance Taylor | 1 | -0/+2 | |
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-25 | * version.cc (print_version): Adjust output for current value of | Ian Lance Taylor | 1 | -3/+15 | |
BFD_VERSION_STRING. | |||||
2008-03-21 | Bump version for general release. | Ian Lance Taylor | 1 | -1/+1 | |
2008-03-17 | Up the version number to 1.3, which was just pushed to devtools. | Craig Silverstein | 1 | -1/+1 | |
2008-03-13 | Update copyright years. Update language files. | Ian Lance Taylor | 1 | -2/+2 | |
2008-03-11 | Up version to 1.2, as the 1.2 binary was pushed to users today. | Craig Silverstein | 1 | -1/+1 | |
2008-02-12 | Up version to 1.1, as the 1.1 binary was pushed to users today. | Craig Silverstein | 1 | -1/+1 | |
2007-12-08 | Released gold-alpha 0.9. | Craig Silverstein | 1 | -1/+1 | |
2007-11-16 | Released gold 0.8 | Craig Silverstein | 1 | -1/+1 | |
2007-10-09 | Create a note section with the version of gold. | Ian Lance Taylor | 1 | -0/+8 | |
2007-10-07 | Add --version option. | Ian Lance Taylor | 1 | -0/+58 | |