From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Heribert Dahms Cc: "'egcs@egcs.cygnus.com'" Subject: Re: gcc/egcs 64bit pointers under HP-UX11 PA-RISC2.0 Date: Tue, 21 Sep 1999 10:08:00 -0000 Message-id: <2755.937933516@upchuck.cygnus.com> References: <99B82AA9708ED0119B55006097125A001E6061@ifk63.mach.uni-karlsruhe.de> X-SW-Source: 1999-09/msg00914.html 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Heribert Dahms Cc: "'egcs@egcs.cygnus.com'" Subject: Re: gcc/egcs 64bit pointers under HP-UX11 PA-RISC2.0 Date: Thu, 30 Sep 1999 18:02:00 -0000 Message-ID: <2755.937933516@upchuck.cygnus.com> References: <99B82AA9708ED0119B55006097125A001E6061@ifk63.mach.uni-karlsruhe.de> X-SW-Source: 1999-09n/msg00914.html Message-ID: <19990930180200.hTlw7yeBCju_L_ghziQYpMQ8J-O4aj0PHu-X4S1Oh9s@z> 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