diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-08-11 17:16:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-08-11 17:16:37 +0000 |
commit | baa3eb38dfd765a404c5c231a01f38a39f4f1482 (patch) | |
tree | e6cfb44520cd1f69ce37a63ee60064d48ca0fc04 /gas/ChangeLog | |
parent | 11af873fca0a3bc4c3476e35ec931a49dce101ee (diff) | |
download | gdb-baa3eb38dfd765a404c5c231a01f38a39f4f1482.zip gdb-baa3eb38dfd765a404c5c231a01f38a39f4f1482.tar.gz gdb-baa3eb38dfd765a404c5c231a01f38a39f4f1482.tar.bz2 |
fix typo in gas error output (this is an assembler, not a compiler)
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 9d47ab4..33954c3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2009-08-11 Mike Frysinger <vapier@gentoo.org> + + * config/bfin-parse.y (binary): Change "compiler" to "assembler". + (unary): Likewise. + 2009-08-11 Nick Clifton <nickc@redhat.com> PR 10443 |