From patchwork Fri Nov 11 17:54:44 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Gcc.amd,002] Document bdver1 in changes.html for GCC4.6 Date: Fri, 11 Nov 2011 07:54:44 -0000 From: venkataramanan.kumar@amd.com X-Patchwork-Id: 125250 Message-Id: <20111111175444.28481.13969.sendpatchset@gccpike3.amd.com> To: , , Cc: , , > Subject: Re: [Gcc.amd] [Patch 001] [x86 backend] Define march/mtune for > upcoming AMD Bulldozer procesor. > > > Hello! > > > > > This patch defines -march=bdver1 and -mtune=bdver1 flag for the upcoming > > > AMD Bulldozer processor. > Hi, > it seems that bdver/btver is not mentioned in invoke.texi nor changes.html. > Could you please add documentation? > > Honza Hi Honza, Added bdver1 information to changes.html for GCC4.6 is Ok to commit? Index: changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v retrieving revision 1.136 diff -u -r1.136 changes.html --- changes.html 30 Oct 2011 12:55:43 -0000 1.136 +++ changes.html 11 Nov 2011 12:26:03 -0000 @@ -813,6 +813,9 @@
  • Support for AMD Bobcat (family 14) processors is now available through the -march=btver1 and -mtune=btver1 options.
  • +
  • Support for AMD Bulldozer (family 15) processors is now available + through the -march=bdver1 and -mtune=bdver1 + options.
  • The default setting (when not optimizing for size) for 32-bit GNU/Linux and Darwin x86 targets has been changed to -fomit-frame-pointer. The default can be reverted