Commit 392dccb7 by Bernd Schmidt Committed by Bernd Schmidt

Warning fix

From-SVN: r28462
parent da630e12
Tue Aug 3 10:36:13 1999 Bernd Schmidt <bernds@cygnus.co.uk>
* reload1.c (maybe_fix_stack_asms): Declare CONSTRAINTS as
"const char *".
Mon Aug 2 23:45:45 1999 Hans-Peter Nilsson <hp@bitrange.com> Mon Aug 2 23:45:45 1999 Hans-Peter Nilsson <hp@bitrange.com>
* dwarf2out.c (add_location_or_const_value_attribute): Correct * dwarf2out.c (add_location_or_const_value_attribute): Correct
......
...@@ -1242,7 +1242,7 @@ static void ...@@ -1242,7 +1242,7 @@ static void
maybe_fix_stack_asms () maybe_fix_stack_asms ()
{ {
#ifdef STACK_REGS #ifdef STACK_REGS
char *constraints[MAX_RECOG_OPERANDS]; const char *constraints[MAX_RECOG_OPERANDS];
enum machine_mode operand_mode[MAX_RECOG_OPERANDS]; enum machine_mode operand_mode[MAX_RECOG_OPERANDS];
struct insn_chain *chain; struct insn_chain *chain;
......
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