From 1ead4aa2db08bbdb3dbd6a87af4f3459745ffac9 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 3 Sep 2012 19:08:51 +0000 Subject: [PATCH] Add -da and remove -dm in GCC manual Backported from mainline PR driver/54335 * doc/invoke.texi: Add -da and remove -dm. From-SVN: r190903 --- gcc/ChangeLog | 8 ++++++++ gcc/doc/invoke.texi | 9 +++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9dd505d5eff2..fa648e15a9b8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2012-09-03 H.J. Lu + + Backported from mainline + 2012-08-23 H.J. Lu + + PR driver/54335 + * doc/invoke.texi: Add -da and remove -dm. + 2012-09-02 Eric Botcazou PR rtl-optimization/54369 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 9cd24ad77896..45bfec87aceb 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -5282,7 +5282,9 @@ Dump after live range splitting. @opindex fdump-rtl-dfinish These dumps are defined but always produce empty files. -@item -fdump-rtl-all +@item -da +@itemx -fdump-rtl-all +@opindex da @opindex fdump-rtl-all Produce all the dumps listed above. @@ -5299,11 +5301,6 @@ normal output. @opindex dH Produce a core dump whenever an error occurs. -@item -dm -@opindex dm -Print statistics on memory usage, at the end of the run, to -standard error. - @item -dp @opindex dp Annotate the assembler output with a comment indicating which -- 2.47.2