mirror of git://gcc.gnu.org/git/gcc.git
parent
9e97ff6183
commit
02be26e48b
|
@ -1,3 +1,7 @@
|
||||||
|
2010-08-21 Eric Botcazou <ebotcazou@adacore.com>
|
||||||
|
|
||||||
|
* tracebak.c: Fix typo in comment.
|
||||||
|
|
||||||
2010-08-20 Nathan Froyd <froydnj@codesourcery.com>
|
2010-08-20 Nathan Froyd <froydnj@codesourcery.com>
|
||||||
|
|
||||||
* gcc-interface/decl.c: Use FOR_EACH_VEC_ELT.
|
* gcc-interface/decl.c: Use FOR_EACH_VEC_ELT.
|
||||||
|
|
|
@ -493,8 +493,8 @@ __gnat_backtrace (void **array,
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
/* No target specific implementation and neither USE_GCC_UNWINDER not
|
/* No target specific implementation and neither USE_GCC_UNWINDER nor
|
||||||
USE_GCC_UNWINDER defined. */
|
USE_GENERIC_UNWINDER defined. */
|
||||||
|
|
||||||
/*------------------------------*
|
/*------------------------------*
|
||||||
*-- The dummy implementation --*
|
*-- The dummy implementation --*
|
||||||
|
|
Loading…
Reference in New Issue