* config/alpha/osf5.h (ASM_OLDAS_SPEC): Add -c.
authorRichard Henderson <rth@redhat.com>
Mon, 11 Jun 2001 02:31:56 +0000 (19:31 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 11 Jun 2001 02:31:56 +0000 (19:31 -0700)
From-SVN: r43166

gcc/ChangeLog
gcc/config/alpha/osf5.h

index adf2a20a08cd9fbc419dc5f8676d8e2325e5c3e3..c7f94dacb95090d1a5d7b50f2e2ed5dde45240a4 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-10  Richard Henderson  <rth@redhat.com>
+
+       * config/alpha/osf5.h (ASM_OLDAS_SPEC): Add -c.
+
 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
 
        * doc/invoke.texi (MN10300 Options): Document -mno-crt0.
index eb4c0394064abbaa0e86722b71b48cad31998edc..d9b70f886dc0b9bf90a5f8205dd4664306862071 100644 (file)
 
    It is clearly not desirable to depend on this undocumented flag, and
    Compaq wants -oldas to go away soon, but until they have released a
-   new adu that works with mips-tfile, this is the only option.  */
+   new adu that works with mips-tfile, this is the only option.
+
+   In some versions of the DTK, the assembler driver invokes ld after
+   assembly.  This has been fixed in current versions, but adding -c
+   works as expected for all versions.  */
 
 #undef ASM_OLDAS_SPEC
-#define ASM_OLDAS_SPEC "-oldas"
+#define ASM_OLDAS_SPEC "-oldas -c"