- add comments about AIX 4.3 archive parsing bug
authorDavid Edelsohn <dje@gcc.gnu.org>
Tue, 27 Oct 1998 13:49:00 +0000 (08:49 -0500)
committerDavid Edelsohn <dje@gcc.gnu.org>
Tue, 27 Oct 1998 13:49:00 +0000 (08:49 -0500)
From-SVN: r23367

gcc/README.RS6000

index fde55b0..5e8225e 100644 (file)
@@ -1,3 +1,16 @@
+                       AIX 4.3 archive libraries
+
+AIX 4.3 utilizes a new "large format" archive to support both 32-bit and
+64-bit object modules.  The routines provided in AIX 4.3.0 and AIX 4.3.1
+to parse archive libraries did not handle the new format correctly.  These
+routines are used by GCC and result in error messages during linking such
+as "not a COFF file".  The version of the routines shipped with AIX 4.3.1
+should work for a 32-bit environment.  The "-g" option of the archive
+command may be used to create archives of 32-bit objects using the
+original "small format".  A correct version of the routines is shipped
+with AIX 4.3.2.
+
+
                            AIX 4.3 assembler
 
 The AIX 4.3.0.0 assembler generates incorrect object files if the ".bs"