This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: RFA: Unwind_Backtrace for ARM EABI


Nick Clifton writes:
 > Hi Andrew,
 > 
 > > As discussed, this implements the missing Unwind_Backtrace for ARM
 > > EABI.
 > 
 > Was the code tested ?  If so, how ?

Extensively with the libgcj testsuite.  Java uses backtraces a lot, so
this gives Unwind_Backtrace a thorough workout.

 > > OK for trunk?
 > 
 > Approved, but I would recommend one small change:  You could replace
 > the "goto finish" statements with "break" and then drop the finish
 > label altogether.  Gotos being considered dangerous and all that...

Heh.  Nanny!  OK.  ;-)

Andrew.


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