diff options
author | David Edelsohn <dje@gcc.gnu.org> | 1999-02-19 06:02:59 -0500 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 1999-02-19 06:02:59 -0500 |
commit | 90a79256fe2141af2cac08a335fe4da72dc64b1e (patch) | |
tree | 7da82328ce167838d96aea42b40bf229f34e6ed6 | |
parent | 5ecccf3b2658c4aa60f578a37c262519b729b720 (diff) | |
download | gcc-90a79256fe2141af2cac08a335fe4da72dc64b1e.zip gcc-90a79256fe2141af2cac08a335fe4da72dc64b1e.tar.gz gcc-90a79256fe2141af2cac08a335fe4da72dc64b1e.tar.bz2 |
AIX 4.3.2 linker bug
From-SVN: r25306
-rw-r--r-- | gcc/README.RS6000 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gcc/README.RS6000 b/gcc/README.RS6000 index 5e8225e..24cc8ba 100644 --- a/gcc/README.RS6000 +++ b/gcc/README.RS6000 @@ -11,7 +11,14 @@ original "small format". A correct version of the routines is shipped with AIX 4.3.2. - AIX 4.3 assembler + AIX 4.3.2 binder + +The AIX 4.3.2.1 linker (bos.rte.bind_cmds Level 4.3.2.1) will dump core +with a segmentation fault when invoked by any version of GCC. A fix for +APAR IX87327 will be available from IBM Customer Support. + + + AIX 4.3.0 assembler The AIX 4.3.0.0 assembler generates incorrect object files if the ".bs" pseudo-op references symbols in certain sections. If GCC is invoked with |