From 601d71bc14e3d4eeb79b7c703939df3d270c4fa1 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 27 Feb 2003 14:09:36 +0000 Subject: [PATCH] Part of fix for PR ada/9406 2003-02-18 Ben Elliston Part of fix for PR ada/9406 * gnat_ug.texi (Binder output file): Grammar fix. From-SVN: r63506 --- gcc/ada/ChangeLog | 5 +++++ gcc/ada/gnat_ug.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index d893cff66458..24738bce183d 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2003-02-18 Ben Elliston + + Part of fix for PR ada/9406 + * gnat_ug.texi (Binder output file): Grammar fix. + 2003-02-18 Ben Elliston PR other/7350 diff --git a/gcc/ada/gnat_ug.texi b/gcc/ada/gnat_ug.texi index c6da5b5bf085..bb9cf0dc59c2 100644 --- a/gcc/ada/gnat_ug.texi +++ b/gcc/ada/gnat_ug.texi @@ -2409,7 +2409,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}). -- 2.43.5