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
This commit is contained in:
Philippe De Muyter 1999-11-10 09:12:03 +01:00 committed by Jeff Law
parent 349c29b595
commit df33da0783
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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

View file

@ -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 ();