diff options
author | Nick Clifton <nickc@redhat.com> | 2000-11-02 19:32:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-11-02 19:32:47 +0000 |
commit | 37d8bb275baa259bc12f873cc4bf2a4f8ef81af5 (patch) | |
tree | f06648f4f4f5b9466fe60a5d0cd0f20b2ce5dbbb /gas/read.h | |
parent | d75bb8cff629c43a78bb39d87f544f686b0aae2a (diff) | |
download | gdb-37d8bb275baa259bc12f873cc4bf2a4f8ef81af5.zip gdb-37d8bb275baa259bc12f873cc4bf2a4f8ef81af5.tar.gz gdb-37d8bb275baa259bc12f873cc4bf2a4f8ef81af5.tar.bz2 |
Preserve copy of case clobber opcodes so that .req pseudo op works
Diffstat (limited to 'gas/read.h')
-rw-r--r-- | gas/read.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -85,6 +85,11 @@ enum linkonce_type LINKONCE_SAME_CONTENTS }; +#define IGNORE_OPCODE_CASE +#ifdef IGNORE_OPCODE_CASE +extern char original_case_string[]; +#endif + extern void pop_insert PARAMS ((const pseudo_typeS *)); extern unsigned int get_stab_string_offset PARAMS ((const char *string, const char *stabstr_secname)); |