This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/8336] [3.3 only] [SCO5] bootstrap config still tries to use COFF options


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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]