Commit 043d39a6 by John David Anglin Committed by John David Anglin

* pa.c (struct deferred_plabel): Constify name field.

From-SVN: r56110
parent 34bb92e3
2002-08-07 John David Anglin <dave@hiauly1.hia.nrc.ca>
* pa.c (struct deferred_plabel): Constify name field.
2002-08-07 Neil Booth <neil@daikokuya.co.uk>
* cppmacro.c (_cpp_builtin_macro_text): Remove unused variable.
......
......@@ -152,7 +152,7 @@ unsigned int total_code_bytes;
struct deferred_plabel GTY(())
{
rtx internal_label;
char *name;
const char *name;
};
static GTY((length ("n_deferred_plabels"))) struct deferred_plabel *
deferred_plabels;
......
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