[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#729534: RFS: libpoly2tri/0.3.3-1 [ITP]



On 2014-03-20 23:21, Jakub Wilk wrote:
> For example, symbol names for a f(size_t) function are:
> _Z1fj on i386,
> _Z1fm on amd64.
> 
> After unmangling it becomes:
> f(unsigned int) on i386,
> f(unsigned long) on amd64.

Well, after researching a bit, the only somewhat manageable solutions I
can think of are either

A) using symbols.common + symbols.$arch
B) using symbols.common + symbols.arch, using (arch= ) tags
C) using symbols + (c++|regex) tags

None are appealling, and enough doubt about the usefulness has already
been cast by others.

Or did I miss something?


Reply to: