aboutsummaryrefslogtreecommitdiff
path: root/gold/README
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2013-02-06 02:00:30 +0000
committerAlan Modra <amodra@gmail.com>2013-02-06 02:00:30 +0000
commit8952bc699feff37d71177256c81eb153f642ceec (patch)
tree2b5f4a6e7238653af931c6a6aebdd29702be32e0 /gold/README
parent499b6e73ec80b352c4ef55aa5edb8895133051c5 (diff)
downloadgdb-8952bc699feff37d71177256c81eb153f642ceec.zip
gdb-8952bc699feff37d71177256c81eb153f642ceec.tar.gz
gdb-8952bc699feff37d71177256c81eb153f642ceec.tar.bz2
* README: Update coding style link.
Diffstat (limited to 'gold/README')
-rw-r--r--gold/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/README b/gold/README
index 66668a9..0fccc13 100644
--- a/gold/README
+++ b/gold/README
@@ -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,