To ensure accuracy of generated code.
2007-08-02 Mike Cvet <mcvet@redhat.com> * funit-iftester.S: Added. Addresses #4883. 2007-08-02 Mike Cvet <mcvet@redhat.com> * TestStepping.java (testLineStepFunctionCall): Changed to use funit-iftester.S. Addresses #4883. (testLineStepIfStatementPass): Ditto. (testLineStepIfStatementFail): Ditto. (testLineStepFunctionReturn): Ditto.
2007-08-02 Mike Cvet <mcvet@redhat.com> * funit-stepping-asm.S: Added tokens and functions required to relieve stepping test suite dependence on funit-rt-steptester.c. Fixes #4883. (fourth): New function. (third): Ditto. (second): Now makes function call to third(). * TestSteppingEngine.java (testInstructionStepping): Now uses funit-stepping-asm.S. Updated required tokens and core requirements for test. Fixes #4883. (testInstructionSteppingList): Ditto. (testLineStepping): Ditto. (testLineSteppingList): Ditto. (testStepOver): Ditto. (testInstructionNext): Ditto. (testStepOut): Ditto. (testStepAdvance): Ditto. (testBreakpointing): Ditto.