darwin.h (REGISTER_NAMES): Add HTM registers.

gcc/

	* config/rs6000/darwin.h (REGISTER_NAMES): Add HTM registers.

line, and those below, will be ignored--

M    ChangeLog
M    config/rs6000/darwin.h

From-SVN: r201011
This commit is contained in:
Iain Sandoe 2013-07-17 14:39:58 +00:00 committed by Iain Sandoe
parent bdb4f6ce2f
commit ea717bd7a8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-07-17 Iain Sandoe <iain@codesourcery.com>
* config/rs6000/darwin.h (REGISTER_NAMES): Add HTM registers.
2013-07-17 Yvan Roux <yvan.roux@linaro.org>
PR target/57909

View File

@ -205,7 +205,8 @@ extern int darwin_emit_branch_islands;
"v24", "v25", "v26", "v27", "v28", "v29", "v30", "v31", \
"vrsave", "vscr", \
"spe_acc", "spefscr", \
"sfp" \
"sfp", \
"tfhar", "tfiar", "texasr" \
}
/* This outputs NAME to FILE. */