binutils-gdb/gprofng/libcollector
Vladimir Mezentsev fe39ffdc20 gprofng: fix build issues on musl
gprofng/ChangeLog
2022-09-14  Vladimir Mezentsev  <vladimir.mezentsev@oracle.com>

	PR gprofng/29477
	* configure.ac: Set __MUSL_LIBC.
	* configure: Rebuild.
	* common/config.h.in: Rebuild.
	* src/collector_module.h: Fix compiler errors because mmap64, open64,
	pwrite64 are macros and getcontext() is absent on musl.
	* libcollector/collector.c: Likewise.
	* libcollector/hwprofile.c: Likewise.
	* libcollector/iolib.c: Likewise.
	* libcollector/libcol_util.c: Likewise.
	* libcollector/linetrace.c: Likewise.
	* libcollector/memmgr.c: Likewise.
	* libcollector/profile.c: Likewise.
	* libcollector/unwind.c: Likewise.
	* libcollector/dispatcher.c: Likewise.
	* src/Experiment.cc: Likewise.
	* libcollector/collector.h: Use dlsym() because dlvsym() is not defined
	on musl.
	* libcollector/iotrace.c: Remove interposition of versioned functions.
	* libcollector/mmaptrace.c: Likewise.
	* libcollector/libcol_util.h: Fix -Wint-to-pointer-cast warnings.
	* libcollector/jprofile.c: Likewise.
	* libcollector/synctrace.c: Include "collector.h".
	* src/Print.cc: Use get_basename() because basename() is not defined
	on musl.
	* common/hwcdrv.c: Fix -Wformat= warnings.
2022-09-14 18:38:09 -07:00
..
aclocal.m4 Regenerate with automake-1.15.1 2022-07-09 20:10:47 +09:30
CHK_LIBC_OBJ
collector.c gprofng: fix build issues on musl 2022-09-14 18:38:09 -07:00
collector.h gprofng: fix build issues on musl 2022-09-14 18:38:09 -07:00
collectorAPI.c
configure gprofng: fix regression in build and a race condition in autoreconf 2022-07-18 10:41:10 -07:00
configure.ac gprofng: fix regression in build and a race condition in autoreconf 2022-07-18 10:41:10 -07:00
descendants.h
dispatcher.c gprofng: fix build issues on musl 2022-09-14 18:38:09 -07:00
envmgmt.c
gethrtime.c
heaptrace.c gprofng: fix build with -mx32 2022-05-26 23:27:50 -07:00
hwprofile.c gprofng: fix build issues on musl 2022-09-14 18:38:09 -07:00
hwprofile.h gprofng: fix build with -mx32 2022-05-26 23:27:50 -07:00
iolib.c gprofng: fix build issues on musl 2022-09-14 18:38:09 -07:00
iotrace.c gprofng: fix build issues on musl 2022-09-14 18:38:09 -07:00
jprofile.c gprofng: fix build issues on musl 2022-09-14 18:38:09 -07:00
libcol_hwcdrv.c
libcol_hwcfuncs.c
libcol_util.c gprofng: fix build issues on musl 2022-09-14 18:38:09 -07:00
libcol_util.h gprofng: fix build issues on musl 2022-09-14 18:38:09 -07:00
libcol-i386-dis.c
linetrace.c gprofng: fix build issues on musl 2022-09-14 18:38:09 -07:00
Makefile.am Only .so files are used in libcollector. Remove the other files. 2022-03-23 16:00:10 +10:30
Makefile.in gprofng: fix regression in build and a race condition in autoreconf 2022-07-18 10:41:10 -07:00
mapfile.aarch64-Linux
mapfile.amd64-Linux
mapfile.intel-Linux
mapfile.sparc-Linux
mapfile.sparcv9-Linux
memmgr.c gprofng: fix build issues on musl 2022-09-14 18:38:09 -07:00
memmgr.h
mmaptrace.c gprofng: fix build issues on musl 2022-09-14 18:38:09 -07:00
profile.c gprofng: fix build issues on musl 2022-09-14 18:38:09 -07:00
synctrace.c gprofng: fix build issues on musl 2022-09-14 18:38:09 -07:00
tsd.c
tsd.h
unwind.c gprofng: fix build issues on musl 2022-09-14 18:38:09 -07:00