mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Since HPUX now exists for Itanium, we should decouple the assumption
that OS=hpux is the same as CPU=hppa. First steps at doing this. With these patches, we still work on hppa with either gcc or HP's cc. We might work on hpux/itanium with gcc, but I can't test it. Definitely will not work on hpux/itanium with non-gcc compiler, for lack of spinlock code.
This commit is contained in:
@ -1,8 +1,12 @@
|
||||
/*
|
||||
* tas() for HPPA.
|
||||
*
|
||||
* To generate tas.s using this template:
|
||||
* 1. cc +O2 -S -c tas.c
|
||||
* 2. edit tas.s:
|
||||
* - replace the LDW with LDCWX
|
||||
* 3. install as src/backend/port/tas/hpux_hppa.s.
|
||||
*
|
||||
* For details about the LDCWX instruction, see the "Precision
|
||||
* Architecture and Instruction Reference Manual" (09740-90014 of June
|
||||
* 1987), p. 5-38.
|
||||
|
Reference in New Issue
Block a user