aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/get_targ.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/get_targ.adb')
-rw-r--r--gcc/ada/get_targ.adb12
1 files changed, 10 insertions, 2 deletions
diff --git a/gcc/ada/get_targ.adb b/gcc/ada/get_targ.adb
index 83ef3d6..bdd6876 100644
--- a/gcc/ada/get_targ.adb
+++ b/gcc/ada/get_targ.adb
@@ -6,8 +6,7 @@
-- --
-- B o d y --
-- --
--- --
--- Copyright (C) 1992-2001 Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2003 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- --
@@ -58,4 +57,13 @@ package body Get_Targ is
end if;
end Width_From_Size;
+ -----------------------------
+ -- Get_Max_Unaligned_Field --
+ -----------------------------
+
+ function Get_Max_Unaligned_Field return Pos is
+ begin
+ return 64; -- Can be different on some targets (e.g., AAMP)
+ end Get_Max_Unaligned_Field;
+
end Get_Targ;