diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-02-08 14:21:53 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-02-08 14:21:53 +0000 |
commit | f805106cd375e6b5fc6036c95cf99eb6e3c9c7fa (patch) | |
tree | bf2fec5a3f9250078081fe37aa40e238f43481eb /gas/doc | |
parent | 4469be0f23a8b086bb30a3cd2a7287a13add6730 (diff) | |
download | binutils-gdb-f805106cd375e6b5fc6036c95cf99eb6e3c9c7fa.tar.gz |
Add handling for numbers with suffixed radix.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/internals.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/doc/internals.texi b/gas/doc/internals.texi index 6dc9ac7c658..dfc2d3af724 100644 --- a/gas/doc/internals.texi +++ b/gas/doc/internals.texi @@ -960,6 +960,12 @@ default value it zero. You may define this macro to the lexical type of the @kbd{$} character. The default value is @code{LEX_NAME | LEX_BEGIN_NAME}. +@item NUMBERS_WITH_SUFFIX +@cindex NUMBERS_WITH_SUFFIX +When this macro is defined to be non-zero, the parser allows the radix of a +constant to be indicated with a suffix. Valid suffixes are binary (B), +octal (Q), and hexadecimal (H). Case is not significant. + @item SINGLE_QUOTE_STRINGS @cindex SINGLE_QUOTE_STRINGS If you define this macro, GAS will treat single quotes as string delimiters. |