This is the mail archive of the libc-help@sourceware.org mailing list for the glibc 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: tst-posix_fallocate test failure


Le mercredi 26 novembre 2008 Ã 13:36 -0600, Ryan Arnold a Ãcrit :
> You see it twice because GDB is an assembler level debugger and
> there's not a direct mapping between C code and assembler instruction
> progression.  Therefore, if a line of C code is implemented in several
> assembler operations you may see it come up twice.  It'll come up out
> of order as well if the compiler has generated assembler intermixed
> with assembler from other lines of C-code for code dispatch
> optimization.
> 

Now I understand, thank you for your explanations !

> I'm the defacto PowerPC maintainer at this point.
> 
> I'll check-out a tree and configure with the options you provide.
> 
> Ryan S. Arnold

I'm looking forward to seeing if the same problem will arise.

Renaud. 


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