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]

Re: Testsuite question - fail due to EOF


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]