submitted-gmon-start
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Mon, 16 Jan 2017 17:43:37 +0000 (17:43 +0000)
committerAurelien Jarno <aurel32@debian.org>
Mon, 16 Jan 2017 17:43:37 +0000 (17:43 +0000)
commit4ff6aeac1b2e1726f5f8b02266aa61ffc02d5b9c
treebb0d07e40f1c9b1d09bdee409bdf5d7f356dbb03
parent96ff4b9fa820b2658aaa2e9b39be2fffeb407ff0
submitted-gmon-start

2015-11-15  Helge Deller  <deller@gmx.de>
    John David Anglin  <danglin@gcc.gnu.org>

PR libc/19170
* sysdeps/hppa/crti.S (gmon_initializer): New.  Use .init_array support
to call gmon_initializer.  Only call __gmon_start__ when symbol is
defined at runtime.
* sysdeps/hppa/crtn.S (__gmon_start__): Delete.
* sysdeps/hppa/dl-lookupcfg.h (DL_FIXUP_MAKE_VALUE): Provide null
function descriptor when MAP argument is null.
* sysdeps/hppa/dl-trampoline.S (_dl_runtime_resolve): Return directly
to previous function when function is undefined.

Gbp-Pq: Topic hppa
Gbp-Pq: Name submitted-gmon-start.diff
sysdeps/hppa/crti.S
sysdeps/hppa/crtn.S
sysdeps/hppa/dl-lookupcfg.h
sysdeps/hppa/dl-trampoline.S