This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch gentoo/2.22 updated. glibc-2.22-14-g0a1a932


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, gentoo/2.22 has been updated
       via  0a1a932b01a639e4083f88e0c3e4c3f8d733cd4f (commit)
      from  7bc2cafecb7b32902f85ef39112fcb5537f28b04 (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 -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=0a1a932b01a639e4083f88e0c3e4c3f8d733cd4f

commit 0a1a932b01a639e4083f88e0c3e4c3f8d733cd4f
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Fri Aug 7 01:43:08 2015 -0400

    hppa: _dl_symbol_address: add missing hidden def
    
    Commit 2a6ad8142d14c998e6c5eb51418aac1f598b621e updated the headers and
    the common dl-symaddr.c, but missed that hppa has its own dedicated source
    file for this func.  Update that too to fix build errors due to missing
    exports of the symbol.
    
    (cherry picked from commit be144ba68c918a5d7bc964be06fbeb51a0df84fc)

diff --git a/sysdeps/hppa/dl-symaddr.c b/sysdeps/hppa/dl-symaddr.c
index b707c19..89d8baf 100644
--- a/sysdeps/hppa/dl-symaddr.c
+++ b/sysdeps/hppa/dl-symaddr.c
@@ -33,3 +33,4 @@ _dl_symbol_address (struct link_map *map, const ElfW(Sym) *ref)
   else
     return (void *) value;
 }
+rtld_hidden_def (_dl_symbol_address)

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

Summary of changes:
 sysdeps/hppa/dl-symaddr.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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