diff options
Diffstat (limited to 'gcc/ada/s-vaflop.ads')
-rw-r--r-- | gcc/ada/s-vaflop.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-vaflop.ads b/gcc/ada/s-vaflop.ads index 529e0ef8c55..018ae65eb7f 100644 --- a/gcc/ada/s-vaflop.ads +++ b/gcc/ada/s-vaflop.ads @@ -162,7 +162,7 @@ package System.Vax_Float_Operations is -- These routines return a decimal C string image of their argument. -- They are provided for implicit use by the debugger, in response to -- the special encoding used for Vax floating-point types (see Exp_Dbug - -- for details). They supersede the above Debug_Output_D/F/G routines + -- for details). They supercede the above Debug_Output_D/F/G routines -- which didn't work properly with GDBTK. procedure pd (Arg : D); |