Commit e800e79b by David Edelsohn Committed by David Edelsohn

genpreds.c (write_tm_preds_h): Add semicolon and newline at end of…

genpreds.c (write_tm_preds_h): Add semicolon and newline at end of insn_extra_address_constraint declaration.

        * genpreds.c (write_tm_preds_h): Add semicolon and newline at
        end of insn_extra_address_constraint declaration.

From-SVN: r112217
parent d2894ab5
2006-03-19 David Edelsohn <edelsohn@gnu.org>
* genpreds.c (write_tm_preds_h): Add semicolon and newline at
end of insn_extra_address_constraint declaration.
2006-03-19 David Edelsohn <edelsohn@gnu.org>
* config/rs6000/rs6000.opt (no-fp-in-toc): Use Var not Mask.
(no-sum-in-toc): Same.
* config/rs6000/rs6000.c (rs6000_handle_option): Use new
......
......@@ -1167,7 +1167,7 @@ write_tm_preds_h (void)
puts ("#define EXTRA_MEMORY_CONSTRAINT(c_,s_) false\n");
if (have_address_constraints)
puts ("extern bool "
"insn_extra_address_constraint (enum constraint_num)"
"insn_extra_address_constraint (enum constraint_num);\n"
"#define EXTRA_ADDRESS_CONSTRAINT(c_,s_) "
"insn_extra_address_constraint (lookup_constraint (s_))\n");
else
......
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