public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* gcc/egcs 64bit pointers under HP-UX11 PA-RISC2.0
@ 1999-09-21  9:56 Heribert Dahms
  1999-09-21 10:08 ` Jeffrey A Law
  1999-09-30 18:02 ` Heribert Dahms
  0 siblings, 2 replies; 6+ messages in thread
From: Heribert Dahms @ 1999-09-21  9:56 UTC (permalink / raw)
  To: 'egcs@egcs.cygnus.com'

Hi,

searching for 'hpux11' on egcs.cygnus.com I found that
Cygnus donated some support June 29, 1999,
but that it will not be included in 2.95.
So I downloaded both gcc-2.95.1 and egcs-19990920,
browsed thru the ChangeLogs and gcc/config/pa,
put it seems there are still no 64bit pointers.
I need to go beyond 2GB total calloc'ed data soon,
but single structures will be < 2GB, so I guess I can use:
#define PTRDIFF_TYPE "int"
Do you have something even pre-alpha I could try 'as is'?


Bye, Heribert (heribert_dahms@icon-gmbh.de)

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

* Re: gcc/egcs 64bit pointers under HP-UX11 PA-RISC2.0
  1999-09-21  9:56 gcc/egcs 64bit pointers under HP-UX11 PA-RISC2.0 Heribert Dahms
@ 1999-09-21 10:08 ` Jeffrey A Law
  1999-09-30 18:02   ` Jeffrey A Law
  1999-09-30 18:02 ` Heribert Dahms
  1 sibling, 1 reply; 6+ messages in thread
From: Jeffrey A Law @ 1999-09-21 10:08 UTC (permalink / raw)
  To: Heribert Dahms; +Cc: 'egcs@egcs.cygnus.com'

  In message <99B82AA9708ED0119B55006097125A001E6061@ifk63.mach.uni-karlsruhe.d
e>you write:
  > Hi,
  > 
  > searching for 'hpux11' on egcs.cygnus.com I found that
  > Cygnus donated some support June 29, 1999,
  > but that it will not be included in 2.95.
  > So I downloaded both gcc-2.95.1 and egcs-19990920,
  > browsed thru the ChangeLogs and gcc/config/pa,
  > put it seems there are still no 64bit pointers.
  > I need to go beyond 2GB total calloc'ed data soon,
  > but single structures will be < 2GB, so I guess I can use:
  > #define PTRDIFF_TYPE "int"
  > Do you have something even pre-alpha I could try 'as is'?
The existing hpux11 support is 32bit mode only.

I've done a 64bit port that Cygnus will contribute after we've received final
payment from our customer (gcc, gas, gld, binutils, the whole (*&@#$ thing).

jeff

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

* gcc/egcs 64bit pointers under HP-UX11 PA-RISC2.0
  1999-09-21  9:56 gcc/egcs 64bit pointers under HP-UX11 PA-RISC2.0 Heribert Dahms
  1999-09-21 10:08 ` Jeffrey A Law
@ 1999-09-30 18:02 ` Heribert Dahms
  1 sibling, 0 replies; 6+ messages in thread
From: Heribert Dahms @ 1999-09-30 18:02 UTC (permalink / raw)
  To: 'egcs@egcs.cygnus.com'

Hi,

searching for 'hpux11' on egcs.cygnus.com I found that
Cygnus donated some support June 29, 1999,
but that it will not be included in 2.95.
So I downloaded both gcc-2.95.1 and egcs-19990920,
browsed thru the ChangeLogs and gcc/config/pa,
put it seems there are still no 64bit pointers.
I need to go beyond 2GB total calloc'ed data soon,
but single structures will be < 2GB, so I guess I can use:
#define PTRDIFF_TYPE "int"
Do you have something even pre-alpha I could try 'as is'?


Bye, Heribert (heribert_dahms@icon-gmbh.de)

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

* Re: gcc/egcs 64bit pointers under HP-UX11 PA-RISC2.0
  1999-09-21 10:08 ` Jeffrey A Law
@ 1999-09-30 18:02   ` Jeffrey A Law
  0 siblings, 0 replies; 6+ messages in thread
From: Jeffrey A Law @ 1999-09-30 18:02 UTC (permalink / raw)
  To: Heribert Dahms; +Cc: 'egcs@egcs.cygnus.com'

  In message <99B82AA9708ED0119B55006097125A001E6061@ifk63.mach.uni-karlsruhe.d
e>you write:
  > Hi,
  > 
  > searching for 'hpux11' on egcs.cygnus.com I found that
  > Cygnus donated some support June 29, 1999,
  > but that it will not be included in 2.95.
  > So I downloaded both gcc-2.95.1 and egcs-19990920,
  > browsed thru the ChangeLogs and gcc/config/pa,
  > put it seems there are still no 64bit pointers.
  > I need to go beyond 2GB total calloc'ed data soon,
  > but single structures will be < 2GB, so I guess I can use:
  > #define PTRDIFF_TYPE "int"
  > Do you have something even pre-alpha I could try 'as is'?
The existing hpux11 support is 32bit mode only.

I've done a 64bit port that Cygnus will contribute after we've received final
payment from our customer (gcc, gas, gld, binutils, the whole (*&@#$ thing).

jeff

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

* RE: gcc/egcs 64bit pointers under HP-UX11 PA-RISC2.0
  1999-09-21 10:41 Heribert Dahms
@ 1999-09-30 18:02 ` Heribert Dahms
  0 siblings, 0 replies; 6+ messages in thread
From: Heribert Dahms @ 1999-09-30 18:02 UTC (permalink / raw)
  To: 'law@cygnus.com'; +Cc: 'egcs@egcs.cygnus.com'

Hi Jeff,

thanks for the quick answer.
That customer isn't HP itself?
We need to generate a binary for HP internal use...
Do you have any time frame for release?
Would it be possible to get it under non disclosure,
maybe even for a reasonable fee?


Bye, Heribert (heribert_dahms@icon-gmbh.de)

> -----Original Message-----
> From:	Jeffrey A Law [SMTP:law@cygnus.com]
> Sent:	Tuesday, September 21, 1999 19:05
> To:	Heribert Dahms
> Cc:	'egcs@egcs.cygnus.com'
> Subject:	Re: gcc/egcs 64bit pointers under HP-UX11 PA-RISC2.0 
> 
>   In message
> <99B82AA9708ED0119B55006097125A001E6061@ifk63.mach.uni-karlsruhe.d
> e>you write:
>   > Hi,
>   > 
>   > searching for 'hpux11' on egcs.cygnus.com I found that
>   > Cygnus donated some support June 29, 1999,
>   > but that it will not be included in 2.95.
>   > So I downloaded both gcc-2.95.1 and egcs-19990920,
>   > browsed thru the ChangeLogs and gcc/config/pa,
>   > put it seems there are still no 64bit pointers.
>   > I need to go beyond 2GB total calloc'ed data soon,
>   > but single structures will be < 2GB, so I guess I can use:
>   > #define PTRDIFF_TYPE "int"
>   > Do you have something even pre-alpha I could try 'as is'?
> The existing hpux11 support is 32bit mode only.
> 
> I've done a 64bit port that Cygnus will contribute after we've
> received final
> payment from our customer (gcc, gas, gld, binutils, the whole (*&@#$
> thing).
> 
> jeff

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

* RE: gcc/egcs 64bit pointers under HP-UX11 PA-RISC2.0
@ 1999-09-21 10:41 Heribert Dahms
  1999-09-30 18:02 ` Heribert Dahms
  0 siblings, 1 reply; 6+ messages in thread
From: Heribert Dahms @ 1999-09-21 10:41 UTC (permalink / raw)
  To: 'law@cygnus.com'; +Cc: 'egcs@egcs.cygnus.com'

Hi Jeff,

thanks for the quick answer.
That customer isn't HP itself?
We need to generate a binary for HP internal use...
Do you have any time frame for release?
Would it be possible to get it under non disclosure,
maybe even for a reasonable fee?


Bye, Heribert (heribert_dahms@icon-gmbh.de)

> -----Original Message-----
> From:	Jeffrey A Law [SMTP:law@cygnus.com]
> Sent:	Tuesday, September 21, 1999 19:05
> To:	Heribert Dahms
> Cc:	'egcs@egcs.cygnus.com'
> Subject:	Re: gcc/egcs 64bit pointers under HP-UX11 PA-RISC2.0 
> 
>   In message
> <99B82AA9708ED0119B55006097125A001E6061@ifk63.mach.uni-karlsruhe.d
> e>you write:
>   > Hi,
>   > 
>   > searching for 'hpux11' on egcs.cygnus.com I found that
>   > Cygnus donated some support June 29, 1999,
>   > but that it will not be included in 2.95.
>   > So I downloaded both gcc-2.95.1 and egcs-19990920,
>   > browsed thru the ChangeLogs and gcc/config/pa,
>   > put it seems there are still no 64bit pointers.
>   > I need to go beyond 2GB total calloc'ed data soon,
>   > but single structures will be < 2GB, so I guess I can use:
>   > #define PTRDIFF_TYPE "int"
>   > Do you have something even pre-alpha I could try 'as is'?
> The existing hpux11 support is 32bit mode only.
> 
> I've done a 64bit port that Cygnus will contribute after we've
> received final
> payment from our customer (gcc, gas, gld, binutils, the whole (*&@#$
> thing).
> 
> jeff

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

end of thread, other threads:[~1999-09-30 18:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-09-21  9:56 gcc/egcs 64bit pointers under HP-UX11 PA-RISC2.0 Heribert Dahms
1999-09-21 10:08 ` Jeffrey A Law
1999-09-30 18:02   ` Jeffrey A Law
1999-09-30 18:02 ` Heribert Dahms
1999-09-21 10:41 Heribert Dahms
1999-09-30 18:02 ` Heribert Dahms

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