aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-a29k.h
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-11-09 01:01:44 +0000
committerIan Lance Taylor <ian@airs.com>1995-11-09 01:01:44 +0000
commit6a649eda40ae1e08ee555950d96f613ee2bb5dec (patch)
treef456aa328cd5b402006ac08347ad973443c2d85e /gas/config/tc-a29k.h
parent3b168da47916c715d8ab67b1e6f2b6bf5de1a153 (diff)
downloadgdb-6a649eda40ae1e08ee555950d96f613ee2bb5dec.zip
gdb-6a649eda40ae1e08ee555950d96f613ee2bb5dec.tar.gz
gdb-6a649eda40ae1e08ee555950d96f613ee2bb5dec.tar.bz2
* config/tc-a29k.c (md_operand): Handle $float, $double, and
$extend. Based on code from Eric Freudenthal <freudenthal@nyu.edu>. * config/tc-a29k.h (LEX_DOLLAR): Define. * read.c (LEX_DOLLAR): Define if not defined. (lex_type): Use LEX_DOLLAR.
Diffstat (limited to 'gas/config/tc-a29k.h')
-rw-r--r--gas/config/tc-a29k.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gas/config/tc-a29k.h b/gas/config/tc-a29k.h
index 5f4f2b2..1c36f07 100644
--- a/gas/config/tc-a29k.h
+++ b/gas/config/tc-a29k.h
@@ -21,6 +21,8 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307
#define TARGET_BYTES_BIG_ENDIAN 1
+#define LEX_DOLLAR 1
+
#define tc_headers_hook(a) ; /* not used */
#define tc_headers_hook(a) ; /* not used */
#define tc_crawl_symbol_chain(a) ; /* not used */