Commit fd478a0a by Graham Stott Committed by Graham Stott

* final.c (output_operand_lossage): Constify PFX_STR.

From-SVN: r50099
parent 5c6a85b7
2002-02-27 Graham Stott <grahams@redhat.com> 2002-02-27 Graham Stott <grahams@redhat.com>
* final.c (output_operand_lossage): Constify PFX_STR.
* df.c (df_insn_refs_record): Use XEXP (x, 0) for USE. * df.c (df_insn_refs_record): Use XEXP (x, 0) for USE.
Wed Feb 27 10:45:19 CET 2002 Jan Hubicka <jh@suse.cz> Wed Feb 27 10:45:19 CET 2002 Jan Hubicka <jh@suse.cz>
......
...@@ -2969,7 +2969,7 @@ output_operand_lossage VPARAMS ((const char *msgid, ...)) ...@@ -2969,7 +2969,7 @@ output_operand_lossage VPARAMS ((const char *msgid, ...))
{ {
char *fmt_string; char *fmt_string;
char *new_message; char *new_message;
char *pfx_str; const char *pfx_str;
VA_OPEN (ap, msgid); VA_OPEN (ap, msgid);
VA_FIXEDARG (ap, const char *, msgid); VA_FIXEDARG (ap, const char *, msgid);
......
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