From effee09f856ecc81feb91290459a2cda49d20287 Mon Sep 17 00:00:00 2001 From: jdp Date: Sun, 6 Sep 1998 22:57:45 +0000 Subject: Import GNU binutils-2.9.1. This will break things for a few minutes until I've made the commits to resolve the conflicts. Submitted by: Doug Rabson --- contrib/binutils/gas/output-file.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'contrib/binutils/gas/output-file.c') diff --git a/contrib/binutils/gas/output-file.c b/contrib/binutils/gas/output-file.c index c53281b..552aac1 100644 --- a/contrib/binutils/gas/output-file.c +++ b/contrib/binutils/gas/output-file.c @@ -1,5 +1,5 @@ /* output-file.c - Deal with the output file - Copyright (C) 1987, 90, 91, 93, 92, 94, 95, 1996 + Copyright (C) 1987, 90, 91, 93, 92, 94, 95, 96, 1998 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -56,6 +56,8 @@ output_file_create (name) #ifdef BFD_ASSEMBLER bfd_set_arch_mach (stdoutput, TARGET_ARCH, TARGET_MACH); #endif + if (flag_traditional_format) + stdoutput->flags |= BFD_TRADITIONAL_FORMAT; } void -- cgit v1.1