diff options
author | Timothy Wall <twall@alum.mit.edu> | 2000-02-10 21:00:10 +0000 |
---|---|---|
committer | Timothy Wall <twall@alum.mit.edu> | 2000-02-10 21:00:10 +0000 |
commit | f28e8eb3fd8ab61a0c02b2d9a938a1400cf3bf25 (patch) | |
tree | 2c11bc5d2aafac781aee61f1cb4ea5f35509a53a /gas/ChangeLog | |
parent | 84dcfba7a2922c53645c9ea80aeded80e6085e1c (diff) | |
download | gdb-f28e8eb3fd8ab61a0c02b2d9a938a1400cf3bf25.zip gdb-f28e8eb3fd8ab61a0c02b2d9a938a1400cf3bf25.tar.gz gdb-f28e8eb3fd8ab61a0c02b2d9a938a1400cf3bf25.tar.bz2 |
New preprocessor options.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 171a277..537f702 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2000-02-10 Timothy Wall <twall@redhat.com> + + * app.c (do_scrub_chars): Handle "||" for parallel instructions + when DOUBLEBAR_PARALLEL is defined. Avoid stripping whitespace + around colons when KEEP_WHITE_AROUND_COLON is defined. + * doc/internals.texi (CPU backend): Document DOUBLEBAR_PARALLEL + and KEEP_WHITE_AROUND_COLON. + 2000-02-08 Timothy Wall <twall@redhat.com> * read.c (s_rept): Call do_repeat, which abstracts the repeat |