summaryrefslogtreecommitdiff
path: root/gas/read.c
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>2000-04-21 20:22:24 +0000
committerJim Wilson <wilson@tuliptree.org>2000-04-21 20:22:24 +0000
commit54aab81f946eeca3eacd7b99aacd0936495c06ad (patch)
treed87b9a69274e7f1313182c28060651b623053527 /gas/read.c
parent884aa74c57846de8b0a019446d01d528962734d1 (diff)
downloadbinutils-redhat-54aab81f946eeca3eacd7b99aacd0936495c06ad.tar.gz
IA-64 ELF support.
Diffstat (limited to 'gas/read.c')
-rw-r--r--gas/read.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/read.c b/gas/read.c
index 15228426af..2ea5e2b612 100644
--- a/gas/read.c
+++ b/gas/read.c
@@ -105,6 +105,8 @@ die horribly;
#endif
#ifndef LEX_HASH
+/* The IA-64 assembler uses # as a suffix designating a symbol. We include
+ it in the symbol and strip it out in tc_canonicalize_symbol_name. */
#define LEX_HASH 0
#endif