]> git.ipfire.org Git - thirdparty/glibc.git/commit
Fix MicroBlaze __backtrace get_frame_size namespace (bug 21022).
authorJoseph Myers <joseph@codesourcery.com>
Wed, 4 Jan 2017 01:06:04 +0000 (01:06 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Wed, 4 Jan 2017 01:06:04 +0000 (01:06 +0000)
commit2b18fe78fe7217430ed42d3284636c732793e352
treecabb27b5847b495259a8e565cccb703fac83a0ce
parent785fcbaef39a82f7bf2e60de0b10df0f2f09a6d9
Fix MicroBlaze __backtrace get_frame_size namespace (bug 21022).

Many linknamespace tests fail for MicroBlaze because __backtrace (as
brought in by libc_fatal.c) uses an inline function get_frame_size
which is not declared static.  This patch fixes it to be declared
static.

Tested (compilation tests) with build-many-glibcs.py.

[BZ #21022]
* sysdeps/microblaze/backtrace.c (get_frame_size): Make static.
ChangeLog
sysdeps/microblaze/backtrace.c