summaryrefslogtreecommitdiff
path: root/gcc/ada/projects.texi
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2014-07-30 15:01:55 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2014-07-30 15:01:55 +0000
commitbe72191f12aaf48c83d4c2623e9aa798df8e8a7e (patch)
tree596ec2e35a3dcf2422131c5c69bc15ef43f329c2 /gcc/ada/projects.texi
parent97c15ab05ffdb09b2feccf392dce2729c49a7670 (diff)
downloadgcc-be72191f12aaf48c83d4c2623e9aa798df8e8a7e.tar.gz
2014-07-30 Robert Dewar <dewar@adacore.com>
* exp_ch7.adb, checks.adb, makeutl.adb, makeutl.ads: Minor reformatting. 2014-07-30 Yannick Moy <moy@adacore.com> * checks.ads: Fix typo in comment. 2014-07-30 Pierre-Marie Derodat <derodat@adacore.com> * sem_util.adb (Set_Debug_Info_Needed): For scalar types, recurse on entities that materialize range bounds, if any. 2014-07-30 Vincent Celier <celier@adacore.com> * projects.texi: Minor spelling fix. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213292 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/projects.texi')
-rw-r--r--gcc/ada/projects.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/projects.texi b/gcc/ada/projects.texi
index d66ed9affbd..65df6f73204 100644
--- a/gcc/ada/projects.texi
+++ b/gcc/ada/projects.texi
@@ -1767,6 +1767,10 @@ Other library-related attributes can be used to change the defaults:
This attribute may be used to specify additional switches (last switches)
when linking a shared library.
+ It may also be used to add foreign object files in a static library.
+ Each string in Library_Options is an absolute or relative path of an object
+ file. When a relative path, it is relative to the object directory.
+
@item @b{Leading_Library_Options}:
@cindex @code{Leading_Library_Options}
This attribute, that is taken into account only by @command{gprbuild}, may be
@@ -2889,7 +2893,7 @@ static library named @file{libagg.a} into the @file{lagg}
directory. An aggregate library project has the same set of
restriction as a standard library project.
-Note that a shared aggregate library project cannot aggregates a
+Note that a shared aggregate library project cannot aggregate a
static library project. In platforms where a compiler option is
required to create relocatable object files, a Builder package in the
aggregate library project may be used: