summaryrefslogtreecommitdiff
path: root/gold/version.cc
Commit message (Collapse)AuthorAgeFilesLines
* * version.cc (version_string): Bump to 1.11.Ian Lance Taylor2011-01-241-1/+1
|
* Update copyright in comments to 2011.H.J. Lu2011-01-011-1/+1
|
* Update copyright to 2011.H.J. Lu2011-01-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | binutils/ 2011-01-01 H.J. Lu <hongjiu.lu@intel.com> * version.c (print_version): Update copyright to 2011. gas/ 2011-01-01 H.J. Lu <hongjiu.lu@intel.com> * gas.c (parse_args): Update copyright to 2011. gold/ 2011-01-01 H.J. Lu <hongjiu.lu@intel.com> * version.cc (print_version): Update copyright to 2011. ld/ 2011-01-01 H.J. Lu <hongjiu.lu@intel.com> * ldver.c (ldversion): Update copyright to 2011. opcodes/ 2011-01-01 H.J. Lu <hongjiu.lu@intel.com> * i386-gen.c (process_copyright): Update copyright to 2011.
* * archive.cc: Formatting fixes: Remove whitespace betweenNick Clifton2010-08-251-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.
* * version.cc (version_string): Bump to 1.10.Ian Lance Taylor2010-08-031-1/+1
|
* Change to "Copyright 2010"H.J. Lu2010-01-081-2/+3
|
* * version.cc (version_string): Bump to 1.8.Ian Lance Taylor2009-01-281-1/+1
|
* * gold.h: Include <cstring> and <stdint.h>.Ian Lance Taylor2009-01-281-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.
* * version.cc (version_string): Bump to 1.8.Ian Lance Taylor2009-01-071-1/+1
|
* * version.cc (version_string): Bump to 1.7Craig Silverstein2008-06-241-1/+1
|
* * version.cc (version_string): Bump to 1.6.Ian Lance Taylor2008-04-191-1/+1
|
* * version.cc (version_string): Set to "1.5".Ian Lance Taylor2008-04-081-1/+1
|
* PR gold/5986Ian Lance Taylor2008-03-261-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.
* * version.cc (print_version): Adjust output for current value ofIan Lance Taylor2008-03-251-3/+15
| | | | BFD_VERSION_STRING.
* Bump version for general release.Ian Lance Taylor2008-03-211-1/+1
|
* Up the version number to 1.3, which was just pushed to devtools.Craig Silverstein2008-03-171-1/+1
|
* Update copyright years. Update language files.Ian Lance Taylor2008-03-131-2/+2
|
* Up version to 1.2, as the 1.2 binary was pushed to users today.Craig Silverstein2008-03-111-1/+1
|
* Up version to 1.1, as the 1.1 binary was pushed to users today.Craig Silverstein2008-02-121-1/+1
|
* Released gold-alpha 0.9.Craig Silverstein2007-12-081-1/+1
|
* Released gold 0.8Craig Silverstein2007-11-161-1/+1
|
* Create a note section with the version of gold.Ian Lance Taylor2007-10-091-0/+8
|
* Add --version option.Ian Lance Taylor2007-10-071-0/+58