aboutsummaryrefslogtreecommitdiff
path: root/ld/ldsym.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldsym.h')
-rw-r--r--ld/ldsym.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/ldsym.h b/ld/ldsym.h
index aeeae31..9229ea0 100644
--- a/ld/ldsym.h
+++ b/ld/ldsym.h
@@ -24,7 +24,7 @@ typedef struct user_symbol_struct
struct user_symbol_struct *link;
/* Name of this symbol. */
- char *name;
+ CONST char *name;
/* Pointer to next symbol in order of symbol creation */
struct user_symbol_struct *next;