new attempt at working around the gcc 3 visibility bug
authorRich Felker <dalias@aerifal.cx>
Sat, 25 Feb 2012 01:07:21 +0000 (20:07 -0500)
committerRich Felker <dalias@aerifal.cx>
Sat, 25 Feb 2012 01:07:21 +0000 (20:07 -0500)
commit78e79d9d502ab8cdbccf94a7f307c78b8847ad0e
tree15d07ab14016aac6478fe716da9bbeae7bc50bbc
parent7fa29920ed19407bf1c3762f14dab9291548e976
new attempt at working around the gcc 3 visibility bug

since gcc is failing to generate the necessary ".hidden" directive in
the output asm, generate it explicitly with an __asm__ statement...
src/internal/libc.c
src/internal/libc.h
src/multibyte/internal.c