aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
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/ChangeLog
parent4469be0f23a8b086bb30a3cd2a7287a13add6730 (diff)
downloadgdb-f805106cd375e6b5fc6036c95cf99eb6e3c9c7fa.zip
gdb-f805106cd375e6b5fc6036c95cf99eb6e3c9c7fa.tar.gz
gdb-f805106cd375e6b5fc6036c95cf99eb6e3c9c7fa.tar.bz2
Add handling for numbers with suffixed radix.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 00c4440..807ea28 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,12 @@
2000-02-08 Timothy Wall <twall@redhat.com>
+ * doc/internals.texi: Document NUMBERS_WITH_SUFFIX macro.
+ * as.h: Provide a default NUMBERS_WITH_SUFFIX definition (zero).
+ * expr.c: Handle numbers with suffixes if NUMBERS_WITH_SUFFIX is
+ non-zero.
+
+2000-02-08 Timothy Wall <twall@redhat.com>
+
* read.c: Added elseif to directives table.
* read.h: Added prototype for s_elseif.
* doc/as.texinfo: Added description for elseif.