diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-18 21:53:40 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-18 21:53:40 +0000 |
commit | f9680a0598d7a69750094b5efaee971406ceb083 (patch) | |
tree | 9f2283bd1d4a765b27de63d770ddc0421f7ce27d /gas/ChangeLog | |
parent | 3b06beb75730bf894e2a9621ab48023806b05c2e (diff) | |
download | gdb-f9680a0598d7a69750094b5efaee971406ceb083.zip gdb-f9680a0598d7a69750094b5efaee971406ceb083.tar.gz gdb-f9680a0598d7a69750094b5efaee971406ceb083.tar.bz2 |
* read.c (mri_comment_field): New function.
(mri_comment_end): New function.
(s_align_bytes): Use mri_comment_field.
(s_align_ptwo, s_comm, s_mri_common, s_fail, s_globl): Likewise.
(s_float_space, s_struct): Likewise.
(s_space): Use mri_comment_field rather than doing it by hand.
(cons_worker, equals): Likewise.
(s_end): Ignore comments starting with '*' or '!'.
* read.h (mri_comment_field): Declare.
(mri_comment_end): Declare.
* cond.c (s_if): Use mri_comment_field.
* config/tc-m68k.c (s_chip, s_reg): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index fd3cde6..c8df738 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,18 @@ Mon Sep 18 15:22:28 1995 Ian Lance Taylor <ian@cygnus.com> + * read.c (mri_comment_field): New function. + (mri_comment_end): New function. + (s_align_bytes): Use mri_comment_field. + (s_align_ptwo, s_comm, s_mri_common, s_fail, s_globl): Likewise. + (s_float_space, s_struct): Likewise. + (s_space): Use mri_comment_field rather than doing it by hand. + (cons_worker, equals): Likewise. + (s_end): Ignore comments starting with '*' or '!'. + * read.h (mri_comment_field): Declare. + (mri_comment_end): Declare. + * cond.c (s_if): Use mri_comment_field. + * config/tc-m68k.c (s_chip, s_reg): Likewise. + * write.c (fixup_segment): Handle ABS-sym in -sym case rather than sym-sym case. * config/obj-coff.c (fixup_segment): Likewise. Permit negative |