From 9988dae3912ad46db3f81b489a1417c6d294fde4 Mon Sep 17 00:00:00 2001 From: charlet Date: Mon, 1 Dec 2003 13:29:28 +0000 Subject: 2003-12-01 Nicolas Setton * a-except.adb (Raise_Current_Excep): Add a pragma Inspection_Point, so that the debugger can reliably access the value of the parameter, and therefore is able to display the exception name when an exception breakpoint is reached. 2003-12-01 Thomas Quinot * fmap.adb: Fix typo in warning message. * g-socket.ads, g-socket.adb: Make Free a visible instance of Ada.Unchecked_Deallocation (no need to wrap it in a subprogram). 2003-12-01 Vincent Celier * mlib-prj.adb (Build_Library.Process): Do not check a withed unit if ther is no Afile. (Build_Library): Get the switches only if Default_Switches is declared in package Binder. 2003-12-01 Ed Schonberg * exp_ch6.adb (Expand_Actuals): When applying validity checks to actuals that are indexed components, reanalyze actual to ensure that packed array references are properly expanded. * sem_ch5.adb (Diagnose_Non_Variable_Lhs): Add special case for attempted assignment to a discriminant. 2003-12-01 Robert Dewar * rtsfind.adb, exp_ch4.adb, s-exnint.ads, s-exnint.adb: Minor reformatting. * switch-c.adb: Minor reformatting of comments 2003-12-01 Arnaud Charlet * Makefile.in: Clean ups. 2003-12-01 GNAT Script * Make-lang.in: Makefile automatically updated git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74100 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/fmap.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/ada/fmap.adb') diff --git a/gcc/ada/fmap.adb b/gcc/ada/fmap.adb index f65d88781a0..0c7ec893ce2 100644 --- a/gcc/ada/fmap.adb +++ b/gcc/ada/fmap.adb @@ -292,7 +292,7 @@ package body Fmap is then Write_Str ("warning: mapping file """); Write_Str (File_Name); - Write_Line (""" is incorrectly formated"); + Write_Line (""" is incorrectly formatted"); Empty_Tables; return; end if; -- cgit v1.2.1