diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2010-10-30 23:02:32 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2010-10-30 23:02:32 +0000 |
commit | b3cded65e92ba4d9b5e5a33fb95c4d551bda9c1b (patch) | |
tree | 69d40fbef2c0c4ee32fe97b7a28b510f2e3c2dbc /gas/config/tc-maxq.h | |
parent | 7a815afd9b5121ee0f65dc1e1de1c0de6de97679 (diff) |
Notes
Diffstat (limited to 'gas/config/tc-maxq.h')
-rw-r--r-- | gas/config/tc-maxq.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gas/config/tc-maxq.h b/gas/config/tc-maxq.h index 12b7a9497accc..dfa37f59ed656 100644 --- a/gas/config/tc-maxq.h +++ b/gas/config/tc-maxq.h @@ -1,4 +1,4 @@ -/* tc-maxq.h -- Header file for the asssembler(MAXQ) +/* tc-maxq.h -- Header file for the assembler(MAXQ) Copyright 2004, 2005 Free Software Foundation, Inc. @@ -116,10 +116,10 @@ extern void maxq20_cons_fix_new (fragS *, unsigned int, unsigned int, expression extern void maxq_number_to_chars (char *, valueT, int); /* If this macro is defined, it is a pointer to a NULL terminated list of - chracters which may appear in an operand. GAS already assumes that all - alphanumeric chracters, and '$', '.', and '_' may appear in an + characters which may appear in an operand. GAS already assumes that all + alphanumeric characters, and '$', '.', and '_' may appear in an operand("symbol_char"in app.c). This macro may be defined to treat - additional chracters as appearing in an operand. This affects the way in + additional characters as appearing in an operand. This affects the way in which GAS removes whitespaces before passing the string to md_assemble. */ #define tc_symbol_chars_extra_symbol_chars |