diff -Nrc3pad gcc-3.2.2/gcc/ada/ChangeLog gcc-3.2.3/gcc/ada/ChangeLog *** gcc-3.2.2/gcc/ada/ChangeLog Wed Feb 5 03:00:25 2003 --- gcc-3.2.3/gcc/ada/ChangeLog Tue Apr 22 06:14:27 2003 *************** *** 1,3 **** --- 1,15 ---- + 2003-04-22 Release Manager + + * GCC 3.2.3 Released. + + 2003-03-31 Geert Bosch + + * link.c : Fix misspelled "const" keyword + + 2003-02-05 Gabriel Dos Reis + + * gnatvsn.ads: Bump version. + 2003-02-05 Release Manager * GCC 3.2.2 Released. diff -Nrc3pad gcc-3.2.2/gcc/ada/Make-lang.in gcc-3.2.3/gcc/ada/Make-lang.in *** gcc-3.2.2/gcc/ada/Make-lang.in Wed Jan 29 17:34:08 2003 --- gcc-3.2.3/gcc/ada/Make-lang.in Fri Feb 14 17:51:45 2003 *************** cross-gnattools: force *** 153,159 **** gnatbl$(exeext) gnatchop$(exeext) gnatcmd$(exeext) \ gnatkr$(exeext) gnatlink$(exeext) \ gnatls$(exeext) gnatmake$(exeext) \ ! gnatprep$(exeext) \ gnatxref$(exeext) gnatfind$(exeext) $(EXTRA_GNATTOOLS) # use target-gcc --- 153,159 ---- gnatbl$(exeext) gnatchop$(exeext) gnatcmd$(exeext) \ gnatkr$(exeext) gnatlink$(exeext) \ gnatls$(exeext) gnatmake$(exeext) \ ! gnatprep$(exeext) gnatpsta$(exeext) gnatpsys$(exeext) \ gnatxref$(exeext) gnatfind$(exeext) $(EXTRA_GNATTOOLS) # use target-gcc diff -Nrc3pad gcc-3.2.2/gcc/ada/Makefile.in gcc-3.2.3/gcc/ada/Makefile.in *** gcc-3.2.2/gcc/ada/Makefile.in Wed Jan 29 17:34:08 2003 --- gcc-3.2.3/gcc/ada/Makefile.in Fri Mar 28 10:38:19 2003 *************** s-taskin.o: s-taskin.adb s-taskin.ads *** 1279,1285 **** $(ADAC) -c $(ALL_ADAFLAGS) $(FORCE_DEBUG_ADAFLAGS) $(ADA_INCLUDES) $< endif ! ifeq ($(strip $(filter-out hppa% hp hpux%,$(targ))),) LIBGNAT_TARGET_PAIRS = \ a-intnam.ads<4hintnam.ads \ s-inmaop.adb<7sinmaop.adb \ --- 1279,1303 ---- $(ADAC) -c $(ALL_ADAFLAGS) $(FORCE_DEBUG_ADAFLAGS) $(ADA_INCLUDES) $< endif ! ifeq ($(strip $(filter-out hppa% hp hpux10%,$(targ))),) ! LIBGNAT_TARGET_PAIRS = \ ! a-excpol.adb<4wexcpol.adb \ ! a-intnam.ads<4hintnam.ads \ ! s-inmaop.adb<7sinmaop.adb \ ! s-interr.adb<5ginterr.adb \ ! s-intman.adb<7sintman.adb \ ! s-osinte.adb<5hosinte.adb \ ! s-osinte.ads<5hosinte.ads \ ! s-parame.ads<5hparame.ads \ ! s-osprim.adb<7sosprim.adb \ ! s-taprop.adb<5htaprop.adb \ ! s-taspri.ads<5htaspri.ads \ ! s-tpopsp.adb<7stpopsp.adb \ ! g-soccon.ads<3hsoccon.ads \ ! system.ads<5hsystem.ads ! endif ! ! ifeq ($(strip $(filter-out hppa% hp hpux11%,$(targ))),) LIBGNAT_TARGET_PAIRS = \ a-intnam.ads<4hintnam.ads \ s-inmaop.adb<7sinmaop.adb \ *************** gnatlib: ../stamp-gnatlib1 ../stamp-gnat *** 2181,2187 **** # ../xgcc -B../ -dD -E ../tconfig.h $(INCLUDES) > rts/tconfig.h $(MAKE) -C rts CC="../../xgcc -B../../" \ INCLUDES="$(INCLUDES_FOR_SUBDIR) -I./../.." \ ! CFLAGS="$(GNATLIBCFLAGS) $(LIBGCC2_CFLAGS) -DIN_RTS" \ ADA_CFLAGS="$(GNATLIBCFLAGS)" \ srcdir=$(fsrcdir) \ -f ../Makefile $(LIBGNAT_OBJS) --- 2199,2205 ---- # ../xgcc -B../ -dD -E ../tconfig.h $(INCLUDES) > rts/tconfig.h $(MAKE) -C rts CC="../../xgcc -B../../" \ INCLUDES="$(INCLUDES_FOR_SUBDIR) -I./../.." \ ! CFLAGS="$(GNATLIBCFLAGS) $(TARGET_LIBGCC2_CFLAGS) -DIN_RTS" \ ADA_CFLAGS="$(GNATLIBCFLAGS)" \ srcdir=$(fsrcdir) \ -f ../Makefile $(LIBGNAT_OBJS) *************** ravenppclib: *** 2279,2292 **** gnatlib-shared-default: $(MAKE) $(FLAGS_TO_PASS) \ GNATLIBFLAGS="$(GNATLIBFLAGS)" \ ! GNATLIBCFLAGS="$(GNATLIBCFLAGS) $(LIBGCC2_CFLAGS)" \ THREAD_KIND="$(THREAD_KIND)" \ gnatlib $(RM) rts/libgnat$(soext) rts/libgnarl$(soext) ! cd rts; ../../xgcc -B../../ -shared $(LIBGCC2_CFLAGS) \ -o libgnat-$(LIBRARY_VERSION)$(soext) $(SO_OPTS)libgnat-$(LIBRARY_VERSION)$(soext) \ $(GNATRTL_NONTASKING_OBJS) $(LIBGNAT_OBJS) $(MISCLIB) -lm ! cd rts; ../../xgcc -B../../ -shared $(LIBGCC2_CFLAGS) \ -o libgnarl-$(LIBRARY_VERSION)$(soext) $(SO_OPTS)libgnarl-$(LIBRARY_VERSION)$(soext) \ $(GNATRTL_TASKING_OBJS) $(THREADSLIB) cd rts; $(LN) libgnat-$(LIBRARY_VERSION)$(soext) libgnat$(soext) --- 2297,2310 ---- gnatlib-shared-default: $(MAKE) $(FLAGS_TO_PASS) \ GNATLIBFLAGS="$(GNATLIBFLAGS)" \ ! GNATLIBCFLAGS="$(GNATLIBCFLAGS) $(TARGET_LIBGCC2_CFLAGS)" \ THREAD_KIND="$(THREAD_KIND)" \ gnatlib $(RM) rts/libgnat$(soext) rts/libgnarl$(soext) ! cd rts; ../../xgcc -B../../ -shared $(TARGET_LIBGCC2_CFLAGS) \ -o libgnat-$(LIBRARY_VERSION)$(soext) $(SO_OPTS)libgnat-$(LIBRARY_VERSION)$(soext) \ $(GNATRTL_NONTASKING_OBJS) $(LIBGNAT_OBJS) $(MISCLIB) -lm ! cd rts; ../../xgcc -B../../ -shared $(TARGET_LIBGCC2_CFLAGS) \ -o libgnarl-$(LIBRARY_VERSION)$(soext) $(SO_OPTS)libgnarl-$(LIBRARY_VERSION)$(soext) \ $(GNATRTL_TASKING_OBJS) $(THREADSLIB) cd rts; $(LN) libgnat-$(LIBRARY_VERSION)$(soext) libgnat$(soext) diff -Nrc3pad gcc-3.2.2/gcc/ada/gnatvsn.ads gcc-3.2.3/gcc/ada/gnatvsn.ads *** gcc-3.2.2/gcc/ada/gnatvsn.ads Wed Feb 5 03:02:29 2003 --- gcc-3.2.3/gcc/ada/gnatvsn.ads Tue Apr 22 06:16:06 2003 *************** *** 6,14 **** -- -- -- S p e c -- -- -- ! -- $Revision: 1.2.12.65.2.198 $ -- -- ! -- Copyright (C) 1992-2002 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- -- --- 6,14 ---- -- -- -- S p e c -- -- -- ! -- $Revision: 1.2.12.65.2.276 $ -- -- ! -- 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- -- *************** *** 38,44 **** package Gnatvsn is ! Gnat_Version_String : constant String := "3.2.2 20030205 (release)"; -- Version output when GNAT (compiler), or its related tools, including -- GNATBIND, GNATCHOP, GNATFIND, GNATLINK, GNATMAKE, GNATXREF, are run -- (with appropriate verbose option switch set). --- 38,44 ---- package Gnatvsn is ! Gnat_Version_String : constant String := "3.2.3 20030422 (release)"; -- Version output when GNAT (compiler), or its related tools, including -- GNATBIND, GNATCHOP, GNATFIND, GNATLINK, GNATMAKE, GNATXREF, are run -- (with appropriate verbose option switch set). diff -Nrc3pad gcc-3.2.2/gcc/ada/link.c gcc-3.2.3/gcc/ada/link.c *** gcc-3.2.2/gcc/ada/link.c Sat May 4 03:28:18 2002 --- gcc-3.2.3/gcc/ada/link.c Mon Mar 31 21:07:56 2003 *************** *** 4,10 **** * * * L I N K * * * ! * $Revision: 1.1.16.1 $ * * * C Implementation File * * * --- 4,10 ---- * * * L I N K * * * ! * $Revision: 1.1.16.1.4.1 $ * * * C Implementation File * * * *************** const char *object_library_extension = " *** 133,139 **** const char *object_file_option = "-Wl,-f,"; const char *run_path_option = ""; int link_max = 15000; ! cnonst unsigned char objlist_file_supported = 1; char shared_libgnat_default = STATIC; unsigned char using_gnu_linker = 0; const char *object_library_extension = ".a"; --- 133,139 ---- const char *object_file_option = "-Wl,-f,"; const char *run_path_option = ""; int link_max = 15000; ! const unsigned char objlist_file_supported = 1; char shared_libgnat_default = STATIC; unsigned char using_gnu_linker = 0; const char *object_library_extension = ".a";