Commit ea717bd7 by Iain Sandoe Committed by Iain Sandoe

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
parent bdb4f6ce
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> 2013-07-17 Yvan Roux <yvan.roux@linaro.org>
PR target/57909 PR target/57909
......
...@@ -205,7 +205,8 @@ extern int darwin_emit_branch_islands; ...@@ -205,7 +205,8 @@ extern int darwin_emit_branch_islands;
"v24", "v25", "v26", "v27", "v28", "v29", "v30", "v31", \ "v24", "v25", "v26", "v27", "v28", "v29", "v30", "v31", \
"vrsave", "vscr", \ "vrsave", "vscr", \
"spe_acc", "spefscr", \ "spe_acc", "spefscr", \
"sfp" \ "sfp", \
"tfhar", "tfiar", "texasr" \
} }
/* This outputs NAME to FILE. */ /* This outputs NAME to FILE. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment