aboutsummaryrefslogtreecommitdiff
path: root/gas/as.h
diff options
context:
space:
mode:
authorTimothy Wall <twall@alum.mit.edu>2000-02-08 14:21:53 +0000
committerTimothy Wall <twall@alum.mit.edu>2000-02-08 14:21:53 +0000
commitf805106cd375e6b5fc6036c95cf99eb6e3c9c7fa (patch)
treebf2fec5a3f9250078081fe37aa40e238f43481eb /gas/as.h
parent4469be0f23a8b086bb30a3cd2a7287a13add6730 (diff)
downloadgdb-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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/as.h b/gas/as.h
index 3f16d56..c82788c 100644
--- a/gas/as.h
+++ b/gas/as.h
@@ -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