diff options
| author | Kai Tietz <kai.tietz@onevision.com> | 2012-02-11 20:02:03 +0000 |
|---|---|---|
| committer | Kai Tietz <kai.tietz@onevision.com> | 2012-02-11 20:02:03 +0000 |
| commit | aa83d1ec50580e15fe002044c8d8babb6da8a4c0 (patch) | |
| tree | ce7c32fd204bf68c4be6141836c90599b30b2f96 /binutils/testsuite/ChangeLog | |
| parent | 98872a7c392dee50629a3cb54b85db4d904cae1c (diff) | |
| download | ppe42-binutils-aa83d1ec50580e15fe002044c8d8babb6da8a4c0.tar.gz ppe42-binutils-aa83d1ec50580e15fe002044c8d8babb6da8a4c0.zip | |
ChangeLog binutils
2012-02-11 Kai Tietz <ktietz@redhat.com>
PR binutils/13657
* defparse.y (%union): New type id_const.
(opt_name2): New rule.
(keyword_as_name): New rule.
(opt_name): Adjust rule.
(opt_import_name): Likewise.
(opt_equal_name): Likewise.
ChangeLog binutils/testsuite
2012-02-11 Kai Tietz <ktietz@redhat.com>
* binutils-all/version.def: New file.
* binutils-all/dlltool.exp: Add version-dll test.
ChangeLog ld
2012-02-11 Kai Tietz <ktietz@redhat.com>
* deffilep.y (%union): New type id_const.
(opt_name2): New rule.
(keyword_as_name): New rule.
(dot_name): Replaced by opt_name2 rule.
(opt_name): Adjust rule.
(opt_equal_name): Likewise.
Diffstat (limited to 'binutils/testsuite/ChangeLog')
| -rw-r--r-- | binutils/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/testsuite/ChangeLog b/binutils/testsuite/ChangeLog index 6f59bafe36..604c824bcb 100644 --- a/binutils/testsuite/ChangeLog +++ b/binutils/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2012-02-11 Kai Tietz <ktietz@redhat.com> + + * binutils-all/version.def: New file. + * binutils-all/dlltool.exp: Add version-dll test. + 2012-02-02 Nick Clifton <nickc@redhat.com> * binutils-all/readelf.n: Add #pass to cope with targets that add |

