Commit df33da07 by Philippe De Muyter Committed by Jeff Law

genoutput.c (output_insn_data): Cast `INSN_OUTPUT_FORMAT_MULTI' and…

genoutput.c (output_insn_data): Cast `INSN_OUTPUT_FORMAT_MULTI' and `INSN_OUTPUT_FORMAT_FUNCTION' to `PTR'-type.

        * genoutput.c (output_insn_data): Cast `INSN_OUTPUT_FORMAT_MULTI' and
        `INSN_OUTPUT_FORMAT_FUNCTION' to `PTR'-type.

From-SVN: r30471
parent 349c29b5
Wed Nov 10 01:10:41 1999 Philippe De Muyter <phdm@macqel.be>
* genoutput.c (output_insn_data): Cast `INSN_OUTPUT_FORMAT_MULTI' and
`INSN_OUTPUT_FORMAT_FUNCTION' to `PTR'-type.
Wed Nov 10 00:51:41 1999 Hans-Peter Nilsson <hp@axis.se>
* invoke.texi (C Dialect Options): Add missing builtins from
......
......@@ -361,7 +361,7 @@ output_insn_data ()
break;
case INSN_OUTPUT_FORMAT_MULTI:
case INSN_OUTPUT_FORMAT_FUNCTION:
printf (" output_%d,\n", d->code_number);
printf (" (PTR) output_%d,\n", d->code_number);
break;
default:
abort ();
......
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