Comment 12 for bug 823711

Revision history for this message
Richard Sandiford (rsandifo) wrote :

The bug comes from config/arm using asm statements to define an alias,
rather than using an alias attribute. So even though libgcc2 tries the
belt-and-braces approach of -fvisibility=hidden and "GCC visibility"
pragmas, the alias still ends up having default visibility. Will test a
fix overnight.