[BUGS] porting on ITANIUM2 platform under HP-UX.

2003-02-14 Thread Baffa Mario
System Configuration - Architecture: Itanium2 64bits Operating System: HP-UX 11i v. 1.6 (equivalent 11.22) PostgreSQL version : 7.3.1 Compiler used : gcc 3.0 Please enter a FULL description of your problem:

Re: [BUGS] porting on ITANIUM2 platform under HP-UX

2003-02-14 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > Ah, seems we need Itanium2-specific test-and-set functions for HPUX, or > perhaps our problem is that HPUX is assumed to be PA-RISC. Both. But until someone contributes some Itanium assembly code, there's little point in generalizing the HPUX config set

Re: [BUGS] porting on ITANIUM2 platform under HP-UX

2003-02-14 Thread Tom Lane
Baffa Mario <[EMAIL PROTECTED]> writes: > gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -c tas.s > tas.s: Assembler messages: > tas.s:2: Error: Unsupported variable size or fill value > tas.s:2: Error: Rest of line ignored. First ignored character is `='. > tas.s:3: Error: Unknown pseud

Re: [BUGS] porting on ITANIUM2 platform under HP-UX

2003-02-14 Thread Bruce Momjian
Ah, seems we need Itanium2-specific test-and-set functions for HPUX, or perhaps our problem is that HPUX is assumed to be PA-RISC. The problem appears to be coming from /pg/backend/port/hpux/tas.s.template. However, I have to say I don't see any fancy assembly in there. I am confused.

[BUGS] porting on ITANIUM2 platform under HP-UX

2003-02-14 Thread Baffa Mario
System Configuration - Architecture: Itanium2 64bits Operating System: HP-UX 11i v. 1.6 (equivalent 11.22) PostgreSQL version : 7.3.1 Compiler used : gcc 3.0 Please enter a FULL description of your problem: