aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/a-elchha.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/a-elchha.adb')
-rw-r--r--gcc/ada/a-elchha.adb9
1 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ada/a-elchha.adb b/gcc/ada/a-elchha.adb
index f029c3b..d48afb3 100644
--- a/gcc/ada/a-elchha.adb
+++ b/gcc/ada/a-elchha.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 2003-2013, Free Software Foundation, Inc. --
+-- Copyright (C) 2003-2014, 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- --
@@ -53,10 +53,11 @@ is
pragma Import
(Ada, Append_Info_Exception_Message, "__gnat_append_info_e_msg");
- procedure Append_Info_Exception_Information
+ procedure Append_Info_Untailored_Exception_Information
(X : Exception_Occurrence; Info : in out String; Ptr : in out Natural);
pragma Import
- (Ada, Append_Info_Exception_Information, "__gnat_append_info_e_info");
+ (Ada, Append_Info_Untailored_Exception_Information,
+ "__gnat_append_info_u_e_info");
procedure To_Stderr (S : String);
pragma Import (Ada, To_Stderr, "__gnat_to_stderr");
@@ -129,7 +130,7 @@ begin
To_Stderr ("Execution terminated by unhandled exception");
To_Stderr (Nline);
- Append_Info_Exception_Information (Except, Nobuf, Ptr);
+ Append_Info_Untailored_Exception_Information (Except, Nobuf, Ptr);
end if;
Unhandled_Terminate;