summaryrefslogtreecommitdiff
path: root/gas/read.h
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2004-02-09 12:12:42 +0000
committerNathan Sidwell <nathan@codesourcery.com>2004-02-09 12:12:42 +0000
commitc4d7f18bf130b8f1ad6c1817f67c51e2e1438bd6 (patch)
tree25af61872b724a60c3b1b3ce6f5df50daed5a35b /gas/read.h
parent5614463990f479dd7f0ecd80138445be6082e26d (diff)
downloadbinutils-redhat-c4d7f18bf130b8f1ad6c1817f67c51e2e1438bd6.tar.gz
* read.h (IGNORE_OPCODE_CASE): Do not define. Replace with ...
(TC_CASE_SENSITIVE): ... this. * read.c: Replace IGNORE_OPCODE_CASE with TC_CASE_SENSITIVE. * doc/internals.texi (TC_CASE_SENSITIVE): Document.
Diffstat (limited to 'gas/read.h')
-rw-r--r--gas/read.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gas/read.h b/gas/read.h
index 2357cf9c39..b89ffcb4fb 100644
--- a/gas/read.h
+++ b/gas/read.h
@@ -90,8 +90,7 @@ enum linkonce_type {
LINKONCE_SAME_CONTENTS
};
-#define IGNORE_OPCODE_CASE
-#ifdef IGNORE_OPCODE_CASE
+#ifndef TC_CASE_SENSITIVE
extern char original_case_string[];
#endif