From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7437 invoked by alias); 24 Aug 2003 04:03:25 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 7429 invoked by uid 48); 24 Aug 2003 04:03:24 -0000 Date: Sun, 24 Aug 2003 04:03:00 -0000 Message-ID: <20030824040324.7428.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20021024055602.8336.david.sullivan@ccitriad.com> References: <20021024055602.8336.david.sullivan@ccitriad.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/8336] [3.3 only] [SCO5] bootstrap config still tries to use COFF options X-Bugzilla-Reason: CC X-SW-Source: 2003-08/txt/msg02759.txt.bz2 List-Id: PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8336 pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED ------- Additional Comments From pinskia at gcc dot gnu dot org 2003-08-24 04:03 ------- Was fixed by: 2003-08-08 Kean Johnston PR target/9877 PR target/8336 * config.gcc (sco3.2v5*): Use elfos.h and dbxelf.h in tm_file; Eliminate need for t-sco5gas target fragment. No longer build crt{begin,end}S.o, that were used for COFF support. * tlink.c (recompile_files): Add missing = in putenv() calls. * unwind-dw2.c (_Unwind_GetCFA): Correct return cast. * config/i386/sco5.h: Major overhaul to remove all COFF support * config/i386/t-sco5: Multilib for PIC support * config/i386/t-sco5gas: Remove * config/i386/i386.c: Check value as well as presence of SUPPORTS_ONE_ONLY * doc/install.texi: Update for modern SCO instructions * fixinc/check.tpl: Allow user to specify diff program for make check * fixinc/inclhack.def: Fix several SCO header files, namely string.h, math.h, sys/byteorder.h and sys/regset.h. * fixinc/fixincl.x: Regenerate * fixinc/tests/base/math.h: Update * fixinc/tests/base/sys/byteorder.h: Update * fixinc/tests/base/string.h: Added * fixinc/tests/base/sys/regset.h: Added * testsuite/gcc.dg/nest.c: Allow failure on SCO (-pg not supported)