* ld.texinfo (Input Section Basics): Correct EXCLUDE_FILE example.
authorAlan Modra <amodra@gmail.com>
Sat, 18 Aug 2007 01:36:57 +0000 (01:36 +0000)
committerAlan Modra <amodra@gmail.com>
Sat, 18 Aug 2007 01:36:57 +0000 (01:36 +0000)
ld/ChangeLog
ld/ld.texinfo

index 1f89ed2d59ddf40562afac3f7fdcef5af078f31b..537766c01222c63d7164aa1987f5bdbacce21da2 100644 (file)
@@ -1,3 +1,7 @@
+2007-08-18  Alan Modra  <amodra@bigpond.net.au>
+
+       * ld.texinfo (Input Section Basics): Correct EXCLUDE_FILE example.
+
 2007-08-17  Jakub Jelinek  <jakub@redhat.com>
 
        * configure.host: Handle sparcv*-*-linux-* the same as
index f27c08c8c60bbee5b2808023c9db70dd356e6668..4f4cb0bae955e19fc0ee22dc6f68dd0841746b60 100644 (file)
@@ -3327,7 +3327,7 @@ of files from matching the file name wildcard, EXCLUDE_FILE may be used to
 match all files except the ones specified in the EXCLUDE_FILE list.  For
 example:
 @smallexample
-(*(EXCLUDE_FILE (*crtend.o *otherfile.o) .ctors))
+*(EXCLUDE_FILE (*crtend.o *otherfile.o) .ctors)
 @end smallexample
 will cause all .ctors sections from all files except @file{crtend.o} and
 @file{otherfile.o} to be included.
This page took 0.042249 seconds and 4 git commands to generate.