]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/testsuite/ChangeLog
[testsuite] @progbits -> %progbits
authorYao Qi <yao.qi@linaro.org>
Mon, 18 Jan 2016 14:29:53 +0000 (14:29 +0000)
committerYao Qi <yao.qi@linaro.org>
Mon, 18 Jan 2016 14:30:23 +0000 (14:30 +0000)
commitb27896961a641e92a642b352627208233dfeb7f1
tree8071a6587c73ff4e5abcdb8d8fc6590a4fecbb68
parent24f03d4ecf4af77a5f0ae4968973c3387ffeb8ae
[testsuite] @progbits -> %progbits

The ARM assembler has "@" as a comment character, so there are compile
errors in {py,scm}-section-script.c,

 gdb compile failed, /tmp/ccHEzYqy.s: Assembler messages:
 /tmp/ccHEzYqy.s:19: Error: junk at end of line, first unrecognized character is `,'
 /tmp/ccHEzYqy.s:24: Error: junk at end of line, first unrecognized character is `,'
 /tmp/ccHEzYqy.s:29: Error: junk at end of line, first unrecognized character is `,'
 /tmp/ccHEzYqy.s:41: Error: junk at end of line, first unrecognized character is `,'

This patch replaces @progbits with %progbits.

gdb/testsuite:

2016-01-18  Yao Qi  <yao.qi@linaro.org>

* gdb.guile/scm-section-script.c: Replace @progbits with
%progbits.
* gdb.python/py-section-script.c: Likewise.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.guile/scm-section-script.c
gdb/testsuite/gdb.python/py-section-script.c