diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2005-10-12 00:16:12 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2005-10-12 00:16:12 +0000 |
commit | 0851f04365fb9d46d1e10808d5f55619ccfc7aed (patch) | |
tree | 5bb5e7b5f6f191a66332c56c61ed78295d5c19e1 /binutils/ChangeLog | |
parent | 9e691ad0b4078ade4054a8a66a9937af81aed210 (diff) | |
download | gdb-0851f04365fb9d46d1e10808d5f55619ccfc7aed.zip gdb-0851f04365fb9d46d1e10808d5f55619ccfc7aed.tar.gz gdb-0851f04365fb9d46d1e10808d5f55619ccfc7aed.tar.bz2 |
2005-10-11 Danny Smith <dannysmith@users.sourceforge.net>
* rclex.l (handle quotes): Stop parsing hex notation escaped
chars after the first two digits,
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index aeaa659..fdc26bb 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2005-10-11 Danny Smith <dannysmith@users.sourceforge.net> + + * rclex.l (handle quotes): Stop parsing hex notation escaped + chars after the first two digits, + 2005-10-11 Nick Clifton <nickc@redhat.com> PR binutils/1437 |