aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/gcc-desc.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-03-04 19:04:18 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-03-04 19:04:18 +0000
commit2729cd667c753a0210e78f2b682ae08edfd25afd (patch)
tree960a4a97c35803902eb0c152dea89398872ba458 /appendixa/gcc-desc.xml
parent56079cd405d249d99fb6d86ee22d45ece4feace9 (diff)
added descriptions for gcc's protoize and unprotoize
20020301->20020304 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1659 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/gcc-desc.xml')
-rw-r--r--appendixa/gcc-desc.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/appendixa/gcc-desc.xml b/appendixa/gcc-desc.xml
index 7200a92c7..3f4994cd9 100644
--- a/appendixa/gcc-desc.xml
+++ b/appendixa/gcc-desc.xml
@@ -34,10 +34,15 @@ preprocessor does.</para></sect4>
<para>No description is currently available.</para></sect4>
<sect4><title>protoize</title>
-<para>No description is currently available.</para></sect4>
+<para>Optional additional program which converts old-style pre-ANSI
+functions or definitions to new-style ANSI C prototypes. (default file
+for looking known ones up is
+<filename>/usr/lib/gcc-lib/&lt;arch&gt;/&lt;version&gt;/SYSCALLS.c.X</filename>)</para></sect4>
<sect4><title>unprotoize</title>
-<para>No description is currently available.</para></sect4>
+<para>Optional additional program which converts prototypes made by
+protoize back to original old-style pre-ANSI (correct job only when
+converted before with protoize)</para></sect4>
</sect3>