Testsuite question - fail due to EOF

Yury Norov ynorov@caviumnetworks.com
Sun Dec 18 08:51:00 GMT 2016


On Fri, Dec 09, 2016 at 10:40:14AM +1030, Alan Modra wrote:
> On Thu, Dec 01, 2016 at 09:21:29PM +0530, Yury Norov wrote:
> > extra regexps in
> > /home/yury/work/glibc-img/binutils.src/ld/testsuite/ld-aarch64/tls-relax-gd-le-ilp32.d
> > starting with "^ +10000:        d2a00000        movz    x0, #0x0, lsl
> > #16$"
> > EOF from tmpdir/dump.out
> > 
> > If I repeat that commands manually, tmpdir/dump.out becomes not empty,
> > and contains correct objdump output.
> 
> Check actual output against the regexp, especially space vs. tab.
> The #... in your expected output will eat lines until it gets a match
> with the next line, the regexp shown above.  Finding no match you
> eventually get to EOF.

Hi Alan, 

Thank you. It's exactly my problem. Now I have fixed it.

Yury.



More information about the Binutils mailing list