Commit 8060c8ee by Matt Kraai Committed by Matt Kraai

* gcc.c (struct prefix_list): Change prefix to const char *.

From-SVN: r45111
parent 3e4eece3
2001-08-22 Matt Kraai <kraai@alumni.carnegiemellon.edu> 2001-08-22 Matt Kraai <kraai@alumni.carnegiemellon.edu>
* gcc.c (struct prefix_list): Change prefix to const char *.
2001-08-22 Matt Kraai <kraai@alumni.carnegiemellon.edu>
* final.c (final_scan_insn): Call ADDR_VEC_ALIGN on next insn. * final.c (final_scan_insn): Call ADDR_VEC_ALIGN on next insn.
2001-08-22 Jason Merrill <jason_merrill@redhat.com> 2001-08-22 Jason Merrill <jason_merrill@redhat.com>
......
...@@ -1205,7 +1205,7 @@ skip_whitespace (p) ...@@ -1205,7 +1205,7 @@ skip_whitespace (p)
struct prefix_list struct prefix_list
{ {
char *prefix; /* String to prepend to the path. */ const char *prefix; /* String to prepend to the path. */
struct prefix_list *next; /* Next in linked list. */ struct prefix_list *next; /* Next in linked list. */
int require_machine_suffix; /* Don't use without machine_suffix. */ int require_machine_suffix; /* Don't use without machine_suffix. */
/* 2 means try both machine_suffix and just_machine_suffix. */ /* 2 means try both machine_suffix and just_machine_suffix. */
......
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