diff options
Diffstat (limited to 'gcc/ada/get_targ.adb')
-rw-r--r-- | gcc/ada/get_targ.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/get_targ.adb b/gcc/ada/get_targ.adb index 881c06c..cd2aed2 100644 --- a/gcc/ada/get_targ.adb +++ b/gcc/ada/get_targ.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2020, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2021, 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- -- @@ -284,7 +284,7 @@ package body Get_Targ is function Get_Max_Unaligned_Field return Pos is begin - return 64; -- Can be different on some targets (e.g., AAMP) + return 64; -- Can be different on some targets end Get_Max_Unaligned_Field; ----------------------------- |