diff options
Diffstat (limited to 'gcc/ada/tb-gcc.c')
-rw-r--r-- | gcc/ada/tb-gcc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/tb-gcc.c b/gcc/ada/tb-gcc.c index 8ea77ee..d0b12c7 100644 --- a/gcc/ada/tb-gcc.c +++ b/gcc/ada/tb-gcc.c @@ -7,6 +7,7 @@ * C Implementation File * * * * Copyright (C) 2004-2007, AdaCore * + * Copyright (C) 2008, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * @@ -37,7 +38,7 @@ #include <unwind.h> /* The implementation boils down to a call to _Unwind_Backtrace with a - tailored callback and carried-on datastructure to keep track of the + tailored callback and carried-on data structure to keep track of the input parameters we got as well as of the basic processing state. */ /****************** |