This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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]

[commit] Fix testsuite/gdb.arch/altivec-abi.exp


Done.

-=# Paul #=-

On Saturday 17 September 2005 14:02, Daniel Jacobowitz wrote:
> On Mon, Sep 12, 2005 at 04:52:22PM -0700, Paul Gilliam wrote:
> > After a GDB finish command, 'altivec-abi.exp' seems to expect some like this:
> > 	Run till exit from #0  0x0804835f in marker ()
> > But the '0x0804835f in' is only printed if the target program was compiled without -g.
> 
> Actually, it's printed in two cases: when we have no line number
> information, or when we are not precisely positioned on top of a line
> number marker (i.e. in the middle of a statement).
> 
> > 
> > This patch makes altivec-abi.exp stop expecting the 'in':
> > 
> > 2005-08-12  Paul Gilliam  <pgilliam@us.ibm.com>
> > 
> > 	* gdb.arch/altivec-abi.exp: Elide the 'in' from what's expected after a 'finish' command.
> 
> Word wrap the changelog and move it into September, please :-)
> Otherwise OK.
> 


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