diff options
author | Omair Majid <omajid@redhat.com> | 2019-08-07 10:20:56 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-08-07 10:20:56 +0100 |
commit | 7cd00957a57f8d8195baf7a85ea21b879bbbaf91 (patch) | |
tree | 588e9df685c85127f858b3fa2632d7416a7f14af /binutils/ChangeLog | |
parent | bc750500af6d0a6cb602a5d00b3f71b26ce96762 (diff) | |
download | gdb-7cd00957a57f8d8195baf7a85ea21b879bbbaf91.zip gdb-7cd00957a57f8d8195baf7a85ea21b879bbbaf91.tar.gz gdb-7cd00957a57f8d8195baf7a85ea21b879bbbaf91.tar.bz2 |
Fix the binutils test for .NET assembly support so that it distinguishing between targets which do not support the x86 PE format at all, and those that do support it, but which do not recognise the .NET assembly variants.
* testsuite/binutils-all/objdump.exp
(test_objdump_dotnet_assemblies): Fix test to distinguish errors
in parsing simple pei-i386 and pei-x86-64 vs parsing the newly
introduced machine types.
* testsuite/gentestdlls.c (write_simple_dll): New function.
(main): Generate simple and Linux-specific variants of pei-i386
and pei-x86-64 files so both can be used by tests.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index f60d5ff..c785ad5 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +2019-08-07 Omair Majid <omajid@redhat.com> + + * testsuite/binutils-all/objdump.exp + (test_objdump_dotnet_assemblies): Fix test to distinguish errors + in parsing simple pei-i386 and pei-x86-64 vs parsing the newly + introduced machine types. + * testsuite/gentestdlls.c (write_simple_dll): New function. + (main): Generate simple and Linux-specific variants of pei-i386 + and pei-x86-64 files so both can be used by tests. + 2019-08-07 Alan Modra <amodra@gmail.com> PR 24876 |