diff options
Diffstat (limited to 'gcc/ada/g-trasym.adb')
-rw-r--r-- | gcc/ada/g-trasym.adb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ada/g-trasym.adb b/gcc/ada/g-trasym.adb index d518d70fa46..e8f91221a31 100644 --- a/gcc/ada/g-trasym.adb +++ b/gcc/ada/g-trasym.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1999-2002 Ada Core Technologies, Inc. -- +-- Copyright (C) 1999-2005, AdaCore -- -- -- -- 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- -- @@ -50,10 +50,10 @@ package body GNAT.Traceback.Symbolic is function Symbolic_Traceback (Traceback : Tracebacks_Array) return String is procedure convert_addresses - (addrs : System.Address; - n_addr : Integer; - buf : System.Address; - len : System.Address); + (addrs : System.Address; + n_addr : Integer; + buf : System.Address; + len : System.Address); pragma Import (C, convert_addresses, "convert_addresses"); -- This is the procedure version of the Ada aware addr2line that will -- use argv[0] as the executable containing the debug information. |