aboutsummaryrefslogtreecommitdiff
path: root/ld/ldsym.h
diff options
context:
space:
mode:
authorSteve Chamberlain <steve@cygnus>1991-04-15 15:27:15 +0000
committerSteve Chamberlain <steve@cygnus>1991-04-15 15:27:15 +0000
commit99fe4553606e9be16e0d3878070086ba0c629d77 (patch)
tree6a2b3ec66d49ab11785d440dfcc2d3d9506bfd6b /ld/ldsym.h
parent9846338e68f0951443690e50cb678082a86be57e (diff)
downloadgdb-99fe4553606e9be16e0d3878070086ba0c629d77.zip
gdb-99fe4553606e9be16e0d3878070086ba0c629d77.tar.gz
gdb-99fe4553606e9be16e0d3878070086ba0c629d77.tar.bz2
Merges from Intel.
Chrisb bug fixes.
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;