mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-01 05:02:03 +03:00
GCC 4.5 warns about "extern void _end; &end;". Use char[] instead, as that also doesn't fall foul of a target's .sdata optimizations. Signed-off-by: Richard Henderson <rth@twiddle.net>