* README: Update coding style link.
authorAlan Modra <amodra@gmail.com>
Wed, 6 Feb 2013 02:00:30 +0000 (02:00 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 6 Feb 2013 02:00:30 +0000 (02:00 +0000)
gold/ChangeLog
gold/README

index 6dbb2e63d74c4d661cce4beaee176a20a1cd852c..84b00e2ae490bbd5dbfb3c5bee759a1258cba652 100644 (file)
@@ -1,3 +1,7 @@
+2013-02-06  Alan Modra  <amodra@gmail.com>
+
+       * README: Update coding style link.
+
 2013-01-28  Cary Coutant  <ccoutant@google.com>
 
        * dwp.cc (File_list): New typedef.
index 66668a9ec006a4eef5009e0d7f0b35b0ab30b138..0fccc13486730d8fc131639982a2a4fc79aeabeb 100644 (file)
@@ -30,7 +30,7 @@ gold is written in C++.  It is a GNU program, and therefore follows
 the GNU formatting standards as modified for C++.  Source documents in
 order of decreasing precedence:
     http://www.gnu.org/prep/standards/
-    http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/C++STYLE
+    http://gcc.gnu.org/onlinedocs/libstdc++/manual/source_code_style.html
     http://www.zembu.com/eng/procs/c++style.html
 
 The linker is intended to have complete support for cross-compilation,
This page took 0.032173 seconds and 4 git commands to generate.