]> Git Repo - binutils.git/commitdiff
Update copyright years. Update language files.
authorIan Lance Taylor <[email protected]>
Thu, 13 Mar 2008 21:04:21 +0000 (21:04 +0000)
committerIan Lance Taylor <[email protected]>
Thu, 13 Mar 2008 21:04:21 +0000 (21:04 +0000)
88 files changed:
gold/archive.cc
gold/archive.h
gold/common.cc
gold/common.h
gold/compressed_output.cc
gold/compressed_output.h
gold/debug.h
gold/defstd.h
gold/dirsearch.cc
gold/dirsearch.h
gold/dwarf_reader.cc
gold/dwarf_reader.h
gold/dynobj.h
gold/ehframe.cc
gold/ehframe.h
gold/errors.cc
gold/errors.h
gold/fileread.cc
gold/fileread.h
gold/gold-threads.cc
gold/gold-threads.h
gold/gold.h
gold/i386.cc
gold/merge.cc
gold/merge.h
gold/object.cc
gold/object.h
gold/output.cc
gold/output.h
gold/parameters.cc
gold/parameters.h
gold/po/POTFILES.in
gold/po/gold.pot
gold/readsyms.cc
gold/readsyms.h
gold/reloc-types.h
gold/reloc.cc
gold/reloc.h
gold/stringpool.cc
gold/stringpool.h
gold/symtab.h
gold/target-reloc.h
gold/target-select.cc
gold/target-select.h
gold/target.h
gold/testsuite/basic_test.cc
gold/testsuite/constructor_test.cc
gold/testsuite/debug_msg.cc
gold/testsuite/debug_msg.sh
gold/testsuite/exception_test.h
gold/testsuite/exception_test_1.cc
gold/testsuite/exception_test_2.cc
gold/testsuite/exception_test_main.cc
gold/testsuite/object_unittest.cc
gold/testsuite/test.cc
gold/testsuite/test.h
gold/testsuite/testfile.cc
gold/testsuite/testfile.h
gold/testsuite/testmain.cc
gold/testsuite/tls_test.cc
gold/testsuite/tls_test.h
gold/testsuite/tls_test_file2.cc
gold/testsuite/tls_test_main.cc
gold/testsuite/two_file_test.h
gold/testsuite/two_file_test_1.cc
gold/testsuite/two_file_test_2.cc
gold/testsuite/two_file_test_main.cc
gold/testsuite/undef_symbol.cc
gold/testsuite/undef_symbol.sh
gold/testsuite/undef_symbol_main.cc
gold/testsuite/ver_matching_def.cc
gold/testsuite/ver_test.h
gold/testsuite/ver_test_1.cc
gold/testsuite/ver_test_2.cc
gold/testsuite/ver_test_2.script
gold/testsuite/ver_test_3.cc
gold/testsuite/ver_test_4.cc
gold/testsuite/ver_test_4.script
gold/testsuite/ver_test_main.cc
gold/testsuite/weak_test.cc
gold/tls.h
gold/token.h
gold/version.cc
gold/workqueue-internal.h
gold/workqueue-threads.cc
gold/workqueue.cc
gold/workqueue.h
gold/x86_64.cc

index 4e158069787bf0aa5e8e8c9d0f86882c6ed24448..7c47ab873e1f25038db885f76982c3c972af2fd3 100644 (file)
@@ -1,6 +1,6 @@
 // archive.cc -- archive support for gold
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 0dfaf92d06fa22edc8166a5ec6bf39704a104af8..aa01997c5d12da1dcabbae22594c7cfa378118da 100644 (file)
@@ -1,6 +1,6 @@
 // archive.h -- archive support for gold      -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 286a11288550df4a2d51726217b559530af70915..f92637eb106c5bc7db24e1dad1665d460fe90a0b 100644 (file)
@@ -1,6 +1,6 @@
 // common.cc -- handle common symbols for gold
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index b85192e5128f87e276a6f2444482fdd4a1ebb22f..66b676e8f5d28679f36bbbf1e5c700c060ef3526 100644 (file)
@@ -1,6 +1,6 @@
 // common.h -- handle common symbols for gold   -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index e62eab22459bb10eebd695bc0e8792b81edb2312..c7452333607af04f9fc24e96e3f52a47f91e4782 100644 (file)
@@ -1,6 +1,6 @@
 // compressed_output.cc -- manage compressed output sections for gold
 
-// Copyright 2007 Free Software Foundation, Inc.
+// Copyright 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index d9bb0c4c46063d874cd23a78858d29071dc90b54..300b064c33740037565c7e678b6bc3ac74dc58f6 100644 (file)
@@ -1,6 +1,6 @@
 // compressed_output.h -- compressed output sections for gold  -*- C++ -*-
 
-// Copyright 2007 Free Software Foundation, Inc.
+// Copyright 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 69a0e292eb056deacaadaf743ca6c532e4fab31c..9bc9c8551101e6d25c2a6e84f047655825e9741d 100644 (file)
@@ -1,6 +1,6 @@
 // debug.h -- gold internal debugging support   -*- C++ -*-
 
-// Copyright 2007 Free Software Foundation, Inc.
+// Copyright 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index daa2e92cd28d096e398e8b2e32922b3499722000..2aea81ce26966a04dbf18852fd2814fe2db78842 100644 (file)
@@ -1,6 +1,6 @@
 // defstd.h -- define standard symbols for gold   -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 93808899d7c47be299ba11ee28d3a88f08857903..eb57f996fee1b84948f41946ab5809428295e76c 100644 (file)
@@ -1,6 +1,6 @@
 // dirsearch.cc -- directory searching for gold
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index e590f41796beacbf4326c7e1b46b6233feb1f01b..639d49e2bb8dfb3888fa2f12630a6848645784d1 100644 (file)
@@ -1,6 +1,6 @@
 // dirsearch.h -- directory searching for gold  -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 136e4a6469a609e48dacae653e500cbfa3b8ed1f..f2ae53a955fa1be46484e2d5ecd4ab2ec9cd029e 100644 (file)
@@ -1,6 +1,6 @@
 // dwarf_reader.cc -- parse dwarf2/3 debug information
 
-// Copyright 2007 Free Software Foundation, Inc.
+// Copyright 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 4d28518bcb66ee700eefd1c01d925d98e2b57672..2d857654457920ae6154170c51273b737dfb60cf 100644 (file)
@@ -1,6 +1,6 @@
 // dwarf_reader.h -- parse dwarf2/3 debug information for gold  -*- C++ -*-
 
-// Copyright 2007 Free Software Foundation, Inc.
+// Copyright 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index b55ae352591b59aad37df8864f652b45ca6db969..bab15cd32509d74724df272060a56dc2deb6a366 100644 (file)
@@ -1,6 +1,6 @@
 // dynobj.h -- dynamic object support for gold   -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index a3a24e51346b2f5877521a7bb45115348c5f4b04..4ec29f6b97f7694b7762dbe7198ad7d6e33bdd07 100644 (file)
@@ -1,6 +1,6 @@
 // ehframe.cc -- handle exception frame sections for gold
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 8ff456b9082101be91fa6788d3aef2f4de787b37..47e3e4c00cabbc78a08e89bac6e3d82b050ffb7a 100644 (file)
@@ -1,6 +1,6 @@
 // ehframe.h -- handle exception frame sections for gold  -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 85c5512c5d919abece0a632a1af60dcc837e5f63..e352dc49147740e54c4a860b14f2e0c60ad91f18 100644 (file)
@@ -1,6 +1,6 @@
 // errors.cc -- handle errors for gold
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index efc0d1ebe9f1bd9c45ed488e4af39803e95c0d79..0decc4ca089884245716f9816d76a055dd979408 100644 (file)
@@ -1,6 +1,6 @@
 // errors.h -- handle errors for gold  -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 14d3b0d2697bb882b6cc7492ad5963692b748f11..20820e4c2ee2c609c81e7a9219a32dbbb6fe1a81 100644 (file)
@@ -1,6 +1,6 @@
 // fileread.cc -- read files for gold
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 6a05928fb72ef4e6ba19928926dd79ae279fb07a..3d59f4feb752f7bcada7ba664b4a0eb9a325e069 100644 (file)
@@ -1,6 +1,6 @@
 // fileread.h -- read files for gold   -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index e54d96c6ec7b2c7d507c647450e271cd8c4a566d..9aa883d6cc1593139ed79d74f76f7e122666aa14 100644 (file)
@@ -1,6 +1,6 @@
 // gold-threads.cc -- thread support for gold
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 45f18ad2c5c0ffbd0447133c31b9ec92368883bf..bc4595a84df99a54d0b7fdafdf9d6ef7b9eab2e9 100644 (file)
@@ -1,6 +1,6 @@
 // gold-threads.h -- thread support for gold  -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index ad26d46034b88af85791557c43fa35dffc11363e..6a96f1bc498bb0820b3fffcec796b41a2dc8d09f 100644 (file)
@@ -1,6 +1,6 @@
 // gold.h -- general definitions for gold   -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 18faa4a74ba15aed5f6cab558c92aef91304beb5..cc55249e9c8c6163121a577dfdd6aef81b5fdf1b 100644 (file)
@@ -1,6 +1,6 @@
 // i386.cc -- i386 target support for gold.
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 192d6a408ef560686f0493e76d1968a84e2a4606..9b416e6fdd13056ff35189a68d4ae9a37c87007e 100644 (file)
@@ -1,6 +1,6 @@
 // merge.cc -- handle section merging for gold
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index c385a44e6674d12595c0a65d03df132bf950c26a..cbc8bece427b3487b12ce7d1f02d2242a57ce1d5 100644 (file)
@@ -1,6 +1,6 @@
 // merge.h -- handle section merging for gold  -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 109dce49318a436118412b58d7334c07ec8a2eee..795fa8bf1b0b96410084adb01bed77ede6f27892 100644 (file)
@@ -1,6 +1,6 @@
 // object.cc -- support for an object file for linking in gold
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 8a51550b37d6f43f0c7a669c78882d763837d633..1f9b7536bcec2574ef05459441f2ed6809f9132b 100644 (file)
@@ -1,6 +1,6 @@
 // object.h -- support for an object file for linking in gold  -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 044a035828aa42c973eb2ab4f1d67243f8d31c08..bea1542b492d120791db35b60028831ff85bf9c8 100644 (file)
@@ -1,6 +1,6 @@
 // output.cc -- manage the output file for gold
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 3ce27f6a50216c7f0301f0189ec133b4ee2fc25f..42c53335cb1e090682ae666e36a29a4e83aeb36c 100644 (file)
@@ -1,6 +1,6 @@
 // output.h -- manage the output file for gold   -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 2e8bab701aaa2f69ee8388c4d1334718ba9cefef..729305116aad78086d58ac1cff81c0abb17a312d 100644 (file)
@@ -1,6 +1,6 @@
 // parameters.cc -- general parameters for a link using gold
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index f932f73a8acb179b7d8f161ac869694b94f024bf..ce165dd9d14e88d9b418bee0708f2411f522d87f 100644 (file)
@@ -1,6 +1,6 @@
 // parameters.h -- general parameters for a link using gold  -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index e4411e2a06003decdcad485f454a6f1e2ba84a7e..67b42936f29da456a710befb982d079003412aad 100644 (file)
@@ -1,5 +1,7 @@
 archive.cc
 archive.h
+binary.cc
+binary.h
 common.cc
 common.h
 compressed_output.cc
index 392b1c0b79fded87061ef4e771af27804d6fac3a..deab29c84205ee2d624b43ea36b53754e7347118 100644 (file)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-02-01 22:48-0800\n"
+"POT-Creation-Date: 2008-03-13 14:01-0700\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
@@ -61,124 +61,129 @@ msgstr ""
 msgid "%s: member at %zu is not an ELF object"
 msgstr ""
 
+#: binary.cc:129
+#, c-format
+msgid "cannot open %s: %s:"
+msgstr ""
+
 #: compressed_output.cc:127
 msgid "not compressing section data: zlib error"
 msgstr ""
 
-#: dirsearch.cc:70
+#: dirsearch.cc:71
 #, c-format
 msgid "%s: can not read directory: %s"
 msgstr ""
 
-#: dynobj.cc:147
+#: dynobj.cc:146
 #, c-format
 msgid "unexpected duplicate type %u section: %u, %u"
 msgstr ""
 
-#: dynobj.cc:183
+#: dynobj.cc:182
 #, c-format
 msgid "unexpected link in section %u header: %u != %u"
 msgstr ""
 
-#: dynobj.cc:219
+#: dynobj.cc:218
 #, c-format
 msgid "DYNAMIC section %u link out of range: %u"
 msgstr ""
 
-#: dynobj.cc:227
+#: dynobj.cc:226
 #, c-format
 msgid "DYNAMIC section %u link %u is not a strtab"
 msgstr ""
 
-#: dynobj.cc:255
+#: dynobj.cc:254
 #, c-format
 msgid "DT_SONAME value out of range: %lld >= %lld"
 msgstr ""
 
-#: dynobj.cc:267
+#: dynobj.cc:266
 #, c-format
 msgid "DT_NEEDED value out of range: %lld >= %lld"
 msgstr ""
 
-#: dynobj.cc:280
+#: dynobj.cc:279
 msgid "missing DT_NULL in dynamic segment"
 msgstr ""
 
-#: dynobj.cc:325
+#: dynobj.cc:324
 #, c-format
 msgid "invalid dynamic symbol table name index: %u"
 msgstr ""
 
-#: dynobj.cc:332
+#: dynobj.cc:331
 #, c-format
 msgid "dynamic symbol table name section has wrong type: %u"
 msgstr ""
 
-#: dynobj.cc:406 object.cc:251 object.cc:589
+#: dynobj.cc:405 object.cc:251 object.cc:616
 #, c-format
 msgid "bad section name offset for section %u: %lu"
 msgstr ""
 
-#: dynobj.cc:435
+#: dynobj.cc:434
 #, c-format
 msgid "duplicate definition for version %u"
 msgstr ""
 
-#: dynobj.cc:464
+#: dynobj.cc:463
 #, c-format
 msgid "unexpected verdef version %u"
 msgstr ""
 
-#: dynobj.cc:480
+#: dynobj.cc:479
 #, c-format
 msgid "verdef vd_cnt field too small: %u"
 msgstr ""
 
-#: dynobj.cc:488
+#: dynobj.cc:487
 #, c-format
 msgid "verdef vd_aux field out of range: %u"
 msgstr ""
 
-#: dynobj.cc:499
+#: dynobj.cc:498
 #, c-format
 msgid "verdaux vda_name field out of range: %u"
 msgstr ""
 
-#: dynobj.cc:509
+#: dynobj.cc:508
 #, c-format
 msgid "verdef vd_next field out of range: %u"
 msgstr ""
 
-#: dynobj.cc:543
+#: dynobj.cc:542
 #, c-format
 msgid "unexpected verneed version %u"
 msgstr ""
 
-#: dynobj.cc:552
+#: dynobj.cc:551
 #, c-format
 msgid "verneed vn_aux field out of range: %u"
 msgstr ""
 
-#: dynobj.cc:566
+#: dynobj.cc:565
 #, c-format
 msgid "vernaux vna_name field out of range: %u"
 msgstr ""
 
-#: dynobj.cc:577
+#: dynobj.cc:576
 #, c-format
 msgid "verneed vna_next field out of range: %u"
 msgstr ""
 
-#: dynobj.cc:588
+#: dynobj.cc:587
 #, c-format
 msgid "verneed vn_next field out of range: %u"
 msgstr ""
 
-#: dynobj.cc:636
+#: dynobj.cc:635
 msgid "size of dynamic symbols is not multiple of symbol size"
 msgstr ""
 
-#: dynobj.cc:1355
+#: dynobj.cc:1356
 #, c-format
 msgid "symbol %s has undefined version %s"
 msgstr ""
@@ -203,250 +208,266 @@ msgstr ""
 msgid "%s: "
 msgstr ""
 
-#: expression.cc:113
+#: expression.cc:172
 #, c-format
 msgid "undefined symbol '%s' referenced in expression"
 msgstr ""
 
-#: expression.cc:566
-msgid "DEFINED not implemented"
-msgstr ""
-
-#: expression.cc:572
-msgid "SIZEOF_HEADERS not implemented"
-msgstr ""
-
-#: expression.cc:578
-msgid "ALIGNOF not implemented"
+#: expression.cc:209
+msgid "invalid reference to dot symbol outside of SECTIONS clause"
 msgstr ""
 
-#: expression.cc:584
-msgid "SIZEOF not implemented"
+#. Handle unary operators.  We use a preprocessor macro as a hack to
+#. capture the C operator.
+#: expression.cc:278
+msgid "unary "
 msgstr ""
 
-#: expression.cc:590
-msgid "LOADADDR not implemented"
+#. Handle binary operators.  We use a preprocessor macro as a hack to
+#. capture the C operator.  KEEP_LEFT means that if the left operand
+#. is section relative and the right operand is not, the result uses
+#. the same section as the left operand.  KEEP_RIGHT is the same with
+#. left and right swapped.  IS_DIV means that we need to give an error
+#. if the right operand is zero.  WARN means that we should warn if
+#. used on section relative values in a relocatable link.  We always
+#. warn if used on values in different sections in a relocatable link.
+#: expression.cc:400
+msgid "binary "
 msgstr ""
 
-#: expression.cc:596
-msgid "ORIGIN not implemented"
+#: expression.cc:404
+msgid " by zero"
 msgstr ""
 
-#: expression.cc:602
-msgid "LENGTH not implemented"
+#: expression.cc:575
+msgid "max applied to section relative value"
 msgstr ""
 
-#: expression.cc:608
-msgid "CONSTANT not implemented"
+#: expression.cc:610
+msgid "min applied to section relative value"
 msgstr ""
 
-#: expression.cc:614
-msgid "ABSOLUTE not implemented"
+#: expression.cc:740
+msgid "aligning to section relative value"
 msgstr ""
 
-#: expression.cc:620
-msgid "DATA_SEGMENT_ALIGN not implemented"
+#: expression.cc:895
+#, c-format
+msgid "unknown constant %s"
 msgstr ""
 
-#: expression.cc:626
-msgid "DATA_SEGMENT_RELRO_END not implemented"
+#: expression.cc:1126
+msgid "SEGMENT_START not implemented"
 msgstr ""
 
-#: expression.cc:632
-msgid "DATA_SEGMENT_END not implemented"
+#: expression.cc:1135
+msgid "ORIGIN not implemented"
 msgstr ""
 
-#: expression.cc:638
-msgid "SEGMENT_START not implemented"
+#: expression.cc:1141
+msgid "LENGTH not implemented"
 msgstr ""
 
-#: fileread.cc:50
+#: fileread.cc:54
 #, c-format
 msgid "munmap failed: %s"
 msgstr ""
 
-#: fileread.cc:91
+#: fileread.cc:95
 #, c-format
 msgid "close of %s failed: %s"
 msgstr ""
 
-#: fileread.cc:115
+#: fileread.cc:119
 #, c-format
 msgid "%s: fstat failed: %s"
 msgstr ""
 
-#: fileread.cc:240
+#: fileread.cc:246
 #, c-format
 msgid "%s: pread failed: %s"
 msgstr ""
 
-#: fileread.cc:246
+#: fileread.cc:252
 #, c-format
 msgid "%s: file too short: read only %lld of %lld bytes at %lld"
 msgstr ""
 
-#: fileread.cc:325
+#: fileread.cc:331
 #, c-format
 msgid "%s: mmap offset %lld size %lld failed: %s"
 msgstr ""
 
-#: fileread.cc:400
+#: fileread.cc:406
 #, c-format
 msgid "%s: lseek failed: %s"
 msgstr ""
 
-#: fileread.cc:406
+#: fileread.cc:412
 #, c-format
 msgid "%s: readv failed: %s"
 msgstr ""
 
-#: fileread.cc:409
+#: fileread.cc:415
 #, c-format
 msgid "%s: file too short: read only %zd of %zd bytes at %lld"
 msgstr ""
 
-#: fileread.cc:556
+#: fileread.cc:562
 #, c-format
 msgid "%s: total bytes mapped for read: %llu\n"
 msgstr ""
 
-#: fileread.cc:558
+#: fileread.cc:564
 #, c-format
 msgid "%s: maximum bytes mapped for read at one time: %llu\n"
 msgstr ""
 
-#: fileread.cc:642
+#: fileread.cc:659
 #, c-format
 msgid "cannot find -l%s"
 msgstr ""
 
-#: fileread.cc:669
+#: fileread.cc:686
 #, c-format
 msgid "cannot find %s"
 msgstr ""
 
-#: fileread.cc:680
+#: fileread.cc:709
 #, c-format
 msgid "cannot open %s: %s"
 msgstr ""
 
-#: gold.cc:73
+#: gold.cc:74
 #, c-format
 msgid "%s: internal error in %s, at %s:%d\n"
 msgstr ""
 
-#. We had some input files, but we weren't able to open any of
-#. them.
-#: gold.cc:119 gold.cc:167
+#: gold.cc:120
 msgid "no input files"
 msgstr ""
 
 #. We print out just the first .so we see; there may be others.
-#: gold.cc:182
+#: gold.cc:183
 #, c-format
 msgid "cannot mix -static with dynamic object %s"
 msgstr ""
 
-#: gold-threads.cc:102
+#: gold.cc:187
+#, c-format
+msgid "cannot mix -r with dynamic object %s"
+msgstr ""
+
+#: gold.cc:191
+#, c-format
+msgid "cannot use non-ELF output format with dynamic object %s"
+msgstr ""
+
+#: gold-threads.cc:103
 #, c-format
 msgid "pthead_mutextattr_init failed: %s"
 msgstr ""
 
-#: gold-threads.cc:106
+#: gold-threads.cc:107
 #, c-format
 msgid "pthread_mutextattr_settype failed: %s"
 msgstr ""
 
-#: gold-threads.cc:111
+#: gold-threads.cc:112
 #, c-format
 msgid "pthread_mutex_init failed: %s"
 msgstr ""
 
-#: gold-threads.cc:115
+#: gold-threads.cc:116
 #, c-format
 msgid "pthread_mutexattr_destroy failed: %s"
 msgstr ""
 
-#: gold-threads.cc:122
+#: gold-threads.cc:123
 #, c-format
 msgid "pthread_mutex_destroy failed: %s"
 msgstr ""
 
-#: gold-threads.cc:130
+#: gold-threads.cc:131
 #, c-format
 msgid "pthread_mutex_lock failed: %s"
 msgstr ""
 
-#: gold-threads.cc:138
+#: gold-threads.cc:139
 #, c-format
 msgid "pthread_mutex_unlock failed: %s"
 msgstr ""
 
-#: gold-threads.cc:219
+#: gold-threads.cc:220
 #, c-format
 msgid "pthread_cond_init failed: %s"
 msgstr ""
 
-#: gold-threads.cc:226
+#: gold-threads.cc:227
 #, c-format
 msgid "pthread_cond_destroy failed: %s"
 msgstr ""
 
-#: gold-threads.cc:235
+#: gold-threads.cc:236
 #, c-format
 msgid "pthread_cond_wait failed: %s"
 msgstr ""
 
-#: gold-threads.cc:243
+#: gold-threads.cc:244
 #, c-format
 msgid "pthread_cond_signal failed: %s"
 msgstr ""
 
-#: gold-threads.cc:251
+#: gold-threads.cc:252
 #, c-format
 msgid "pthread_cond_broadcast failed: %s"
 msgstr ""
 
 #. FIXME: This needs to specify the location somehow.
-#: i386.cc:160 i386.cc:1490 x86_64.cc:172 x86_64.cc:1375
+#: i386.cc:191 i386.cc:1541 x86_64.cc:203 x86_64.cc:1428
 msgid "missing expected TLS relocation"
 msgstr ""
 
-#: i386.cc:809 x86_64.cc:764 x86_64.cc:978
+#: i386.cc:847 x86_64.cc:802 x86_64.cc:1029
 #, c-format
 msgid "%s: unsupported reloc %u against local symbol"
 msgstr ""
 
-#: i386.cc:916 i386.cc:1214 x86_64.cc:889 x86_64.cc:1162
+#: i386.cc:964 i386.cc:1265 x86_64.cc:940 x86_64.cc:1215
 #, c-format
 msgid "%s: unexpected reloc %u in object file"
 msgstr ""
 
-#: i386.cc:1055 x86_64.cc:992 x86_64.cc:1258
+#: i386.cc:1104 x86_64.cc:1043 x86_64.cc:1311
 #, c-format
 msgid "%s: unsupported reloc %u against global symbol %s"
 msgstr ""
 
-#: i386.cc:1368
+#: i386.cc:1419
 #, c-format
 msgid "%s: unsupported RELA reloc section"
 msgstr ""
 
-#: i386.cc:1640 x86_64.cc:1577
+#: i386.cc:1691 i386.cc:2258 x86_64.cc:1630 x86_64.cc:2055
 #, c-format
 msgid "unexpected reloc %u in object file"
 msgstr ""
 
-#: i386.cc:1672 i386.cc:1747 i386.cc:1754 i386.cc:1785 i386.cc:1838
-#: x86_64.cc:1598 x86_64.cc:1678 x86_64.cc:1702
+#: i386.cc:1723 i386.cc:1799 i386.cc:1806 i386.cc:1837 i386.cc:1890
+#: x86_64.cc:1651 x86_64.cc:1731 x86_64.cc:1755
 #, c-format
 msgid "unsupported reloc %u"
 msgstr ""
 
-#: i386.cc:1762
+#: i386.cc:1814
 msgid "both SUN and GNU model TLS relocations"
 msgstr ""
 
+#: i386.cc:2272
+#, c-format
+msgid "unsupported reloc %u in object file"
+msgstr ""
+
 #: merge.cc:449
 #, c-format
 msgid "%s: %s merged constants size: %lu; input: %zu; output: %zu\n"
@@ -460,7 +481,7 @@ msgstr ""
 msgid "entry in mergeable string section not null terminated"
 msgstr ""
 
-#: merge.cc:603
+#: merge.cc:605
 #, c-format
 msgid "%s: %s input: %zu\n"
 msgstr ""
@@ -480,619 +501,778 @@ msgstr ""
 msgid "section name section has wrong type: %u"
 msgstr ""
 
-#: object.cc:325
+#: object.cc:328
 #, c-format
 msgid "invalid symbol table name index: %u"
 msgstr ""
 
-#: object.cc:331
+#: object.cc:334
 #, c-format
 msgid "symbol table name section has wrong type: %u"
 msgstr ""
 
-#: object.cc:412
+#: object.cc:415
 #, c-format
 msgid "section group %u info %u out of range"
 msgstr ""
 
-#: object.cc:430
+#: object.cc:433
 #, c-format
 msgid "symbol %u name offset %u out of range"
 msgstr ""
 
-#: object.cc:462
+#: object.cc:472
 #, c-format
 msgid "section %u in section group %u out of range"
 msgstr ""
 
-#: object.cc:552 reloc.cc:213 reloc.cc:570
+#: object.cc:562 reloc.cc:214 reloc.cc:720
 #, c-format
 msgid "relocation section %u has bad info %u"
 msgstr ""
 
-#: object.cc:723
+#: object.cc:803
 msgid "size of symbols is not multiple of symbol size"
 msgstr ""
 
-#: object.cc:823
+#: object.cc:905
 #, c-format
 msgid "local symbol %u section name out of range: %u >= %u"
 msgstr ""
 
 #. FIXME: Handle SHN_XINDEX.
-#: object.cc:880
+#: object.cc:962
 #, c-format
 msgid "unknown section index %u for local symbol %u"
 msgstr ""
 
-#: object.cc:889
+#: object.cc:971
 #, c-format
 msgid "local symbol %u section index %u out of range"
 msgstr ""
 
-#: object.cc:1192
-#, c-format
-msgid "%s: incompatible target"
+#: object.cc:1276
+msgid "incompatible target"
 msgstr ""
 
-#: object.cc:1347
+#: object.cc:1429
 #, c-format
 msgid "%s: unsupported ELF file type %d"
 msgstr ""
 
-#: object.cc:1366 object.cc:1412 object.cc:1446
+#: object.cc:1448 object.cc:1494 object.cc:1528
 #, c-format
 msgid "%s: ELF file too short"
 msgstr ""
 
-#: object.cc:1374
+#: object.cc:1456
 #, c-format
 msgid "%s: invalid ELF version 0"
 msgstr ""
 
-#: object.cc:1376
+#: object.cc:1458
 #, c-format
 msgid "%s: unsupported ELF version %d"
 msgstr ""
 
-#: object.cc:1383
+#: object.cc:1465
 #, c-format
 msgid "%s: invalid ELF class 0"
 msgstr ""
 
-#: object.cc:1389
+#: object.cc:1471
 #, c-format
 msgid "%s: unsupported ELF class %d"
 msgstr ""
 
-#: object.cc:1396
+#: object.cc:1478
 #, c-format
 msgid "%s: invalid ELF data encoding"
 msgstr ""
 
-#: object.cc:1402
+#: object.cc:1484
 #, c-format
 msgid "%s: unsupported ELF data encoding %d"
 msgstr ""
 
-#: object.cc:1422
+#: object.cc:1504
 #, c-format
 msgid "%s: not configured to support 32-bit big-endian object"
 msgstr ""
 
-#: object.cc:1435
+#: object.cc:1517
 #, c-format
 msgid "%s: not configured to support 32-bit little-endian object"
 msgstr ""
 
-#: object.cc:1456
+#: object.cc:1538
 #, c-format
 msgid "%s: not configured to support 64-bit big-endian object"
 msgstr ""
 
-#: object.cc:1469
+#: object.cc:1551
 #, c-format
 msgid "%s: not configured to support 64-bit little-endian object"
 msgstr ""
 
-#: options.cc:158
+#: options.cc:139
+#, c-format
+msgid ""
+"Usage: %s [options] file...\n"
+"Options:\n"
+msgstr ""
+
+#: options.cc:160 options.cc:170
+#, c-format
+msgid "%s: invalid option value (expected an integer): %s"
+msgstr ""
+
+#: options.cc:180
+#, c-format
+msgid "%s: invalid option value (expected a floating point number): %s"
+msgstr ""
+
+#: options.cc:189
+#, c-format
+msgid "%s: must take a non-empty argument"
+msgstr ""
+
+#: options.cc:218
+#, c-format
+msgid "%s: must take one of the following arguments: %s"
+msgstr ""
+
+#: options.cc:291
 #, c-format
 msgid "unable to parse script file %s"
 msgstr ""
 
-#: options.cc:174
+#: options.cc:299
 #, c-format
 msgid "unable to parse version script file %s"
 msgstr ""
 
-#: options.cc:201
+#: options.cc:325
+#, c-format
+msgid "%s: use the --help option for usage information\n"
+msgstr ""
+
+#: options.cc:334
+#, c-format
+msgid "%s: %s: %s\n"
+msgstr ""
+
+#: options.cc:355
 #, c-format
 msgid ""
-"Usage: %s [options] file...\n"
-"Options:\n"
+"format '%s' not supported; treating as elf (supported formats: elf, binary)"
 msgstr ""
 
-#: options.cc:372
-msgid "Allow unresolved references in shared libraries"
+#: options.cc:461
+msgid "unexpected argument"
 msgstr ""
 
-#: options.cc:376
-msgid "Do not allow unresolved references in shared libraries"
+#: options.cc:472 options.cc:530
+msgid "missing argument"
 msgstr ""
 
-#: options.cc:380
-msgid "Only set DT_NEEDED for dynamic libs if used"
+#: options.cc:541
+msgid "unknown -z option"
 msgstr ""
 
-#: options.cc:383
-msgid "Always DT_NEEDED for dynamic libs (default)"
+#: options.cc:646
+#, c-format
+msgid "ignoring --threads: %s was compiled without thread support"
 msgstr ""
 
-#: options.cc:386
-msgid "-l searches for shared libraries"
+#: options.cc:653
+#, c-format
+msgid "ignoring --thread-count: %s was compiled without thread support"
 msgstr ""
 
-#: options.cc:390
-msgid "-l does not search for shared libraries"
+#: options.cc:669
+msgid "-shared and -r are incompatible"
 msgstr ""
 
-#: options.cc:393
-msgid "Bind defined symbols locally"
+#: options.cc:673
+msgid "binary output format not compatible with -shared or -r"
 msgstr ""
 
-#: options.cc:401
-msgid "Compress .debug_* sections in the output file (default is none)"
+#: options.cc:678
+#, c-format
+msgid "--hash-bucket-empty-fraction value %g out of range [0.0, 1.0)"
 msgstr ""
 
-#: options.cc:403
-msgid "--compress-debug-sections=[none"
+#: options.cc:745
+msgid "May not nest groups"
 msgstr ""
 
-#: options.cc:403
-msgid "]"
+#: options.cc:757
+msgid "Group end without group start"
 msgstr ""
 
-#: options.cc:406
-msgid "Define a symbol"
+#. I guess it's neither a long option nor a short option.
+#: options.cc:815
+msgid "unknown option"
 msgstr ""
 
-#: options.cc:407
-msgid "--defsym SYMBOL=EXPRESSION"
+#: options.cc:841
+#, c-format
+msgid "%s: missing group end\n"
 msgstr ""
 
-#: options.cc:409
-msgid "Demangle C++ symbols in log messages"
+#: options.h:405
+msgid "Report usage information"
 msgstr ""
 
-#: options.cc:412
-msgid "Do not demangle C++ symbols in log messages"
+#: options.h:407
+msgid "Report version information"
 msgstr ""
 
-#: options.cc:415
-msgid "Try to detect violations of the One Definition Rule"
+#: options.h:416
+msgid "Allow unresolved references in shared libraries"
 msgstr ""
 
-#: options.cc:417
-msgid "Set program start address"
+#: options.h:417
+msgid "Do not allow unresolved references in shared libraries"
 msgstr ""
 
-#: options.cc:418
-msgid "-e ADDRESS, --entry ADDRESS"
+#: options.h:420
+msgid "Only set DT_NEEDED for dynamic libs if used"
 msgstr ""
 
-#: options.cc:420
-msgid "Export all dynamic symbols"
+#: options.h:421
+msgid "Always DT_NEEDED for dynamic libs"
 msgstr ""
 
-#: options.cc:422
-msgid "Create exception frame header"
+#: options.h:428
+msgid "Set input format"
 msgstr ""
 
-#: options.cc:424
-msgid "Set shared library name"
+#: options.h:431
+msgid "-l searches for shared libraries"
 msgstr ""
 
-#: options.cc:425
-msgid "-h FILENAME, -soname FILENAME"
+#: options.h:435
+msgid "-l does not search for shared libraries"
 msgstr ""
 
-#: options.cc:427
-msgid "Set dynamic linker path"
+#: options.h:438
+msgid "Bind defined symbols locally"
 msgstr ""
 
-#: options.cc:428
-msgid "-I PROGRAM, --dynamic-linker PROGRAM"
+#: options.h:442 options.h:447
+msgid "Compress .debug_* sections in the output file"
 msgstr ""
 
-#: options.cc:430
-msgid "Search for library LIBNAME"
+#: options.h:448
+msgid "[none]"
 msgstr ""
 
-#: options.cc:431
-msgid "-lLIBNAME, --library LIBNAME"
+#: options.h:453
+msgid "Define common symbols"
 msgstr ""
 
-#: options.cc:433
-msgid "Add directory to search path"
+#: options.h:454
+msgid "Do not define common symbols"
 msgstr ""
 
-#: options.cc:434
-msgid "-L DIR, --library-path DIR"
+#: options.h:456 options.h:458
+msgid "Alias for -d"
 msgstr ""
 
-#: options.cc:436
-msgid "Ignored for compatibility"
+#: options.h:461
+msgid "Turn on debugging"
 msgstr ""
 
-#: options.cc:438
-msgid "Set output file name"
+#: options.h:462
+msgid "[all,files,script,task][,...]"
 msgstr ""
 
-#: options.cc:439
-msgid "-o FILE, --output FILE"
+#: options.h:465
+msgid "Define a symbol"
 msgstr ""
 
-#: options.cc:441
-msgid "Optimize output file size"
+#: options.h:465
+msgid "SYMBOL=EXPRESSION"
 msgstr ""
 
-#: options.cc:442
-msgid "-O level"
+#: options.h:469
+msgid "Demangle C++ symbols in log messages"
 msgstr ""
 
-#: options.cc:444
-msgid "Generate relocatable output"
+#: options.h:470
+msgid "Do not demangle C++ symbols in log messages"
 msgstr ""
 
-#: options.cc:446
-msgid "Add DIR to runtime search path"
+#: options.h:473
+msgid "Try to detect violations of the One Definition Rule"
 msgstr ""
 
-#: options.cc:447
-msgid "-R DIR, -rpath DIR"
+#: options.h:477
+msgid "Set program start address"
 msgstr ""
 
-#: options.cc:450
-msgid "Add DIR to link time shared library search path"
+#: options.h:477 options.h:577 options.h:579 options.h:581
+msgid "ADDRESS"
 msgstr ""
 
-#: options.cc:451
-msgid "--rpath-link DIR"
+#: options.h:480
+msgid "Export all dynamic symbols"
 msgstr ""
 
-#: options.cc:453
-msgid "Strip all symbols"
+#: options.h:483
+msgid "Create exception frame header"
 msgstr ""
 
-#: options.cc:456
-msgid "Strip debug symbols that are unused by gdb (at least versions <= 6.7)"
+#: options.h:486
+msgid "Set shared library name"
 msgstr ""
 
-#. This must come after -Sdebug since it's a prefix of it.
-#: options.cc:460
-msgid "Strip debugging information"
+#: options.h:486
+msgid "FILENAME"
 msgstr ""
 
-#: options.cc:462
-msgid "Generate shared library"
+#: options.h:489
+msgid "Min fraction of empty buckets in dynamic hash"
 msgstr ""
 
-#: options.cc:464
-msgid "Do not link against shared libraries"
+#: options.h:490
+msgid "FRACTION"
 msgstr ""
 
-#: options.cc:466
-msgid "Print resource usage statistics"
+#: options.h:493
+msgid "Dynamic hash style"
 msgstr ""
 
-#: options.cc:468
-msgid "Set target system root directory"
+#: options.h:493
+msgid "[sysv,gnu,both]"
 msgstr ""
 
-#: options.cc:469
-msgid "--sysroot DIR"
+#: options.h:497
+msgid "Set dynamic linker path"
 msgstr ""
 
-#: options.cc:470
-msgid "Set the address of the .text section"
+#: options.h:497
+msgid "PROGRAM"
 msgstr ""
 
-#: options.cc:471
-msgid "-Ttext ADDRESS"
+#: options.h:500
+msgid "Read only symbol values from FILE"
 msgstr ""
 
-#. This must come after -Ttext since it's a prefix of it.
-#: options.cc:474
-msgid "Read linker script"
+#: options.h:500 options.h:512 options.h:562 options.h:587
+msgid "FILE"
 msgstr ""
 
-#: options.cc:475
-msgid "-T FILE, --script FILE"
+#: options.h:503
+msgid "Search for library LIBNAME"
 msgstr ""
 
-#: options.cc:477
-msgid "Read version script"
+#: options.h:503
+msgid "LIBNAME"
 msgstr ""
 
-#: options.cc:478
-msgid "--version-script FILE"
+#: options.h:506
+msgid "Add directory to search path"
 msgstr ""
 
-#: options.cc:480
-msgid "Run the linker multi-threaded"
+#: options.h:506 options.h:530 options.h:533 options.h:537 options.h:559
+msgid "DIR"
 msgstr ""
 
-#: options.cc:482
-msgid "Do not run the linker multi-threaded"
+#: options.h:509
+msgid "Ignored for compatibility"
 msgstr ""
 
-#: options.cc:484
-msgid "Number of threads to use"
+#: options.h:509
+msgid "EMULATION"
 msgstr ""
 
-#: options.cc:485
-msgid "--thread-count COUNT"
+#: options.h:512
+msgid "Set output file name"
 msgstr ""
 
-#: options.cc:488
-msgid "Number of threads to use in initial pass"
+#: options.h:515
+msgid "Optimize output file size"
 msgstr ""
 
-#: options.cc:489
-msgid "--thread-count-initial COUNT"
+#: options.h:515
+msgid "LEVEL"
 msgstr ""
 
-#: options.cc:492
-msgid "Number of threads to use in middle pass"
+#: options.h:518
+msgid "Set output format"
 msgstr ""
 
-#: options.cc:493
-msgid "--thread-count-middle COUNT"
+#: options.h:518
+msgid "[binary]"
 msgstr ""
 
-#: options.cc:496
-msgid "Number of threads to use in final pass"
+#: options.h:521
+msgid "Generate relocations in output"
 msgstr ""
 
-#: options.cc:497
-msgid "--thread-count-final COUNT"
+#: options.h:524
+msgid "Generate relocatable output"
 msgstr ""
 
-#: options.cc:500
-msgid "Include all archive contents"
+#: options.h:530 options.h:533
+msgid "Add DIR to runtime search path"
 msgstr ""
 
-#: options.cc:504
-msgid "Include only needed archive contents"
+#: options.h:536
+msgid "Add DIR to link time shared library search path"
 msgstr ""
 
-#: options.cc:509
-msgid ""
-"Subcommands as follows:\n"
-"    -z execstack              Mark output as requiring executable stack\n"
-"    -z noexecstack            Mark output as not requiring executable stack"
+#: options.h:540
+msgid "Strip all symbols"
 msgstr ""
 
-#: options.cc:512
-msgid "-z SUBCOMMAND"
+#: options.h:542
+msgid "Strip debugging information"
 msgstr ""
 
-#: options.cc:515
-msgid "Start a library search group"
+#: options.h:544
+msgid "Strip debug symbols that are unused by gdb (at least versions <= 6.7)"
 msgstr ""
 
-#: options.cc:517
-msgid "End a library search group"
+#: options.h:548
+msgid "Generate shared library"
 msgstr ""
 
-#: options.cc:519
-msgid "Report usage information"
+#: options.h:553
+msgid "Do not link against shared libraries"
 msgstr ""
 
-#: options.cc:521
-msgid "Report version information"
+#: options.h:556
+msgid "Print resource usage statistics"
 msgstr ""
 
-#: options.cc:523
-msgid "Turn on debugging (all,task,script)"
+#: options.h:559
+msgid "Set target system root directory"
 msgstr ""
 
-#: options.cc:524
-msgid "--debug=TYPE"
+#: options.h:562
+msgid "Read linker script"
 msgstr ""
 
-#: options.cc:620
-#, c-format
-msgid "%s: unrecognized -z subcommand: %s\n"
+#: options.h:565
+msgid "Run the linker multi-threaded"
 msgstr ""
 
-#: options.cc:643
-#, c-format
-msgid "%s: unrecognized --debug subcommand: %s\n"
+#: options.h:566
+msgid "Do not run the linker multi-threaded"
 msgstr ""
 
-#: options.cc:832
-msgid "unexpected argument"
+#: options.h:568
+msgid "Number of threads to use"
 msgstr ""
 
-#: options.cc:839 options.cc:891 options.cc:972
-msgid "missing argument"
+#: options.h:568 options.h:570 options.h:572 options.h:574
+msgid "COUNT"
 msgstr ""
 
-#: options.cc:852 options.cc:900
-msgid "unknown option"
+#: options.h:570
+msgid "Number of threads to use in initial pass"
 msgstr ""
 
-#: options.cc:918
-#, c-format
-msgid "%s: missing group end\n"
+#: options.h:572
+msgid "Number of threads to use in middle pass"
 msgstr ""
 
-#: options.cc:1046
-msgid "may not nest groups"
+#: options.h:574
+msgid "Number of threads to use in final pass"
 msgstr ""
 
-#: options.cc:1056
-msgid "group end without group start"
+#: options.h:577
+msgid "Set the address of the bss segment"
 msgstr ""
 
-#: options.cc:1066
-#, c-format
-msgid "%s: use the --help option for usage information\n"
+#: options.h:579
+msgid "Set the address of the data segment"
 msgstr ""
 
-#: options.cc:1075
-#, c-format
-msgid "%s: %s: %s\n"
+#: options.h:581
+msgid "Set the address of the text segment"
 msgstr ""
 
-#: options.cc:1084
-#, c-format
-msgid "%s: -%c: %s\n"
+#: options.h:584
+msgid "Synonym for --debug=files"
 msgstr ""
 
-#: options.h:363
-#, c-format
-msgid "invalid optimization level: %s"
+#: options.h:587
+msgid "Read version script"
 msgstr ""
 
-#: options.h:409
-#, c-format
-msgid "unsupported argument to --compress-debug-sections: %s"
+#: options.h:590
+msgid "Include all archive contents"
 msgstr ""
 
-#: options.h:463
-#, c-format
-msgid "invalid argument to -Ttext: %s"
+#: options.h:591
+msgid "Include only needed archive contents"
 msgstr ""
 
-#: options.h:472
-#, c-format
-msgid "invalid thread count: %s"
+#: options.h:594
+msgid "Start a library search group"
 msgstr ""
 
-#: options.h:480
-msgid "--threads not supported"
+#: options.h:596
+msgid "End a library search group"
 msgstr ""
 
-#: output.cc:1511
+#: options.h:603
+msgid "Set common page size to SIZE"
+msgstr ""
+
+#: options.h:603 options.h:607
+msgid "SIZE"
+msgstr ""
+
+#: options.h:605
+msgid "Mark output as requiring executable stack"
+msgstr ""
+
+#: options.h:607
+msgid "Set maximum page size to SIZE"
+msgstr ""
+
+#: options.h:609
+msgid "Mark output as not requiring executable stack"
+msgstr ""
+
+#: output.cc:991
+msgid "section group retained but group element discarded"
+msgstr ""
+
+#: output.cc:1697
 #, c-format
 msgid "invalid alignment %lu for section \"%s\""
 msgstr ""
 
-#: output.cc:2416
+#: output.cc:2702
+#, c-format
+msgid "nobits section %s may not precede progbits section %s in same segment"
+msgstr ""
+
+#: output.cc:2848
 #, c-format
 msgid "%s: open: %s"
 msgstr ""
 
-#: output.cc:2436
+#: output.cc:2869
 #, c-format
 msgid "%s: mremap: %s"
 msgstr ""
 
-#: output.cc:2472
+#: output.cc:2906
 #, c-format
 msgid "%s: lseek: %s"
 msgstr ""
 
-#: output.cc:2475 output.cc:2512
+#: output.cc:2909 output.cc:2946
 #, c-format
 msgid "%s: write: %s"
 msgstr ""
 
-#: output.cc:2483
+#: output.cc:2917
 #, c-format
 msgid "%s: mmap: %s"
 msgstr ""
 
-#: output.cc:2493
+#: output.cc:2927
 #, c-format
 msgid "%s: munmap: %s"
 msgstr ""
 
-#: output.cc:2510
+#: output.cc:2944
 #, c-format
 msgid "%s: write: unexpected 0 return-value"
 msgstr ""
 
-#: output.cc:2522
+#: output.cc:2958
 #, c-format
 msgid "%s: close: %s"
 msgstr ""
 
+#: parameters.cc:87
+#, c-format
+msgid "unrecognized output format %s"
+msgstr ""
+
 #: readsyms.cc:150
 #, c-format
 msgid "%s: file is empty"
 msgstr ""
 
 #. Here we have to handle any other input file types we need.
-#: readsyms.cc:231
+#: readsyms.cc:461
 #, c-format
 msgid "%s: not an object or archive"
 msgstr ""
 
-#: reloc.cc:232 reloc.cc:588
+#: reloc.cc:238 reloc.cc:740
 #, c-format
 msgid "relocation section %u uses unexpected symbol table %u"
 msgstr ""
 
-#: reloc.cc:247 reloc.cc:606
+#: reloc.cc:253 reloc.cc:758
 #, c-format
 msgid "unexpected entsize for reloc section %u: %lu != %u"
 msgstr ""
 
-#: reloc.cc:256 reloc.cc:615
+#: reloc.cc:262 reloc.cc:767
 #, c-format
 msgid "reloc section %u size %lu uneven"
 msgstr ""
 
-#: reloc.cc:879
+#: reloc.cc:1127
 #, c-format
 msgid "reloc section size %zu is not a multiple of reloc size %d\n"
 msgstr ""
 
 #. We should only see externally visible symbols in the symbol
 #. table.
-#: resolve.cc:144
+#: resolve.cc:141
 msgid "invalid STB_LOCAL symbol in external symbols"
 msgstr ""
 
 #. Any target which wants to handle STB_LOOS, etc., needs to
 #. define a resolve method.
-#: resolve.cc:150
+#: resolve.cc:147
 msgid "unsupported symbol binding"
 msgstr ""
 
-#. Two definitions of the same symbol.
 #. FIXME: Do a better job of reporting locations.
-#: resolve.cc:322
+#: resolve.cc:325
 #, c-format
 msgid "%s: multiple definition of %s"
 msgstr ""
 
-#: resolve.cc:323 resolve.cc:328
+#: resolve.cc:326 resolve.cc:331
 msgid "command line"
 msgstr ""
 
-#: resolve.cc:325
+#: resolve.cc:328
 #, c-format
 msgid "%s: previous definition here"
 msgstr ""
 
-#: script.cc:1890
+#: script.cc:1062
+msgid "invalid use of PROVIDE for dot symbol"
+msgstr ""
+
+#: script.cc:1064
+msgid "invalid assignment to dot outside of SECTIONS"
+msgstr ""
+
+#: script.cc:1979
 #, c-format
 msgid "%s:%d:%d: %s"
 msgstr ""
 
 #. There are some options that we could handle here--e.g.,
 #. -lLIBRARY.  Should we bother?
-#: script.cc:2026
+#: script.cc:2127
 #, c-format
 msgid ""
 "%s:%d:%d: ignoring command OPTION; OPTION is only valid for scripts "
 "specified via -T/--script"
 msgstr ""
 
+#: script.cc:2152
+#, c-format
+msgid ""
+"%s:%d:%d: ignoring SEARCH_DIR; SEARCH_DIR is only valid for scripts "
+"specified via -T/--script"
+msgstr ""
+
+#: script.cc:2499
+msgid "unknown PHDR type (try integer)"
+msgstr ""
+
+#: script-sections.cc:419
+msgid "dot may not move backward"
+msgstr ""
+
+#: script-sections.cc:666
+msgid "fill value is not absolute"
+msgstr ""
+
+#: script-sections.cc:1659
+#, c-format
+msgid "alignment of section %s is not absolute"
+msgstr ""
+
+#: script-sections.cc:1703
+#, c-format
+msgid "subalign of section %s is not absolute"
+msgstr ""
+
+#: script-sections.cc:1718
+#, c-format
+msgid "fill of section %s is not absolute"
+msgstr ""
+
+#: script-sections.cc:1786
+msgid "SPECIAL constraints are not implemented"
+msgstr ""
+
+#: script-sections.cc:1828
+msgid "mismatched definition for constrained sections"
+msgstr ""
+
+#: script-sections.cc:2474
+msgid "no matching section constraint"
+msgstr ""
+
+#: script-sections.cc:2774
+msgid "TLS sections are not adjacent"
+msgstr ""
+
+#: script-sections.cc:2899
+msgid "allocated section not in any segment"
+msgstr ""
+
+#: script-sections.cc:2910
+#, c-format
+msgid "no segment %s"
+msgstr ""
+
+#: script-sections.cc:2920
+msgid "section in two PT_LOAD segments"
+msgstr ""
+
+#: script-sections.cc:2927
+msgid "allocated section not in any PT_LOAD segment"
+msgstr ""
+
+#: script-sections.cc:2955
+msgid "may only specify load address for PT_LOAD segment"
+msgstr ""
+
+#: script-sections.cc:2979
+#, c-format
+msgid "PHDRS load address overrides section %s load address"
+msgstr ""
+
+#. We could support this if we wanted to.
+#: script-sections.cc:2990
+msgid "using only one of FILEHDR and PHDRS is not currently supported"
+msgstr ""
+
+#: script-sections.cc:3005
+msgid ""
+"sections loaded on first page without room for file and program headers are "
+"not supported"
+msgstr ""
+
+#: script-sections.cc:3011
+msgid ""
+"using FILEHDR and PHDRS on more than one PT_LOAD segment is not currently "
+"supported"
+msgstr ""
+
 #: stringpool.cc:525
 #, c-format
 msgid "%s: %s entries: %zu; buckets: %zu\n"
@@ -1108,51 +1288,55 @@ msgstr ""
 msgid "%s: %s Stringdata structures: %zu\n"
 msgstr ""
 
-#: symtab.cc:627
+#: symtab.cc:678
 #, c-format
 msgid "bad global symbol name offset %u at %zu"
 msgstr ""
 
-#: symtab.cc:730
+#: symtab.cc:802
+msgid "--just-symbols does not make sense with a shared object"
+msgstr ""
+
+#: symtab.cc:808
 msgid "too few symbol versions"
 msgstr ""
 
-#: symtab.cc:762
+#: symtab.cc:840
 #, c-format
 msgid "bad symbol name offset %u at %zu"
 msgstr ""
 
-#: symtab.cc:816
+#: symtab.cc:894
 #, c-format
 msgid "versym for symbol %zu out of range: %u"
 msgstr ""
 
-#: symtab.cc:824
+#: symtab.cc:902
 #, c-format
 msgid "versym for symbol %zu has no name: %u"
 msgstr ""
 
-#: symtab.cc:1625 symtab.cc:1824
+#: symtab.cc:1706 symtab.cc:1896
 #, c-format
 msgid "%s: unsupported symbol section 0x%x"
 msgstr ""
 
-#: symtab.cc:1952
+#: symtab.cc:2027
 #, c-format
 msgid "%s: undefined reference to '%s'"
 msgstr ""
 
-#: symtab.cc:2037
+#: symtab.cc:2097
 #, c-format
 msgid "%s: symbol table entries: %zu; buckets: %zu\n"
 msgstr ""
 
-#: symtab.cc:2040
+#: symtab.cc:2100
 #, c-format
 msgid "%s: symbol table entries: %zu\n"
 msgstr ""
 
-#: symtab.cc:2109
+#: symtab.cc:2169
 #, c-format
 msgid ""
 "while linking %s: symbol '%s' defined in multiple places (possible ODR "
@@ -1175,7 +1359,7 @@ msgstr ""
 #. This output is intended to follow the GNU standards.
 #: version.cc:50
 #, c-format
-msgid "Copyright 2007 Free Software Foundation, Inc.\n"
+msgid "Copyright 2008 Free Software Foundation, Inc.\n"
 msgstr ""
 
 #: version.cc:51
@@ -1192,12 +1376,17 @@ msgstr ""
 msgid "%s failed: %s"
 msgstr ""
 
-#: x86_64.cc:1283
+#: x86_64.cc:1336
 #, c-format
 msgid "%s: unsupported REL reloc section"
 msgstr ""
 
-#: x86_64.cc:1750
+#: x86_64.cc:1803
 #, c-format
 msgid "unsupported reloc type %u"
 msgstr ""
+
+#: x86_64.cc:2061
+#, c-format
+msgid "unsupported reloc %u against local symbol"
+msgstr ""
index 1658a58888903a2e765a18ab3c26d3921fd92b19..6c1369ba4b566b07450d69049d8ae32f48a4e878 100644 (file)
@@ -1,6 +1,6 @@
 // readsyms.cc -- read input file symbols for gold
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index fa870b999342348791d3682e36275fab42ff3a3d..0ad89f8fc35eb8d0021c8cc391afdeb488185161 100644 (file)
@@ -1,6 +1,6 @@
 // readsyms.h -- read input file symbols for gold   -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 01f561eb04f76467cbae60ffc029cbf602071720..c5218435e6acaa05d40119541e186327b38f7c61 100644 (file)
@@ -1,6 +1,6 @@
 // reloc-types.h -- ELF relocation templates for gold  -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index fde7e9e28071c7b31dc73cb027420b624486365e..e4601a32cc67e7a9addced25e187d8d266d1deea 100644 (file)
@@ -1,6 +1,6 @@
 // reloc.cc -- relocate input files for gold.
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index fb6c8460b4398264794d1a2c5fc213f22fa8cc76..537738c877809ba362d4df5d7775622188b5783d 100644 (file)
@@ -1,6 +1,6 @@
 // reloc.h -- relocate input files for gold   -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index b2738b3e4ffa7f4f78454bc6d0b43393594c6cc8..0d0c904c1131a07e5e63dbcd9a8d7faf603d7608 100644 (file)
@@ -1,6 +1,6 @@
 // stringpool.cc -- a string pool for gold
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 0257894a869ab110eecdf7e5069bb139e98bb45d..1b80842a9831212068f675cabf17d0be097f4020 100644 (file)
@@ -1,6 +1,6 @@
 // stringpool.h -- a string pool for gold    -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index c8a5d86e0cb32a7c0f5de8fe14e97c6a391ab791..5e5e1d3434cfff35d7dd2049ee00288fa3bb2819 100644 (file)
@@ -1,6 +1,6 @@
 // symtab.h -- the gold symbol table   -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 2823c1796c088d5c077560f45da84cb658825a77..c5bb4f1dc7853443188dfec3e57bec3c927c01f5 100644 (file)
@@ -1,6 +1,6 @@
 // target-reloc.h -- target specific relocation support  -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index fdf7b896367d1d8bf255c44539aecfdf1bf74fd9..8a7570807891a699dacf2071d30ec753dd4eb410 100644 (file)
@@ -1,6 +1,6 @@
 // target-select.cc -- select a target for an object file
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 5757d5b5d7f077fec784acb1153cf07948c35c28..c8f6c55c18180a3769310c44eafd282c3d13284b 100644 (file)
@@ -1,6 +1,6 @@
 // target-select.h -- select a target for an object file  -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 8d0dd17f2069ee823f3391f695a53448f97f421f..a71cbc66289034de622586ce1983be02e1ce7539 100644 (file)
@@ -1,6 +1,6 @@
 // target.h -- target support for gold   -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 26acf83f08383b8e1312c7aee93097b8cf4367c3..94910be8eeb027ebff0fd9c51d65f08a88c38e9e 100644 (file)
@@ -1,6 +1,6 @@
 // basic_test.cc -- a test case for gold
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index e659cc281fe5b6c453a7e859d2396952ab58779a..8889a83576cdce5618a86c1b905a325b2980aae5 100644 (file)
@@ -1,6 +1,6 @@
 // constructor_test.cc -- a test case for gold global constructors
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 45a0be69dc381c1647231ffc8344ba807dcc33dd..9a951f963bdf6f3f7f402fd52620d1e02a785301 100644 (file)
@@ -1,6 +1,6 @@
 // debug_msg.cc -- a test case for printing debug info for missing symbols.
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 014deec7f927b5956901da01d4e42143ea33fcfd..23da5a214e1583600163c0b1ca8db70383b74a04 100755 (executable)
@@ -2,7 +2,7 @@
 
 # debug_msg.sh -- a test case for printing debug info for missing symbols.
 
-# Copyright 2006, 2007 Free Software Foundation, Inc.
+# Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 # Written by Ian Lance Taylor <[email protected]>.
 
 # This file is part of gold.
index 1f5c74fc7f8aea0d0965ba61406e1c612c5fe07f..0dcd8f2ce1cffc9a3613cfacf781a13f39a493bd 100644 (file)
@@ -1,6 +1,6 @@
 // exception_test.h -- exception test case for gold, header file  -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index faebce6740bc2311d9e623df99df03c02b91553f..56ae1434e5f872162fe385ecf89cbcd29bf4f93b 100644 (file)
@@ -1,6 +1,6 @@
 // exception_test_1.cc -- test exception handling for gold, file 1 of 2
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index baced6381acbc0551e2bf695ffcbb3ed8bd57578..1098bd18ffae155607971aeb2e04adf9cef9340c 100644 (file)
@@ -1,6 +1,6 @@
 // exception_test_1.cc -- test exception handling for gold, file 1 of 2
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 3976364175e4abc4cc1396f0f14b711c875489c5..09a018d1b904c265462d7e22038f6891578d8e8d 100644 (file)
@@ -1,6 +1,6 @@
 // exception_test_main.cc -- an exception test case for gold, main function
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 4510e0c4fd58cfa14648f1e2824b60c1f2192572..93d46361a7a199a005a9e4e40e5f45f6bbc579af 100644 (file)
@@ -1,6 +1,6 @@
 // object_unittest.cc -- test Object, Relobj, etc.
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 4f16da071b43607019b89bef527f31349307e380..b08d6d774545a3ddaaa3f51a0e2f825ff13aab5f 100644 (file)
@@ -1,6 +1,6 @@
 // test.cc -- simplistic test framework for gold.
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 1672d40d7a78f6eb349ab750ddc5281b0ea03d46..37060d3a486a7facdb6008e489ca8f44b17ce216 100644 (file)
@@ -1,6 +1,6 @@
 // test.h -- simplistic test framework for gold unittests -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 24c30f52c4a49e20a532c3005b89a782de8280a4..1289fea8e6daa62510f5ea061b308eabf6d805db 100644 (file)
@@ -1,6 +1,6 @@
 // testfile.cc -- Dummy ELF objects for testing purposes.
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index b7bafcb4d5edabd189560d376181a9f315e46f0d..917817977cb3e995ca6cb423741b40f86137a166 100644 (file)
@@ -1,6 +1,6 @@
 // testfile.h -- test input files   -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 1d087a73ac09e9ab14c25593666a167029bea063..47c59b607458ee15265bf5f2d2df7380e8778f1c 100644 (file)
@@ -1,6 +1,6 @@
 // testmain.cc -- main function for simplisitic gold test framework.
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index ca3d9c59814767f5ea17898b32a147b09460b27f..4a701da405bd0a116e2fe346339e85b3fb941230 100644 (file)
@@ -1,6 +1,6 @@
 // tls_test.cc -- test TLS variables for gold
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index b78e49eedfe919b5d687d8c21b1c260b75d6a5a2..9fcd04dbcc537e4ea3eda4c5aaf2ec888b93e60d 100644 (file)
@@ -1,6 +1,6 @@
 // tls_test.h -- test TLS variables for gold, header file  -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 150a13925a6b9bb2eac2e0eeb7bb670a0b91cb2c..b02a7bdc89c79211ae3f41269851dc24181a030f 100644 (file)
@@ -1,6 +1,6 @@
 // tls_test.cc -- test TLS variables for gold
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 805ffcb2d2d6bffcce451044adee9e2f0bd15b94..487d431f8eb9dc815c5b68756cc43f208e4f12b6 100644 (file)
@@ -1,6 +1,6 @@
 // tls_test.cc -- test TLS variables for gold, main function
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index c09910e3a0965600c52f8f62dfd891b4714aae22..88aa234ffa58c428c257421cfb62e997fff79448 100644 (file)
@@ -1,6 +1,6 @@
 // two_file_test.h -- a two file test case for gold, header file  -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 4c6c0b215bfa6fe83862b1ea7cc1d547328cffcc..2c3b9c9b0a4cd39fedf524fa7c983c48cf36f561 100644 (file)
@@ -1,6 +1,6 @@
 // two_file_test_1.cc -- a two file test case for gold, file 1 of 2
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 36873ccb53868ae279eecdd553143374567358ce..b92285633a38be329548ca6935df8b5fc34c8c97 100644 (file)
@@ -1,6 +1,6 @@
 // two_file_test_2.cc -- a two file test case for gold, file 2 of 2
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 5d3f44886290a208ed1ab449165e521b5ef0635f..5f2ff5629d95fb7dcc716a69ee88eaea70b0d59a 100644 (file)
@@ -1,6 +1,6 @@
 // two_file_test_main.cc -- a two file test case for gold, main function
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 25fd1813f385fc0a27c49f3c4670668782f32c13..75f17d3593ceaa4e67b214a71ae9290b91f4eab3 100644 (file)
@@ -1,6 +1,6 @@
 // undef_symbol.cc -- a test case for undefined references
 
-// Copyright 2007 Free Software Foundation, Inc.
+// Copyright 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index bc9eb570e1a80be9053dbc87f4abfedd1db49896..03c15768d81f0d4c68435c675b25c9fca76f5c7f 100755 (executable)
@@ -2,7 +2,7 @@
 
 # undef_symbol.sh -- a test case for undefined symbols in shared libraries
 
-# Copyright 2007 Free Software Foundation, Inc.
+# Copyright 2007, 2008 Free Software Foundation, Inc.
 # Written by Ian Lance Taylor <[email protected]>.
 
 # This file is part of gold.
index 90f97e07a598880cd39dd253b028b2000a911867..2c210443f7f7eeeedc1551e7f0ccbf126e73adf5 100644 (file)
@@ -1,6 +1,6 @@
 // undef_symbol_1.cc -- a test case for undefined references
 
-// Copyright 2007 Free Software Foundation, Inc.
+// Copyright 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 2eba163ba7db045addc428ae388da5826478ab7e..b654dff5a0671170d24654dbe5b290cbb8cd690f 100644 (file)
@@ -1,6 +1,6 @@
 // ver_matching_def.cc - test matching rules in version_script.map
 
-// Copyright 2007 Free Software Foundation, Inc.
+// Copyright 2007, 2008 Free Software Foundation, Inc.
 // Written by Cary Coutant <[email protected]>.
 
 // This file is part of gold.
index 66d6e7ae25c9f5e3e238630af52583ecc6d292f9..48dbf41e76f54c861a32ffb725ef528529f152d6 100644 (file)
@@ -1,6 +1,6 @@
-// basic_test.cc -- a test case for gold
+// ver_test.h -- a test case for gold
 
-// Copyright 2007 Free Software Foundation, Inc.
+// Copyright 2007, 2008 Free Software Foundation, Inc.
 // Written by Cary Coutant <[email protected]>.
 
 // This file is part of gold.
index 7e75e1c71de49a8e384a06dd8b6b6dc56b58f0ac..42a18ec9397369c318f2ca24a4527e6da645fbfc 100644 (file)
@@ -1,6 +1,6 @@
-// basic_test.cc -- a test case for gold
+// ver_test_1.cc -- a test case for gold
 
-// Copyright 2007 Free Software Foundation, Inc.
+// Copyright 2007, 2008 Free Software Foundation, Inc.
 // Written by Cary Coutant <[email protected]>.
 
 // This file is part of gold.
index 1f09197014c6c5bdd2e39d038c77dcef2b029598..1c69264342ccbb0455988e23e050edbd04873360 100644 (file)
@@ -1,6 +1,6 @@
-// basic_test.cc -- a test case for gold
+// ver_test_2.cc -- a test case for gold
 
-// Copyright 2007 Free Software Foundation, Inc.
+// Copyright 2007, 2008 Free Software Foundation, Inc.
 // Written by Cary Coutant <[email protected]>.
 
 // This file is part of gold.
index fc52b284dbab914b2304854cbf99fac587b047a4..d1f83142beaa0c34755896e617433cc5bfc16fbc 100644 (file)
@@ -1,6 +1,6 @@
-## basic_test.cc -- a test case for gold
+## ver_test_2.script -- a test case for gold
 
-## Copyright 2007 Free Software Foundation, Inc.
+## Copyright 2007, 2008 Free Software Foundation, Inc.
 ## Written by Cary Coutant <[email protected]>.
 
 ## This file is part of gold.
index e7e30024bdd019f1f36d80f097664b939748aff1..022a888faf3a94b132e3dc5c16e4cadf4aad558b 100644 (file)
@@ -1,6 +1,6 @@
-// basic_test.cc -- a test case for gold
+// ver_test_3.cc -- a test case for gold
 
-// Copyright 2007 Free Software Foundation, Inc.
+// Copyright 2007, 2008 Free Software Foundation, Inc.
 // Written by Cary Coutant <[email protected]>.
 
 // This file is part of gold.
index 4b7e2c75324f287315e18c4b8378691a373ae90b..38da421f136e2aa51f2a7da68000d88006b37c26 100644 (file)
@@ -1,6 +1,6 @@
-// basic_test.cc -- a test case for gold
+// ver_test_4.cc -- a test case for gold
 
-// Copyright 2007 Free Software Foundation, Inc.
+// Copyright 2007, 2008 Free Software Foundation, Inc.
 // Written by Cary Coutant <[email protected]>.
 
 // This file is part of gold.
index 55c7acc8f9495102aaae2bc7caff7dbad0382b1a..ebcf1e954ec02c05afd5ad16fe5d8c5fbb769915 100644 (file)
@@ -1,6 +1,6 @@
-## basic_test.cc -- a test case for gold
+## ver_test_4.script -- a test case for gold
 
-## Copyright 2007 Free Software Foundation, Inc.
+## Copyright 2007, 2008 Free Software Foundation, Inc.
 ## Written by Cary Coutant <[email protected]>.
 
 ## This file is part of gold.
index c572a19dc4dae9affef89af3470925ef23b5319d..10649f2baa047692da934d4e6126e9f5127d5561 100644 (file)
@@ -1,6 +1,6 @@
-// basic_test.cc -- a test case for gold
+// ver_test_main.cc -- a test case for gold
 
-// Copyright 2007 Free Software Foundation, Inc.
+// Copyright 2007, 2008 Free Software Foundation, Inc.
 // Written by Cary Coutant <[email protected]>.
 
 // This file is part of gold.
index 9c725ed040fa4794c30f3f182bbb0badc48474e4..c14a688d9c03a03b556696cd202e80b04c881d4f 100644 (file)
@@ -1,6 +1,6 @@
 // weak_test.cc -- test handling of weak symbols for gold
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index ab20e746e4b72fa765fdfcce12f15ecb5f0e92b1..5b5cb6ea88c055330d93d2a8de40a27143b9de6a 100644 (file)
@@ -1,6 +1,6 @@
 // tls.h -- Thread-Local Storage utility routines for gold   -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 6c99441ddfba487615d3c55525047e5ea5afe709..dcf00b66804584ed82859eaecfd978d85775d947 100644 (file)
@@ -1,6 +1,6 @@
 // token.h -- lock tokens for gold   -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index eb5b8017f57264325fa814a2161d5e292ebdcccf..243cd07890bdf91b7edf5479c6d580dabe95ba36 100644 (file)
@@ -1,6 +1,6 @@
 // version.c -- print gold version information
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 200 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
@@ -47,7 +47,7 @@ print_version(bool print_short)
   if (!print_short)
     {
       // This output is intended to follow the GNU standards.
-      printf (_("Copyright 2007 Free Software Foundation, Inc.\n"));
+      printf (_("Copyright 2008 Free Software Foundation, Inc.\n"));
       printf (_("\
 This program is free software; you may redistribute it under the terms of\n\
 the GNU General Public License version 3 or (at your option) a later version.\n\
index 201caa42550ddb88e487e7f7a0911451f5c8ac7a..684c65ba071c2866bb69c9cf213b550aaf8bc0d1 100644 (file)
@@ -1,6 +1,6 @@
 // workqueue-internal.h -- internal work queue header for gold   -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index ae09e29cf191b69a43cc54d8d01d699c78a66b7e..60d4adcbb3a579b4d74628686d6b63cd42c7b5d1 100644 (file)
@@ -1,6 +1,6 @@
 // workqueue-threads.cc -- the threaded workqueue for gold
 
-// Copyright 2007 Free Software Foundation, Inc.
+// Copyright 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 68d716efb7a1d4e114f70c0befa5afd80b1ce282..42182eabfb38b52b27bb545085564dd8d366b078 100644 (file)
@@ -1,6 +1,6 @@
 // workqueue.cc -- the workqueue for gold
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 7c87d15adb3fe44f04e5ff44059d2d559326ddc9..3b7a764d73796b10890e7db16781fd35726c8a72 100644 (file)
@@ -1,6 +1,6 @@
 // workqueue.h -- the work queue for gold   -*- C++ -*-
 
-// Copyright 2006, 2007 Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
index 584303d14a436064f4922b683acd136781e990cc..4c6a1739b20cdd17e38efb0230eb3b865799b2c6 100644 (file)
@@ -1,6 +1,6 @@
 // x86_64.cc -- x86_64 target support for gold.
 
-// Copyright 2006, 2007, Free Software Foundation, Inc.
+// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <[email protected]>.
 
 // This file is part of gold.
This page took 0.167975 seconds and 4 git commands to generate.