X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Fada%2FChangeLog;h=d170497a59e4424dec9742d5056d2f51d5735ec0;hp=2a782da126ac01f68893a21101c305404ee125c2;hb=8e8366b7cc1ae72b7eb3be12eb310a9a233ca736;hpb=fb8e89b17b7e6321c3adf4e86baeb515d3edb6a5 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 2a782da126a..d170497a59e 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,4 +1,4 @@ -2004-08-31 Richard Kenner +2004-09-01 Richard Kenner * misc.c (gnat_print_type): Use TYPE_RM_SIZE_NUM. @@ -45,7 +45,7 @@ (gnat_substitute_in_type, case ARRAY_TYPE): If old had a MIN_EXPR for the size, copy it into new. -2004-08-31 Robert Dewar +2004-09-01 Robert Dewar * exp_ch6.adb (Expand_Call): Properly handle validity checks for packed indexed component where array is an IN OUT formal. This @@ -56,13 +56,13 @@ * gnat-style.texi: Minor updates (note that boolean constants and variables are joined with AND/OR rather than short circuit forms). -2004-08-31 Ed Schonberg +2004-09-01 Ed Schonberg * exp_util.adb (Safe_Unchecked_Type_Conversion): Conversion is safe if it is an upward conversion of an untagged type with no representation change. -2004-08-31 Thomas Quinot +2004-09-01 Thomas Quinot * rtsfind.ads: Move RCI_Subp_Info and RCI_Subp_Info_Array to System.Partition_Interface. @@ -76,7 +76,7 @@ consistent treatment of entity references contained within the enclosed procedure call. -2004-08-31 Vincent Celier +2004-09-01 Vincent Celier * bindgen.adb: (Set_EA_Last): New procedure (Gen_Exception_Table_Ada, Gen_Exception_Table_C): Use new procedure @@ -103,7 +103,7 @@ * bld.adb (Put_Include_Project): Use '/', not '\' on Windows as directory separator when defining BASE_DIR. -2004-08-19 Pascal Obry +2004-09-01 Pascal Obry * gprcmd.adb (Extend): Do not output trailing directory separator. This is not needed and it confuses Windows GNU/make which does not report