diff options
Diffstat (limited to 'src/backend')
-rw-r--r-- | src/backend/port/hpux/tas.c.template | 4 | ||||
-rw-r--r-- | src/backend/port/tas/hpux_hppa.s (renamed from src/backend/port/tas/hpux.s) | 0 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/backend/port/hpux/tas.c.template b/src/backend/port/hpux/tas.c.template index 3ab37eb966e..45782948df6 100644 --- a/src/backend/port/hpux/tas.c.template +++ b/src/backend/port/hpux/tas.c.template @@ -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. diff --git a/src/backend/port/tas/hpux.s b/src/backend/port/tas/hpux_hppa.s index d978a7cb030..d978a7cb030 100644 --- a/src/backend/port/tas/hpux.s +++ b/src/backend/port/tas/hpux_hppa.s |