public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo commit in src/patchsets/glibc/2.22: 00_all_0014-hppa-_dl_symbol_address-add-missing-hidden-def.patch README.history
@ 2015-08-07  5:59 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2015-08-07  5:59 UTC (permalink / raw
  To: gentoo-commits

vapier      15/08/07 05:59:48

  Modified:             README.history
  Added:               
                        00_all_0014-hppa-_dl_symbol_address-add-missing-hidden-def.patch
  Log:
  fix building for hppa

Revision  Changes    Path
1.2                  src/patchsets/glibc/2.22/README.history

file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.22/README.history?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.22/README.history?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.22/README.history?r1=1.1&r2=1.2

Index: README.history
===================================================================
RCS file: /var/cvsroot/gentoo/src/patchsets/glibc/2.22/README.history,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- README.history	5 Aug 2015 13:38:23 -0000	1.1
+++ README.history	7 Aug 2015 05:59:48 -0000	1.2
@@ -1,3 +1,6 @@
+2		07 Aug 2015
+	+ 00_all_0014-hppa-_dl_symbol_address-add-missing-hidden-def.patch
+
 1		05 Aug 2015
 	+ 00_all_0001-disable-ldconfig-during-install.patch
 	+ 00_all_0002-workaround-crash-when-handling-signals-in-static-PIE.patch



1.1                  src/patchsets/glibc/2.22/00_all_0014-hppa-_dl_symbol_address-add-missing-hidden-def.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.22/00_all_0014-hppa-_dl_symbol_address-add-missing-hidden-def.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/glibc/2.22/00_all_0014-hppa-_dl_symbol_address-add-missing-hidden-def.patch?rev=1.1&content-type=text/plain

Index: 00_all_0014-hppa-_dl_symbol_address-add-missing-hidden-def.patch
===================================================================
From 0a1a932b01a639e4083f88e0c3e4c3f8d733cd4f Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Fri, 7 Aug 2015 01:43:08 -0400
Subject: [PATCH] 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)
---
 sysdeps/hppa/dl-symaddr.c | 1 +
 1 file changed, 1 insertion(+)

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)
-- 
2.4.4






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-07  5:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-07  5:59 [gentoo-commits] gentoo commit in src/patchsets/glibc/2.22: 00_all_0014-hppa-_dl_symbol_address-add-missing-hidden-def.patch README.history Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox