This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/21022] [microblaze] __backtrace get_frame_size namespace


https://sourceware.org/bugzilla/show_bug.cgi?id=21022

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  2b18fe78fe7217430ed42d3284636c732793e352 (commit)
      from  785fcbaef39a82f7bf2e60de0b10df0f2f09a6d9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=2b18fe78fe7217430ed42d3284636c732793e352

commit 2b18fe78fe7217430ed42d3284636c732793e352
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Jan 4 01:06:04 2017 +0000

    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.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                      |    5 +++++
 sysdeps/microblaze/backtrace.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]