summaryrefslogtreecommitdiff
path: root/gcc/ada/g-soliop.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/g-soliop.ads')
-rw-r--r--gcc/ada/g-soliop.ads13
1 files changed, 9 insertions, 4 deletions
diff --git a/gcc/ada/g-soliop.ads b/gcc/ada/g-soliop.ads
index 6f40df91042..d22678d2421 100644
--- a/gcc/ada/g-soliop.ads
+++ b/gcc/ada/g-soliop.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 2001 Ada Core Technologies, Inc. --
+-- Copyright (C) 2001-2003 Ada Core Technologies, 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- --
@@ -26,12 +26,17 @@
-- however invalidate any other reasons why the executable file might be --
-- covered by the GNU Public License. --
-- --
--- GNAT is maintained by Ada Core Technologies Inc (http://www.gnat.com). --
+-- GNAT was originally developed by the GNAT team at New York University. --
+-- Extensive contributions were provided by Ada Core Technologies Inc. --
-- --
------------------------------------------------------------------------------
-package GNAT.Sockets.Linker_Options is
+-- This package is used to provide target specific linker_options for the
+-- support of scokets as required by the package GNAT.Sockets.
- -- Empty version of this package.
+-- This is an empty version for default use where no additional libraries
+-- are required. On some targets a target specific version of this unit
+-- ensures linking with required libraries for proper sockets operation.
+package GNAT.Sockets.Linker_Options is
end GNAT.Sockets.Linker_Options;