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/as.h | |
parent | 4469be0f23a8b086bb30a3cd2a7287a13add6730 (diff) | |
download | gdb-f805106cd375e6b5fc6036c95cf99eb6e3c9c7fa.zip gdb-f805106cd375e6b5fc6036c95cf99eb6e3c9c7fa.tar.gz gdb-f805106cd375e6b5fc6036c95cf99eb6e3c9c7fa.tar.bz2 |
Add handling for numbers with suffixed radix.
Diffstat (limited to 'gas/as.h')
-rw-r--r-- | gas/as.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -629,6 +629,10 @@ void eh_frame_convert_frag PARAMS ((fragS *)); #endif #include "listing.h" +#ifndef NUMBERS_WITH_SUFFIX +#define NUMBERS_WITH_SUFFIX 0 +#endif + #ifndef LOCAL_LABELS_DOLLAR #define LOCAL_LABELS_DOLLAR 0 #endif |