public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/3922] [sparc-elf] embedded target makes UNIX calls
       [not found] <20010803072600.3922.joel@gcc.gnu.org>
@ 2003-06-02 19:29 ` dhazeghi@yahoo.com
  2003-07-05 16:36 ` dhazeghi at yahoo dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 4+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-02 19:29 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3922


dhazeghi@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING
  GCC build triplet|                            |i686-pc-linux-gnu
   GCC host triplet|                            |i686-pc-linux-gnu
 GCC target triplet|                            |sparc-elf


------- Additional Comments From dhazeghi@yahoo.com  2003-06-02 19:29 -------
Joel,

you last tested this with gcc 3.2. Can you confirm whether this problem still occurs with gcc 3.3 
branch and or mainline? Thanks,

Dara



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug bootstrap/3922] [sparc-elf] embedded target makes UNIX calls
       [not found] <20010803072600.3922.joel@gcc.gnu.org>
  2003-06-02 19:29 ` [Bug bootstrap/3922] [sparc-elf] embedded target makes UNIX calls dhazeghi@yahoo.com
@ 2003-07-05 16:36 ` dhazeghi at yahoo dot com
  2003-07-19 20:17 ` pinskia at physics dot uc dot edu
  2003-12-09 16:40 ` dhazeghi at yahoo dot com
  3 siblings, 0 replies; 4+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-07-05 16:36 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3922


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code


------- Additional Comments From dhazeghi at yahoo dot com  2003-07-05 16:36 -------
Just a reminder that this bug is awaiting feedback. Does this problem still occur with gcc 3.3? 
Thanks.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug bootstrap/3922] [sparc-elf] embedded target makes UNIX calls
       [not found] <20010803072600.3922.joel@gcc.gnu.org>
  2003-06-02 19:29 ` [Bug bootstrap/3922] [sparc-elf] embedded target makes UNIX calls dhazeghi@yahoo.com
  2003-07-05 16:36 ` dhazeghi at yahoo dot com
@ 2003-07-19 20:17 ` pinskia at physics dot uc dot edu
  2003-12-09 16:40 ` dhazeghi at yahoo dot com
  3 siblings, 0 replies; 4+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-19 20:17 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3922


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-19 20:17 -------
Fixed in 3.3 by:
2002-06-20  Rainer Orth

        * config/sol2.h: New file.
        * config.gcc (i?86-*-solaris2*): Include it before i386/sol2.h.
        (sparc64-wrs-vxworks*): Include it before sparc/sol2.h.
        (sparc-*-chorusos*): Likewise.
        (sparc-*-elf*): Likewise.
        (sparc-*-rtems*, sparc-*-rtemself*): Likewise.       
        (sparc64-*-solaris2*, sparcv9-*-solaris2*): Likewise.
        (sparc-hal-solaris2*): Likewise.
        (sparc-*-solaris2*): Likewise.
        (sparclite-*-elf*): Likewise.      
        (sparc86x-*-elf*): Likewise.
        (sparc64-*-elf*): Likewise.

        * config/i386/sol2.h (PREFERRED_DEBUGGING_TYPE): Moved to
        config/sol2.h.
        (ASM_SPEC): Override config/sol2.h version for now.
        Removed obsolete GAS_REJECTS_MINUS_S variant.
        (WINT_TYPE, WINT_TYPE_SIZE): Moved to config/sol2.h.
        (HANDLE_PRAGMA_REDEFINE_EXTNAME): Likewise.
        (TARGET_OS_CPP_BUILTINS): Likewise.
        Assert system=unix.
        (CPP_SPEC): Simplified using new CPP_SUBTARGET_SPEC.
        (LIB_SPEC, ENDFILE_SPEC, STARTFILE_SPEC, LINK_SPEC): Moved to
        config/sol2.h.
        (SWITCH_TAKES_ARG, STDC_0_IN_SYSTEM_HEADERS): Likewise.
        (ASM_CPU_SPEC): Define.
        (SUBTARGET_EXTRA_SPECS): Define.

        * config/sparc/sol2-bi.h (LONG_DOUBLE_TYPE_SIZE): Removed, already
        in config/sparc/sol2.h.
        (ASM_SPEC): Moved to config/sol2.h.
        (CPP_CPU_SPEC): Simplified.
        (STARTFILE_SPEC32): Likewise, renamed to STARTFILE_ARCH32_SPEC for
        consistency.
        (STARTFILE_SPEC64): Renamed to STARTFILE_ARCH64_SPEC.
        (STARTFILE_ARCH_SPEC): Use new names STARTFILE_ARCH32_SPEC,   
        STARTFILE_ARCH64_SPEC.
        (STARTFILE_SPEC): Moved to config/sol2.h
        (SUBTARGET_EXTRA_SPECS): Add startfile_arch.
        (LINK_ARCH32_SPEC): Moved to config/sol2.h.
        (LINK_ARCH64_SPEC): Simplified.
        (LINK_ARCH_SPEC): Redefined config/sol2.h version for 64-bit support.
        (LINK_SPEC): Moved to config/sol2.h

        * config/sparc/sol2.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Moved to
        config/sol2.h.
        Use BITS_PER_WORD for size.
        (WINT_TYPE, WINT_TYPE_SIZE): Likewise.
        (HANDLE_PRAGMA_REDEFINE_EXTNAME): Likewise.
        (CPP_PREDEFINES): Removed OS-specific part handled by
        TARGET_OS_CPP_BUILTINS.
        (CPP_SUBTARGET_SPEC): Moved to config/sol2.h.
        (CPLUSPLUS_CPP_SPEC): Removed, handled by TARGET_OS_CPP_BUILTINS.
        (ASM_SPEC): Moved to config/sol2.h.
        (PREFERRED_DEBUGGING_TYPE): Likewise.
        (STARTFILE_SPEC, LIB_SPEC, LINK_SPEC): Likewise.
        (SWITCH_TAKES_ARG, STDC_0_IN_SYSTEM_HEADERS): Likewise.
        (TARGET_DEFAULT): Reordered to match config/sparc/sol2-bi.h version.
        (TRANSFER_FROM_TRAMPOLINE): Moved to config/sol2.h

        * config.gcc (i?86-*-solaris2*): Removed obsolete gas support.
        * config/i386/sol2gas.h: Removed.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug bootstrap/3922] [sparc-elf] embedded target makes UNIX calls
       [not found] <20010803072600.3922.joel@gcc.gnu.org>
                   ` (2 preceding siblings ...)
  2003-07-19 20:17 ` pinskia at physics dot uc dot edu
@ 2003-12-09 16:40 ` dhazeghi at yahoo dot com
  3 siblings, 0 replies; 4+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-12-09 16:40 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.3.1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3922


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-12-09 16:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20010803072600.3922.joel@gcc.gnu.org>
2003-06-02 19:29 ` [Bug bootstrap/3922] [sparc-elf] embedded target makes UNIX calls dhazeghi@yahoo.com
2003-07-05 16:36 ` dhazeghi at yahoo dot com
2003-07-19 20:17 ` pinskia at physics dot uc dot edu
2003-12-09 16:40 ` dhazeghi at yahoo dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).