aboutsummaryrefslogtreecommitdiff
path: root/gold/version.cc
AgeCommit message (Collapse)AuthorFilesLines
2010-08-25 * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton1-2/+2
typename and following asterisk. Remove whitespace between function name and opening parenthesis. * archive.h: Likewise. * arm.cc: Likewise. * attributes.cc: Likewise. * attributes.h: Likewise. * common.cc: Likewise. * copy-relocs.cc: Likewise. * dirsearch.h: Likewise. * dynobj.cc: Likewise. * ehframe.cc: Likewise. * ehframe.h: Likewise. * expression.cc: Likewise. * fileread.cc: Likewise. * fileread.h: Likewise. * gc.h: Likewise. * gold-threads.cc: Likewise. * gold.cc: Likewise. * i386.cc: Likewise. * icf.h: Likewise. * incremental-dump.cc: Likewise. * incremental.cc: Likewise. * layout.cc: Likewise. * layout.h: Likewise. * main.cc: Likewise. * merge.cc: Likewise. * merge.h: Likewise. * object.cc: Likewise. * object.h: Likewise. * options.cc: Likewise. * options.h: Likewise. * output.cc: Likewise. * output.h: Likewise. * plugin.cc: Likewise. * plugin.h: Likewise. * powerpc.cc: Likewise. * reloc.cc: Likewise. * script-c.h: Likewise. * script-sections.cc: Likewise. * script.cc: Likewise. * stringpool.cc: Likewise. * symtab.cc: Likewise. * symtab.h: Likewise. * target.cc: Likewise. * timer.cc: Likewise. * timer.h: Likewise. * version.cc: Likewise. * x86_64.cc: Likewise.
2010-08-03 * version.cc (version_string): Bump to 1.10.Ian Lance Taylor1-1/+1
2010-01-08Change to "Copyright 2010"H.J. Lu1-2/+3
2009-01-28 * version.cc (version_string): Bump to 1.8.Ian Lance Taylor1-1/+1
2009-01-28 * gold.h: Include <cstring> and <stdint.h>.Ian Lance Taylor1-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 Taylor1-1/+1
2008-06-24 * version.cc (version_string): Bump to 1.7Craig Silverstein1-1/+1
2008-04-19 * version.cc (version_string): Bump to 1.6.Ian Lance Taylor1-1/+1
2008-04-08 * version.cc (version_string): Set to "1.5".Ian Lance Taylor1-1/+1
2008-03-26 PR gold/5986Ian Lance Taylor1-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 ofIan Lance Taylor1-3/+15
BFD_VERSION_STRING.
2008-03-21Bump version for general release.Ian Lance Taylor1-1/+1
2008-03-17Up the version number to 1.3, which was just pushed to devtools.Craig Silverstein1-1/+1
2008-03-13Update copyright years. Update language files.Ian Lance Taylor1-2/+2
2008-03-11Up version to 1.2, as the 1.2 binary was pushed to users today.Craig Silverstein1-1/+1
2008-02-12Up version to 1.1, as the 1.1 binary was pushed to users today.Craig Silverstein1-1/+1
2007-12-08Released gold-alpha 0.9.Craig Silverstein1-1/+1
2007-11-16Released gold 0.8Craig Silverstein1-1/+1
2007-10-09Create a note section with the version of gold.Ian Lance Taylor1-0/+8
2007-10-07Add --version option.Ian Lance Taylor1-0/+58