diff options
author | Andreas Jaeger <aj@gcc.gnu.org> | 2003-03-02 22:08:51 +0100 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2003-03-02 22:08:51 +0100 |
commit | f4ae98be562f298bbf51fd9b54ccce7f1ab0d0e6 (patch) | |
tree | 9cc508accda8d2b61b7cb418f34bd58110438d6f /gcc | |
parent | 31b02cebb8f7c6e5b0ad6c798fb325f65eacbf2d (diff) | |
download | gcc-f4ae98be562f298bbf51fd9b54ccce7f1ab0d0e6.zip gcc-f4ae98be562f298bbf51fd9b54ccce7f1ab0d0e6.tar.gz gcc-f4ae98be562f298bbf51fd9b54ccce7f1ab0d0e6.tar.bz2 |
gnat_ug_unx.texi, [...]: Regenerate.
* gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
gnat_ug_wnt.texi: Regenerate.
From-SVN: r63687
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ada/ChangeLog | 17 | ||||
-rw-r--r-- | gcc/ada/gnat_ug_unx.texi | 2 | ||||
-rw-r--r-- | gcc/ada/gnat_ug_vms.texi | 2 | ||||
-rw-r--r-- | gcc/ada/gnat_ug_vxw.texi | 2 | ||||
-rw-r--r-- | gcc/ada/gnat_ug_wnt.texi | 2 |
5 files changed, 15 insertions, 10 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index ee6fd15..eb76ef6 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,8 +1,13 @@ +2003-03-02 Andreas Jaeger <aj@suse.de> + + * gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi, + gnat_ug_wnt.texi: Regenerate. + 2003-03-02 Laurent Guerby <guerby@acm.org> - * Makefile.in (install-gnatlib): Match previous change there + * Makefile.in (install-gnatlib): Match previous change there so it works. - + 2003-02-28 Andreas Schwab <schwab@suse.de> * Make-lang.in (install-gnatlib): Change to ada directory before @@ -45,8 +50,8 @@ PR ada/8344 * final.c: rename to adafinal.c to avoid file name conflicts with gcc file. - * Makefile.in: match previous change. - * Make-lang.in: match previous change. + * Makefile.in: match previous change. + * Make-lang.in: match previous change. 2003-01-29 Joel Sherrill <joel@OARcorp.com> @@ -464,9 +469,9 @@ (REAL_VALUE_RNDZINT, REAL_VALUE_UNSIGNED_RNDZINT): Remove. 2002-08-25 Andre Leis <a.leis@gmx.net> - David Billinghurst (David.Billinghurst@riotinto.com> + David Billinghurst (David.Billinghurst@riotinto.com> - * sysdep.c (__gnat_ttyname): include <termios.h> on cygwin + * sysdep.c (__gnat_ttyname): include <termios.h> on cygwin 2002-08-13 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> diff --git a/gcc/ada/gnat_ug_unx.texi b/gcc/ada/gnat_ug_unx.texi index 45e0963..e0924e4 100644 --- a/gcc/ada/gnat_ug_unx.texi +++ b/gcc/ada/gnat_ug_unx.texi @@ -1913,7 +1913,7 @@ gnatmake my_main.adb -largs file1.o file2.o @cindex Binder output file @noindent -If the main program is in some language other than Ada, Then you may +If the main program is in some language other than Ada, you may have more than one entry point in the Ada subsystem. You must use a special option of the binder to generate callable routines to initialize and finalize the Ada units (@pxref{Binding with Non-Ada Main Programs}). diff --git a/gcc/ada/gnat_ug_vms.texi b/gcc/ada/gnat_ug_vms.texi index 60c5b4d..d712ec5 100644 --- a/gcc/ada/gnat_ug_vms.texi +++ b/gcc/ada/gnat_ug_vms.texi @@ -1818,7 +1818,7 @@ GNAT MAKE MY_MAIN.ADB /LINKER_QUALIFIERS FILE1.OBJ FILE2.OBJ @cindex Binder output file @noindent -If the main program is in some language other than Ada, Then you may +If the main program is in some language other than Ada, you may have more than one entry point in the Ada subsystem. You must use a special option of the binder to generate callable routines to initialize and finalize the Ada units (@pxref{Binding with Non-Ada Main Programs}). diff --git a/gcc/ada/gnat_ug_vxw.texi b/gcc/ada/gnat_ug_vxw.texi index 8eb9b38..50d7c9d 100644 --- a/gcc/ada/gnat_ug_vxw.texi +++ b/gcc/ada/gnat_ug_vxw.texi @@ -2040,7 +2040,7 @@ gnatmake my_main.adb -largs file1.o file2.o @cindex Binder output file @noindent -If the main program is in some language other than Ada, Then you may +If the main program is in some language other than Ada, you may have more than one entry point in the Ada subsystem. You must use a special option of the binder to generate callable routines to initialize and finalize the Ada units (@pxref{Binding with Non-Ada Main Programs}). diff --git a/gcc/ada/gnat_ug_wnt.texi b/gcc/ada/gnat_ug_wnt.texi index 04b18c6..24390ff 100644 --- a/gcc/ada/gnat_ug_wnt.texi +++ b/gcc/ada/gnat_ug_wnt.texi @@ -1927,7 +1927,7 @@ gnatmake my_main.adb -largs file1.o file2.o @cindex Binder output file @noindent -If the main program is in some language other than Ada, Then you may +If the main program is in some language other than Ada, you may have more than one entry point in the Ada subsystem. You must use a special option of the binder to generate callable routines to initialize and finalize the Ada units (@pxref{Binding with Non-Ada Main Programs}). |