Commit Graph

17 Commits

Author SHA1 Message Date
Ian Lance Taylor 75fe7426f9 * version.cc (version_string): Bump to 1.8. 2009-01-28 20:18:11 +00:00
Ian Lance Taylor e0ebcf42c2 * gold.h: Include <cstring> and <stdint.h>.
* 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-28 20:09:18 +00:00
Ian Lance Taylor 62a6d10909 * version.cc (version_string): Bump to 1.8. 2009-01-07 21:39:25 +00:00
Craig Silverstein c43d3a487e * version.cc (version_string): Bump to 1.7 2008-06-24 06:14:58 +00:00
Ian Lance Taylor 5ea2bac64d * version.cc (version_string): Bump to 1.6. 2008-04-19 20:15:56 +00:00
Ian Lance Taylor e24f324cc6 * version.cc (version_string): Set to "1.5". 2008-04-08 14:29:55 +00:00
Ian Lance Taylor 04bf70729d PR gold/5986
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-26 23:36:46 +00:00
Ian Lance Taylor f4b2c6f5d1 * version.cc (print_version): Adjust output for current value of
BFD_VERSION_STRING.
2008-03-25 23:30:48 +00:00
Ian Lance Taylor f5921069ec Bump version for general release. 2008-03-21 17:48:18 +00:00
Craig Silverstein 5d96d68f64 Up the version number to 1.3, which was just pushed to devtools. 2008-03-17 17:56:52 +00:00
Ian Lance Taylor ebdbb4583d Update copyright years. Update language files. 2008-03-13 21:04:21 +00:00
Craig Silverstein 5340de5bee Up version to 1.2, as the 1.2 binary was pushed to users today. 2008-03-11 20:06:31 +00:00
Craig Silverstein 9d37b37d37 Up version to 1.1, as the 1.1 binary was pushed to users today. 2008-02-12 02:01:32 +00:00
Craig Silverstein 53765ea3d7 Released gold-alpha 0.9. 2007-12-08 03:17:25 +00:00
Craig Silverstein c282462d03 Released gold 0.8 2007-11-16 21:18:22 +00:00
Ian Lance Taylor 4f211c8bff Create a note section with the version of gold. 2007-10-09 21:37:55 +00:00
Ian Lance Taylor 8486ee48e8 Add --version option. 2007-10-07 18:06:27 +00:00