+2011-02-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * doc/extend.texi (Function Attributes): Avoid deeply (and
+ wrongly) nested tables.
+
2011-02-27 Jakub Jelinek <jakub@redhat.com>
PR middle-end/47903
int sse3_func (void) __attribute__ ((__target__ ("sse3")));
@end smallexample
-@table @samp
-@item i386 target attributes
On the 386, the following options are allowed:
@table @samp
@code{target("fpmath=sse,387")} option must be specified as
@code{target("fpmath=sse+387")} because the comma would separate
different options.
+@end table
-@item PowerPC target attributes
On the PowerPC, the following options are allowed:
@table @samp
compilation will tune for the @var{CPU} architecture, and not the
default tuning specified on the command line.
@end table
-@end table
-@end table
On the 386/x86_64 and PowerPC backends, you can use either multiple
strings to specify multiple options, or you can separate the option