This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
This flag determines what flags the binary is built with. With an incorrect spelling those extra flags are not added. Tested with aarch64-none-elf regression test. If Ok for trunk could someone apply it for me since I don't have commit rights. binutils/ChangeLog: 2019-05-01 Matthew Malcomson <matthew.malcomson@arm.com> * testsuite/binutils-all/objdump.exp: Correct spelling. ############### Attachment also inlined for ease of reply ############### diff --git a/binutils/testsuite/binutils-all/objdump.exp b/binutils/testsuite/binutils-all/objdump.exp index 81a061f70c1f8d9131aa570a86a4f2804400f761..94ff015020b77ce61f3eb9027660bbbb3419eacb 100644 --- a/binutils/testsuite/binutils-all/objdump.exp +++ b/binutils/testsuite/binutils-all/objdump.exp @@ -526,7 +526,7 @@ proc test_build_id_debuglink {} { } set CFLAGS_FOR_TARGET "-g -Wl,--build-id=0x12345678abcdef01" - if { [target_compile $srcdir/$subdir/testprog.c tmpdir/testprog exectuable debug] != "" } { + if { [target_compile $srcdir/$subdir/testprog.c tmpdir/testprog executable debug] != "" } { unsupported "$test (build)" return }
Attachment:
spelling-correction.patch
Description: spelling-correction.patch
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |