Re: BUG #1584: undefined symbol _tas - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #1584: undefined symbol _tas
Date
Msg-id 21977.1113198717@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #1584: undefined symbol _tas  (Benjamin Reed <ranger@befunk.com>)
List pgsql-bugs
Benjamin Reed <ranger@befunk.com> writes:
> The strange thing is, it *seems* like both __ppc__ and __powerpc__ are
> defined, and __APPLE__ is definitely defined.

Hmm, then maybe Apple changed something about the assembler syntax,
such that 7.3's "asm" code is failing to define a global symbol?

            regards, tom lane

pgsql-bugs by date:

Previous
From: Benjamin Reed
Date:
Subject: Re: BUG #1584: undefined symbol _tas
Next
From: Tom Lane
Date:
Subject: Re: BUG #1577: round(dp) function does not round to nearest integer properly