diff options
author | Kai Tietz <kai.tietz@onevision.com> | 2010-09-13 07:13:35 +0000 |
---|---|---|
committer | Kai Tietz <kai.tietz@onevision.com> | 2010-09-13 07:13:35 +0000 |
commit | 47c8d350c8567dc02d87b599bfc78bd3d7276c66 (patch) | |
tree | 6ed9c3fe73dc941c4c1db0a98c5af11f4bfcc74f /gas/testsuite/ChangeLog | |
parent | 2d646f5b6f0382952971da6d5414f6abd123ae31 (diff) | |
download | gdb-47c8d350c8567dc02d87b599bfc78bd3d7276c66.zip gdb-47c8d350c8567dc02d87b599bfc78bd3d7276c66.tar.gz gdb-47c8d350c8567dc02d87b599bfc78bd3d7276c66.tar.bz2 |
2010-09-13 Kai Tietz <kai.tietz@onevision.com>
* gas/pe/pe.exp: Add x64 SEH tests.
* gas/pe/peseh-x64.s: New.
* gas/pe/peseh-x64.d: New.
* gas/pe/peseh-x64-2.s: New.
* gas/pe/peseh-x64-2.d: New.
* gas/pe/peseh-x64-3.s: New.
* gas/pe/peseh-x64-3.d: New.
Diffstat (limited to 'gas/testsuite/ChangeLog')
-rw-r--r-- | gas/testsuite/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 988d073..83ff1bd 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,13 @@ +2010-09-13 Kai Tietz <kai.tietz@onevision.com> + + * gas/pe/pe.exp: Add x64 SEH tests. + * gas/pe/peseh-x64.s: New. + * gas/pe/peseh-x64.d: New. + * gas/pe/peseh-x64-2.s: New. + * gas/pe/peseh-x64-2.d: New. + * gas/pe/peseh-x64-3.s: New. + * gas/pe/peseh-x64-3.d: New. + 2010-09-09 Nick Clifton <nickc@redhat.com> PR gas/11973 |