public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* 64-bit support for Solaris-7/U-SPARC?
@ 1998-12-09  4:47 Jrgen Zimmermann
  1998-12-09  5:01 ` David S. Miller
  0 siblings, 1 reply; 6+ messages in thread
From: Jrgen Zimmermann @ 1998-12-09  4:47 UTC (permalink / raw)
  To: egcs

Hello,
as Solaris-7 is out now with full 64-bit support on UltraSPARC
processors, I wonder when the egcs compilers provide the ability to
compile 64-bit code on Solaris-7.
As far as I understand, 64-bit support is already there, but only for
UltraLINUX (or whatever it is called...).

So long,
  Juergen
--
Jrgen Zimmermann
University of Kaiserslautern, Department of Computer Science
P.O. Box 3049, D-67653 Kaiserslautern, Germany
phone: +49-631-205-3280, fax: -3299,
www: http://www.uni-kl.de/AG-Haerder/Zimmermann/
e-mail: jnzimmer@informatik.uni-kl.de

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

* Re: 64-bit support for Solaris-7/U-SPARC?
  1998-12-09  4:47 64-bit support for Solaris-7/U-SPARC? Jrgen Zimmermann
@ 1998-12-09  5:01 ` David S. Miller
  0 siblings, 0 replies; 6+ messages in thread
From: David S. Miller @ 1998-12-09  5:01 UTC (permalink / raw)
  To: jnzimmer; +Cc: egcs

   Date: Wed, 09 Dec 1998 13:48:01 +0100
   From: Jrgen Zimmermann <jnzimmer@informatik.uni-kl.de>

   as Solaris-7 is out now with full 64-bit support on UltraSPARC
   processors, I wonder when the egcs compilers provide the ability to
   compile 64-bit code on Solaris-7.  As far as I understand, 64-bit
   support is already there, but only for UltraLINUX (or whatever it
   is called...).

Latest CVS has %90 of the support there, but my efforts to finish it
up and stabilize have been halted by my being busy with other
activities.  It mostly works on solaris7, but has it's problems (one
major one being that long double support is not implemented completely
yet).

Later,
David S. Miller
davem@dm.cobaltmicro.com

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

* 64-bit support for Solaris-7/U-SPARC?
  1999-04-13  2:02 Jean-Luc Richier
@ 1999-04-30 23:15 ` Jean-Luc Richier
  0 siblings, 0 replies; 6+ messages in thread
From: Jean-Luc Richier @ 1999-04-30 23:15 UTC (permalink / raw)
  To: egcs

I am looking for the sparc64 Solaris7 format support in egcs.
I need it for some programs, such as lsof, which are using -lkvm libraries
and need specific 64bit compile options.

I have looked in the egcs archive and found only one query and one response,
dated early december.
Is there any advance on the topic ? 

And can I use today a egcs compiler from the snapshot distribution
to compile a code with `ELF 64-bit MSB dynamic lib SPARCV9' ?
What configuration options should I provide to make the compiler, and
what compilation options ?

Thanks for any help.

>Re: 64-bit support for Solaris-7/U-SPARC?
>
>David S. Miller (davem@dm.cobaltmicro.com)
>Wed, 9 Dec 1998 05:01:59 -0800
>
>   * Messages sorted by: [ date ][ thread ][ subject ][ author ]
>   * Next message: joel@OARcorp.com: "Re: i386-coff and i386-rtems problem"
>   * Previous message: Jrgen Zimmermann: "64-bit support for
>     Solaris-7/U-SPARC?"
>   * In reply to: Jrgen Zimmermann: "64-bit support for Solaris-7/U-SPARC?"
>
>   Date: Wed, 09 Dec 1998 13:48:01 +0100
>   From: Jrgen Zimmermann
>
>   as Solaris-7 is out now with full 64-bit support on UltraSPARC
>   processors, I wonder when the egcs compilers provide the ability to
>   compile 64-bit code on Solaris-7.  As far as I understand, 64-bit
>   support is already there, but only for UltraLINUX (or whatever it
>   is called...).
>
>Latest CVS has %90 of the support there, but my efforts to finish it
>up and stabilize have been halted by my being busy with other
>activities.  It mostly works on solaris7, but has it's problems (one
>major one being that long double support is not implemented completely
>yet).
>
>Later,
>David S. Miller
>davem@dm.cobaltmicro.com
>

-- 
Jean-Luc RICHIER (Jean-Luc.Richier@Imag.Fr  richier@imag.fr)
Laboratoire Logiciels, Systemes et Reseaux (LSR-IMAG)
IMAG-CAMPUS, BP 72, F-38402 St Martin d'Heres Cedex
Tel : +33 4 76 82 72 32 Fax : +33 4 76 82 72 87

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

* 64-bit support for Solaris-7/U-SPARC?
@ 1999-04-13  2:02 Jean-Luc Richier
  1999-04-30 23:15 ` Jean-Luc Richier
  0 siblings, 1 reply; 6+ messages in thread
From: Jean-Luc Richier @ 1999-04-13  2:02 UTC (permalink / raw)
  To: egcs

I am looking for the sparc64 Solaris7 format support in egcs.
I need it for some programs, such as lsof, which are using -lkvm libraries
and need specific 64bit compile options.

I have looked in the egcs archive and found only one query and one response,
dated early december.
Is there any advance on the topic ? 

And can I use today a egcs compiler from the snapshot distribution
to compile a code with `ELF 64-bit MSB dynamic lib SPARCV9' ?
What configuration options should I provide to make the compiler, and
what compilation options ?

Thanks for any help.

>Re: 64-bit support for Solaris-7/U-SPARC?
>
>David S. Miller (davem@dm.cobaltmicro.com)
>Wed, 9 Dec 1998 05:01:59 -0800
>
>   * Messages sorted by: [ date ][ thread ][ subject ][ author ]
>   * Next message: joel@OARcorp.com: "Re: i386-coff and i386-rtems problem"
>   * Previous message: Jrgen Zimmermann: "64-bit support for
>     Solaris-7/U-SPARC?"
>   * In reply to: Jrgen Zimmermann: "64-bit support for Solaris-7/U-SPARC?"
>
>   Date: Wed, 09 Dec 1998 13:48:01 +0100
>   From: Jrgen Zimmermann
>
>   as Solaris-7 is out now with full 64-bit support on UltraSPARC
>   processors, I wonder when the egcs compilers provide the ability to
>   compile 64-bit code on Solaris-7.  As far as I understand, 64-bit
>   support is already there, but only for UltraLINUX (or whatever it
>   is called...).
>
>Latest CVS has %90 of the support there, but my efforts to finish it
>up and stabilize have been halted by my being busy with other
>activities.  It mostly works on solaris7, but has it's problems (one
>major one being that long double support is not implemented completely
>yet).
>
>Later,
>David S. Miller
>davem@dm.cobaltmicro.com
>

-- 
Jean-Luc RICHIER (Jean-Luc.Richier@Imag.Fr  richier@imag.fr)
Laboratoire Logiciels, Systemes et Reseaux (LSR-IMAG)
IMAG-CAMPUS, BP 72, F-38402 St Martin d'Heres Cedex
Tel : +33 4 76 82 72 32 Fax : +33 4 76 82 72 87

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

* 64-bit support for Solaris-7/U-SPARC?
  1999-03-02  8:14 Stefan Lankes
@ 1999-03-31 23:46 ` Stefan Lankes
  0 siblings, 0 replies; 6+ messages in thread
From: Stefan Lankes @ 1999-03-31 23:46 UTC (permalink / raw)
  To: egcs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 619 bytes --]

Hello,

as Solaris-7 is out now with full 64-bit support on UltraSPARC
processors. How can I build a egcs compiler with full 64-bit support?

So long,

Stefan Lankes

--
=================================================================
|  _     :  Stefan Lankes, Lehrstuhl für Betriebssysteme
|_|_`__  :  RWTH Aachen,  Kopernikusstr. 16,  D-52056 Aachen
  | |__) :  Tel: +49-241-80-5162        Fax: +49-241-8888-339
    |__) :  e-mail:  stefan@lfbs.rwth-aachen.de [PGP-public-key]
         :  Fingerprint: A7BF E5E1 6361 D032  FFBC 52DD E98D 6DAA
=================================================================




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

* 64-bit support for Solaris-7/U-SPARC?
@ 1999-03-02  8:14 Stefan Lankes
  1999-03-31 23:46 ` Stefan Lankes
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Lankes @ 1999-03-02  8:14 UTC (permalink / raw)
  To: egcs

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 618 bytes --]

Hello,

as Solaris-7 is out now with full 64-bit support on UltraSPARC
processors. How can I build a egcs compiler with full 64-bit support?

So long,

Stefan Lankes

--
=================================================================
|  _     :  Stefan Lankes, Lehrstuhl für Betriebssysteme
|_|_`__  :  RWTH Aachen,  Kopernikusstr. 16,  D-52056 Aachen
  | |__) :  Tel: +49-241-80-5162        Fax: +49-241-8888-339
    |__) :  e-mail:  stefan@lfbs.rwth-aachen.de [PGP-public-key]
         :  Fingerprint: A7BF E5E1 6361 D032  FFBC 52DD E98D 6DAA
=================================================================



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

end of thread, other threads:[~1999-04-30 23:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-12-09  4:47 64-bit support for Solaris-7/U-SPARC? Jrgen Zimmermann
1998-12-09  5:01 ` David S. Miller
1999-03-02  8:14 Stefan Lankes
1999-03-31 23:46 ` Stefan Lankes
1999-04-13  2:02 Jean-Luc Richier
1999-04-30 23:15 ` Jean-Luc Richier

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).