diff options
author | Nick Clifton <nickc@redhat.com> | 2008-10-06 08:17:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-10-06 08:17:47 +0000 |
commit | 7592cfd75db08f5ccbd4403ca80047c2f4540401 (patch) | |
tree | 1db132a1f2b9911d48d15958afa92c833bb3ba72 /gas/ChangeLog | |
parent | e2232c63f487a77b9f64a9f36fae468393bec46a (diff) | |
download | gdb-7592cfd75db08f5ccbd4403ca80047c2f4540401.zip gdb-7592cfd75db08f5ccbd4403ca80047c2f4540401.tar.gz gdb-7592cfd75db08f5ccbd4403ca80047c2f4540401.tar.bz2 |
PR 6926
* read.c (get_line_sb): Renamed to get_non_macro_line_sb.
(_find_end_of_line): Add extra parameter indicating if the line is
inside a macro. If it is then do not allow the @ character to be
treated as a line separator character.
(read_a_source): Update use of _find_end_of_line.
(find_end_of_line): Likewise.
(s_irp): Update use of get_line_sb.
(s_macro): Likewise.
(do_repeat): Likewise.
(get_line_sb): New function. Like the old version of get_line_sb
except that it takes an extra parameter indicating whether the
line is inside a macro.
(get_macro_line_sb): New function.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 450a18f..502d2cb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,20 @@ +2008-10-06 Nick Clifton <nickc@redhat.com> + + PR 6926 + * read.c (get_line_sb): Renamed to get_non_macro_line_sb. + (_find_end_of_line): Add extra parameter indicating if the line is + inside a macro. If it is then do not allow the @ character to be + treated as a line separator character. + (read_a_source): Update use of _find_end_of_line. + (find_end_of_line): Likewise. + (s_irp): Update use of get_line_sb. + (s_macro): Likewise. + (do_repeat): Likewise. + (get_line_sb): New function. Like the old version of get_line_sb + except that it takes an extra parameter indicating whether the + line is inside a macro. + (get_macro_line_sb): New function. + 2008-10-04 Hans-Peter Nilsson <hp@axis.com> * config/tc-cris.c: Update all comments regarding explicit relocations |