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? -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

