From: Arnaud Charlet Date: Mon, 12 Jan 2004 11:46:25 +0000 (+0100) Subject: [multiple changes] X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8b52de7b96f659fef524b0d649acb77887e9d291;p=gcc.git [multiple changes] 2004-01-12 Arnaud Charlet * bld.adb (Recursive_Process): Reference prefix/share/gnat instead of prefix/share/make * Makefile.generic: Update copyright. Add license notice. * Makefile.in (ADA_SHARE_MAKE_DIR): Set to prefix/share/gnat instead of prefix/share/make. * Makefile.prolog: Update copyright. Add license notice. 2004-01-12 Laurent Pautet * 3vsocthi.adb, 3vsocthi.ads, 3wsocthi.adb, 3wsocthi.ads, 3zsocthi.adb, 3zsocthi.ads, g-socthi.adb, g-socthi.ads (Socket_Error_Message): Return C.Strings.chars_ptr instead of String. * g-socket.adb (Raise_Socket_Error): Use new Socket_Error_Message signature. 2004-01-12 Javier Miranda * cstand.adb, exp_aggr.adb, exp_ch3.adb, exp_ch9.adb, exp_dist.adb, exp_imgv.adb, exp_pakd.adb, exp_util.adb, par-ch3.adb, sem.adb, sem_ch12.adb, sem_ch3.adb, sem_dist.adb, sem_prag.adb, sem_res.adb, sem_util.adb, sinfo.adb, sinfo.ads, sprint.adb: Addition of Component_Definition node. 2004-01-12 Ed Falis * impunit.adb: Add GNAT.Secondary_Stack_Info as user-visible unit 2004-01-12 Thomas Quinot * link.c: Change default libgnat kind to STATIC for FreeBSD. 2004-01-12 Bernard Banner * Makefile.in: map 86numaux to a-numaux for x86_64 2004-01-12 Ed Schonberg * lib-xref.adb (Get_Type_Reference): If the type is the subtype entity generated to rename a generic actual, go to the actual itself, the subtype is not a user-visible entity. * sem_ch7.adb (Uninstall_Declarations): If an entity in the visible part is a private subtype, reset the visibility of its full view, if any, to be consistent. * sem_ch12.adb (Analyze_Formal_Package): Diagnose properly an attempt to use a generic package G as a formal package for another generic declared within G. 2004-01-12 Robert Dewar * trans.c (Eliminate_Error_Msg): New procedure called to generate msg * usage.adb: Remove mention of obsolete -gnatwb switch Noticed during code reading 2004-01-12 Jerome Guitton * 1ssecsta.adb: Minor changes for -gnatwa warnings 2004-01-12 GNAT Script * Make-lang.in: Makefile automatically updated From-SVN: r75715 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index d2796d754bf..c8c82d2f105 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,78 @@ +2004-01-12 Arnaud Charlet + + PR ada/13572 + * bld.adb (Recursive_Process): Reference prefix/share/gnat instead of + prefix/share/make + + * Makefile.generic: Update copyright. + Add license notice. + + * Makefile.in (ADA_SHARE_MAKE_DIR): Set to prefix/share/gnat instead + of prefix/share/make. + + * Makefile.prolog: Update copyright. + Add license notice. + +2004-01-12 Laurent Pautet + + * 3vsocthi.adb, 3vsocthi.ads, 3wsocthi.adb, + 3wsocthi.ads, 3zsocthi.adb, 3zsocthi.ads, g-socthi.adb, + g-socthi.ads (Socket_Error_Message): Return C.Strings.chars_ptr + instead of String. + + * g-socket.adb (Raise_Socket_Error): Use new Socket_Error_Message + signature. + +2004-01-12 Javier Miranda + + * cstand.adb, exp_aggr.adb, exp_ch3.adb, exp_ch9.adb, exp_dist.adb, + exp_imgv.adb, exp_pakd.adb, exp_util.adb, par-ch3.adb, sem.adb, + sem_ch12.adb, sem_ch3.adb, sem_dist.adb, sem_prag.adb, sem_res.adb, + sem_util.adb, sinfo.adb, sinfo.ads, sprint.adb: Addition of + Component_Definition node. + +2004-01-12 Ed Falis + + * impunit.adb: Add GNAT.Secondary_Stack_Info as user-visible unit + +2004-01-12 Thomas Quinot + + * link.c: Change default libgnat kind to STATIC for FreeBSD. + +2004-01-12 Bernard Banner + + * Makefile.in: map 86numaux to a-numaux for x86_64 + +2004-01-12 Ed Schonberg + + * lib-xref.adb (Get_Type_Reference): If the type is the subtype entity + generated to rename a generic actual, go to the actual itself, the + subtype is not a user-visible entity. + + * sem_ch7.adb (Uninstall_Declarations): If an entity in the visible + part is a private subtype, reset the visibility of its full view, if + any, to be consistent. + + PR ada/13417 + * sem_ch12.adb (Analyze_Formal_Package): Diagnose properly an attempt + to use a generic package G as a formal package for another generic + declared within G. + +2004-01-12 Robert Dewar + + * trans.c (Eliminate_Error_Msg): New procedure called to generate msg + + * usage.adb: Remove mention of obsolete -gnatwb switch + Noticed during code reading + +2004-01-12 Jerome Guitton + + * 1ssecsta.adb: Minor changes for -gnatwa warnings + +2004-01-12 GNAT Script + + * Make-lang.in: Makefile automatically updated + 2004-01-09 Mark Mitchell * misc.c (gnat_expand_expr): Add alt_rtl parameter.