diff options
Diffstat (limited to 'gcc/ada/tb-alvxw.c')
-rw-r--r-- | gcc/ada/tb-alvxw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/tb-alvxw.c b/gcc/ada/tb-alvxw.c index 52d9e1643f6..381c9b0406a 100644 --- a/gcc/ada/tb-alvxw.c +++ b/gcc/ada/tb-alvxw.c @@ -564,7 +564,7 @@ heuristic_proc_desc (CORE_ADDR start_pc, So we recognize only a few registers (t7, t9, ra) within the procedure prologue as valid return address registers. If we encounter a return instruction, we extract the - the return address register from it. + return address register from it. FIXME: Rewriting GDB to access the procedure descriptors, e.g. via the minimal symbol table, might obviate this hack. */ |