diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2005-01-03 16:30:02 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2005-01-03 16:30:02 +0100 |
commit | b1c1e25cb023b3b8f26f9ad3701a7fd61c9e25f4 (patch) | |
tree | ff38df68a6a2cf36acb36fb9756271956ee76af3 /gcc/ada/g-soccon-irix.ads | |
parent | ab4af6a54975fdcd2e65e87b41627cf4b266fb85 (diff) | |
download | gcc-b1c1e25cb023b3b8f26f9ad3701a7fd61c9e25f4.tar.gz |
gen-soccon.c: New utility program to generate g-soccon.ads automatically.
* gen-soccon.c: New utility program to generate g-soccon.ads
automatically.
* socket.c, gsocket.h: Split inclusion of system header files into a
gsocket.h file separated from socket.c, to allow reuse in gen-soccon.c.
* g-soccon.ads, g-soccon-unixware.ads, g-soccon-tru64.ads,
g-soccon-aix.ads, g-soccon-irix.ads, g-soccon-hpux.ads,
g-soccon-interix.ads, g-soccon-solaris.ads, g-soccon-mingw.ads,
g-soccon-vxworks.ads, g-soccon-freebsd.ads: Note that these files
should not be edited by hand anymore, but should be regenerated using
gen-soccon.
From-SVN: r92828
Diffstat (limited to 'gcc/ada/g-soccon-irix.ads')
-rw-r--r-- | gcc/ada/g-soccon-irix.ads | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/g-soccon-irix.ads b/gcc/ada/g-soccon-irix.ads index b1201f69aa7..0fa8987d612 100644 --- a/gcc/ada/g-soccon-irix.ads +++ b/gcc/ada/g-soccon-irix.ads @@ -36,6 +36,7 @@ -- directly with'ed by an applications program. -- This is the version for SGI +-- Do not edit this file by hand, instead edit and re-run gen-soccon.c package GNAT.Sockets.Constants is |