From 0772b066d8a3af509de8c38222d30fd0c80d9a09 Mon Sep 17 00:00:00 2001 From: rth Date: Mon, 11 Jun 2001 02:31:56 +0000 Subject: [PATCH] * config/alpha/osf5.h (ASM_OLDAS_SPEC): Add -c. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43166 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/config/alpha/osf5.h | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index adf2a20a08c..c7f94dacb95 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-06-10 Richard Henderson + + * config/alpha/osf5.h (ASM_OLDAS_SPEC): Add -c. + 2001-06-10 Alexandre Oliva * doc/invoke.texi (MN10300 Options): Document -mno-crt0. diff --git a/gcc/config/alpha/osf5.h b/gcc/config/alpha/osf5.h index eb4c0394064..d9b70f886dc 100644 --- a/gcc/config/alpha/osf5.h +++ b/gcc/config/alpha/osf5.h @@ -38,7 +38,11 @@ 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" -- 2.11.0