diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-03-24 01:04:25 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-03-24 01:04:25 +0000 |
commit | d67ffd56e13eaa14f522a1edc592d69da3bc66a1 (patch) | |
tree | f461f7ceeff19792b8080998f58ca7239ab95ccc /gas/ChangeLog | |
parent | 36959681867a70c8f48055ffb22b6f037596b762 (diff) | |
download | gdb-d67ffd56e13eaa14f522a1edc592d69da3bc66a1.zip gdb-d67ffd56e13eaa14f522a1edc592d69da3bc66a1.tar.gz gdb-d67ffd56e13eaa14f522a1edc592d69da3bc66a1.tar.bz2 |
2009-03-23 H.J. Lu <hongjiu.lu@intel.com>
PR gas/9966
* listing.c (listing_newline): Properly handle `\\"' and ';'.
* read.c (is_end_of_line): Update comments for line separator.
(read_begin): Set line separator in is_end_of_line to 2.
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 103d442..eb9b742 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +2009-03-23 H.J. Lu <hongjiu.lu@intel.com> + + PR gas/9966 + * listing.c (listing_newline): Properly handle `\\"' and ';'. + + * read.c (is_end_of_line): Update comments for line separator. + (read_begin): Set line separator in is_end_of_line to 2. + 2009-03-19 David S. Miller <davem@davemloft.net> * config/tc-sparc.c (md_parse_option): If the user gives |