mirror of git://gcc.gnu.org/git/gcc.git
parent
4bfebd814d
commit
4a087ccf22
|
|
@ -1,3 +1,7 @@
|
||||||
|
2011-02-11 Mingjie Xing <mingjie.xing@gmail.com>
|
||||||
|
|
||||||
|
* doc/lto.texi (Write summary): Fix missing parentheses.
|
||||||
|
|
||||||
2011-02-10 DJ Delorie <dj@redhat.com>
|
2011-02-10 DJ Delorie <dj@redhat.com>
|
||||||
|
|
||||||
* config/m32c/m32c.c (m32c_option_override): Disable
|
* config/m32c/m32c.c (m32c_option_override): Disable
|
||||||
|
|
|
||||||
|
|
@ -268,7 +268,7 @@ body and variable initializer is examined and stores relevant
|
||||||
information into a pass-specific data structure.
|
information into a pass-specific data structure.
|
||||||
|
|
||||||
@item @emph{Write summary} (@code{write_summary} in
|
@item @emph{Write summary} (@code{write_summary} in
|
||||||
@code{struct ipa_opt_pass_d}. This stage writes all the
|
@code{struct ipa_opt_pass_d}). This stage writes all the
|
||||||
pass-specific information generated by @code{generate_summary}.
|
pass-specific information generated by @code{generate_summary}.
|
||||||
Summaries go into their own @code{LTO_section_*} sections that
|
Summaries go into their own @code{LTO_section_*} sections that
|
||||||
have to be declared in @file{lto-streamer.h}:@code{enum
|
have to be declared in @file{lto-streamer.h}:@code{enum
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue