Re: Solaris cc compiler on amd: PostgreSQL does not have native - Mailing list pgsql-bugs

From Pierre Girard
Subject Re: Solaris cc compiler on amd: PostgreSQL does not have native
Date
Msg-id 43A3333D.7050503@gerad.ca
Whole thread Raw
In response to Re: Solaris cc compiler on amd: PostgreSQL does not have native spinlock support on this platform  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
Tom Lane wrote:

>You'd need to do something about adapting src/backend/port/tas/solaris_i386.s
>
>It's possible that the assembly code would work as-is on amd, in which
>case you'd just need a one-liner change in s_lock.h and maybe some
>adjustment of the template file.
>
>
It doesn't compile with the options to create amd code.
cc -Xa -xtarget=opteron -xarch=amd64 -c solaris_i386.s
Assembler: tas.s
        "solaris_i386.s", line 12 : Illegal mnemonic
        "solaris_i386.s", line 14 : Illegal mnemonic
        "solaris_i386.s", line 15 : Syntax error
        "solaris_i386.s", line 17 : Syntax error
        "solaris_i386.s", line 26 : Illegal mnemonic
        "solaris_i386.s", line 28 : Illegal mnemonic
cc: assembler failed for solaris_i386.s

The same file compiles without those options:
cc -Xa -c solaris_i386.s

>Please send a patch if you fix this.
>
>
Unfortunately i won't be able to help unless you have some code for me
to try out.

pgsql-bugs by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: [GENERAL] PL/pgSQL Function Help
Next
From: "Fred Perniß"
Date:
Subject: BUG #2119: FOREIGN KEY ON DELETE RESTRICT