* doc/trouble.texi: Remove outdated RS/6000 comments.
authorDavid Edelsohn <edelsohn@gnu.org>
Mon, 26 Nov 2001 18:33:44 +0000 (18:33 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Mon, 26 Nov 2001 18:33:44 +0000 (13:33 -0500)
From-SVN: r47348

gcc/ChangeLog
gcc/doc/trouble.texi

index b98ff2305e8bba48e6666faca9e58d318b2fd859..4a210b73328a8726e6faf5060102a8ef3612b64b 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-26  David Edelsohn  <edelsohn@gnu.org>
+
+       * doc/trouble.texi: Remove outdated RS/6000 comments.
+
 Mon Nov 26 13:49:41 CET 2001  Jan Hubicka  <jh@suse.cz>
 
        * final.c (walk_alter_subreg): Fix return value.
index aa374d13e40adc2c1a967faaaa99ef6e1de251e2..6c792e8417073e2836815ee04c6e59c0a4281afa 100644 (file)
@@ -109,9 +109,6 @@ together with other compilers or with the assemblers, linkers,
 libraries and debuggers on certain systems.
 
 @itemize @bullet
-@item
-Objective-C does not work on the RS/6000.
-
 @item
 G++ does not do name mangling in the same way as other C++
 compilers.  This means that object files compiled with one compiler
@@ -281,30 +278,6 @@ the form:
 
 These warnings are harmless and can be safely ignored.
 
-@item
-The current version of the assembler (@file{/bin/as}) for the RS/6000
-has certain problems that prevent the @option{-g} option in GCC from
-working.  Note that @file{Makefile.in} uses @option{-g} by default when
-compiling @file{libgcc2.c}.
-
-IBM has produced a fixed version of the assembler.  The upgraded
-assembler unfortunately was not included in any of the AIX 3.2 update
-PTF releases (3.2.2, 3.2.3, or 3.2.3e).  Users of AIX 3.1 should request
-PTF U403044 from IBM and users of AIX 3.2 should request PTF U416277.
-See the file @file{README.RS6000} for more details on these updates.
-
-You can test for the presence of a fixed assembler by using the
-command
-
-@smallexample
-as -u < /dev/null
-@end smallexample
-
-@noindent
-If the command exits normally, the assembler fix already is installed.
-If the assembler complains that @option{-u} is an unknown flag, you need to
-order the fix.
-
 @item
 On the IBM RS/6000, compiling code of the form
 
@@ -339,11 +312,6 @@ you cannot successfully use @samp{$} in identifiers on the RS/6000 due
 to a restriction in the IBM assembler.  GAS supports these
 identifiers.
 
-@item
-On the RS/6000, XLC version 1.3.0.0 will miscompile @file{jump.c}.  XLC
-version 1.3.0.1 or later fixes this problem.  You can obtain XLC-1.3.0.2
-by requesting PTF 421749 from IBM@.
-
 @item
 @opindex mno-serialize-volatile
 There is an assembler bug in versions of DG/UX prior to 5.4.2.01 that