diff options
author | Gary Benson <gbenson@redhat.com> | 2020-08-25 15:25:04 +0100 |
---|---|---|
committer | Gary Benson <gbenson@redhat.com> | 2020-08-25 15:25:04 +0100 |
commit | b04aa1fc8c9d4a79e6293a3a1df7507052afedf3 (patch) | |
tree | 9b095430024a8e411bbcdfc61cfc6d1b1c68225a /binutils/objcopy.c | |
parent | 9f68b4534846660ad07f988815523ce75dc8f78a (diff) | |
download | binutils-b04aa1fc8c9d4a79e6293a3a1df7507052afedf3.zip binutils-b04aa1fc8c9d4a79e6293a3a1df7507052afedf3.tar.gz binutils-b04aa1fc8c9d4a79e6293a3a1df7507052afedf3.tar.bz2 |
Disable Clang's integrated assembler for two testcases
gdb.dwarf2/dw2-dir-file-name.exp fails to build using Clang because
the generated assembly language contains .ascii directives with more
than one string literal. gdb.dwarf2/dw2-restore.exp fails to build
using Clang because it contains .func and .endfunc directives.
This commit causes Clang to invoke the system assembler to assemble
the relevant files.
gdb/testsuite/ChangeLog:
* gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
when compiling with clang.
* gdb.dwarf2/dw2-restore.exp: Likewise
Diffstat (limited to 'binutils/objcopy.c')
0 files changed, 0 insertions, 0 deletions