Re: BUG #1584: undefined symbol _tas

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Benjamin Reed <ranger(at)befunk(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1584: undefined symbol _tas
Date: 2005-04-11 05:51:57
Message-ID: 21977.1113198717@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Benjamin Reed <ranger(at)befunk(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2005-04-11 06:03:37 Re: BUG #1577: round(dp) function does not round to nearest integer properly
Previous Message Bruno Wolff III 2005-04-11 02:24:29 Re: BUG #1582: boolean DEFAULT TRUE results in FALSE for NULL values