+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
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.