[llvm-commits] CVS: llvm/docs/CommandGuide/llvm-ar.pod

Reid Spencer reid at x10sys.com
Wed Nov 17 12:19:31 PST 2004



Changes in directory llvm/docs/CommandGuide:

llvm-ar.pod updated: 1.6 -> 1.7
---
Log message:

Add a standards section.


---
Diffs of the changes:  (+10 -0)

Index: llvm/docs/CommandGuide/llvm-ar.pod
diff -u llvm/docs/CommandGuide/llvm-ar.pod:1.6 llvm/docs/CommandGuide/llvm-ar.pod:1.7
--- llvm/docs/CommandGuide/llvm-ar.pod:1.6	Mon Nov 15 13:50:15 2004
+++ llvm/docs/CommandGuide/llvm-ar.pod	Wed Nov 17 14:19:18 2004
@@ -269,6 +269,16 @@
 
 =back
 
+=head1 STANDARDS
+
+The B<llvm-ar> utility is intended to provide a superset of the IEEE Std 1003.2
+(POSIX.2) functionality for C<ar>. B<llvm-ar> can read both SVR4 and BSD4.4 (or
+Mac OS X) archives. If the C<f> modifier is given to the C<x> or C<r> operations
+then B<llvm-ar> will write SVR4 compatible archives. Without this modifier, 
+B<llvm-ar> will write BSD4.4 compatible archives that have long names
+immediately after the header and indicated using the "#1/ddd" notation for the
+name in the header.
+
 =head1 FILE FORMAT
 
 The file format for LLVM Archive files is similar to that of BSD 4.4 or Mac OSX






More information about the llvm-commits mailing list