diff options
author | DJ Delorie <dj@redhat.com> | 2013-08-23 21:29:27 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2013-08-23 21:29:27 +0000 |
commit | 664a88c6c25f4158a99c4be423cfd94a29686f7b (patch) | |
tree | 0c139484ad4b541a71b3ce4a18b97ef6206dc0e4 /gas/ChangeLog | |
parent | f8222080f6f2dada74ea43ee0b0b0ab7bff4b2a5 (diff) | |
download | gdb-664a88c6c25f4158a99c4be423cfd94a29686f7b.zip gdb-664a88c6c25f4158a99c4be423cfd94a29686f7b.tar.gz gdb-664a88c6c25f4158a99c4be423cfd94a29686f7b.tar.bz2 |
* config/rx-parse.y: Rearrange the components of a bison grammar to issue
assembler errors at correct position.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 679a7d5..d815e5e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2013-08-23 Sandeep Kumar Singh <Sandeep.Singh2@kpitcummins.com> + + * config/rx-parse.y: Rearrange the components of a bison grammar to issue + assembler errors at correct position. + 2013-08-23 Yuri Chornoivan <yurchor@ukr.net> PR binutils/15834 |