diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-02-08 19:06:00 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-02-08 19:06:00 +0000 |
commit | 6dc19fc4d614ca0d241cace28ea999dcf9f2888f (patch) | |
tree | a8ce8600918b175eceb1584592c4bc1fd33132e1 /gas/ChangeLog | |
parent | f15632584b5f2c0355fcc0f354da079b240aedf2 (diff) | |
download | gdb-6dc19fc4d614ca0d241cace28ea999dcf9f2888f.zip gdb-6dc19fc4d614ca0d241cace28ea999dcf9f2888f.tar.gz gdb-6dc19fc4d614ca0d241cace28ea999dcf9f2888f.tar.bz2 |
Remove redundant code for checking numbers with suffixes. Add
functionality to break out of assembler loops.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 807ea28..171a277 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,15 @@ 2000-02-08 Timothy Wall <twall@redhat.com> + * read.c (s_rept): Call do_repeat, which abstracts the repeat + logic. + (do_repeat): New. Abstract repeat logic so that a "break" can be + implemented. + (end_repeat): New. Provide support for a "break" out of the + repeat loop. + * read.h: Add prototypes for new functions. + +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 |