diff options
author | Diego Novillo <dnovillo@google.com> | 2008-09-21 11:05:14 -0400 |
---|---|---|
committer | Diego Novillo <dnovillo@gcc.gnu.org> | 2008-09-21 11:05:14 -0400 |
commit | e6c99067cbb1827ecc4a54ec6fdac6e221d933a0 (patch) | |
tree | d3d059f4def91a8519e23abe08d73f66f1403d8d /gcc/Makefile.in | |
parent | 9453804343a2e9dd2db33d6f845746175198bdb3 (diff) | |
download | gcc-e6c99067cbb1827ecc4a54ec6fdac6e221d933a0.zip gcc-e6c99067cbb1827ecc4a54ec6fdac6e221d933a0.tar.gz gcc-e6c99067cbb1827ecc4a54ec6fdac6e221d933a0.tar.bz2 |
gccint.texi: Include generic.texi and gimple.texi.
2008-09-21 Diego Novillo <dnovillo@google.com>
* doc/gccint.texi: Include generic.texi and gimple.texi.
Re-order index.
* doc/tree-ssa.texi (GENERIC): Move to generic.texi.
(GIMPLE): Move to gimple.texi.
(Annotations): Remove references to to stmt_ann_t and
ssa_name_ann_t.
(SSA Operands): Rename from 'Statement Operands'.
* doc/generic.texi: New.
* doc/gimple.texi: New.
* Makefile.in (TEXI_GCCINT_FILES): Add generic.texi and
gimple.texi.
* Makefile.in (TEXI_GCCINT_FILES):
* gimple.c (gimple_copy_call_skip_args): Rename from
giple_copy_call_skip_args. Update all users.
* doc/gimple.texi (gimple_copy_call_skip_args): Document.
From-SVN: r140527
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index b75c678..f067a91 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -3844,7 +3844,7 @@ TEXI_GCCINT_FILES = gccint.texi gcc-common.texi gcc-vers.texi \ configfiles.texi collect2.texi headerdirs.texi funding.texi \ gnu.texi gpl_v3.texi fdl.texi contrib.texi languages.texi \ sourcebuild.texi gty.texi libgcc.texi cfg.texi tree-ssa.texi \ - loop.texi + loop.texi generic.texi gimple.texi TEXI_GCCINSTALL_FILES = install.texi install-old.texi fdl.texi \ gcc-common.texi gcc-vers.texi |