> 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 @@ <li>Support for AMD Bobcat (family 14) processors is now available through the <code>-march=btver1</code> and <code>-mtune=btver1</code> options.</li> + <li>Support for AMD Bulldozer (family 15) processors is now available + through the <code>-march=bdver1</code> and <code>-mtune=bdver1</code> + options.</li> <li>The default setting (when not optimizing for size) for 32-bit GNU/Linux and Darwin x86 targets has been changed to <code>-fomit-frame-pointer</code>. The default can be reverted