[Bug gprofng/30036] Build failure on aarch64 w/ glibc: symbol `pwrite64' is already defined

2023-02-17 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30036

--- Comment #5 from Vladimir Mezentsev  
---
My fixes are in the master branch.
Could you try to build gprofng.
Is your build problem fixed ?

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


[Bug gprofng/30036] Build failure on aarch64 w/ glibc: symbol `pwrite64' is already defined

2023-02-17 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=30036

--- Comment #4 from cvs-commit at gcc dot gnu.org  ---
The master branch has been updated by Vladimir Mezentsev
:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f6f19a39ecfe962cb8a05522c27f513308687a74

commit f6f19a39ecfe962cb8a05522c27f513308687a74
Author: Vladimir Mezentsev 
Date:   Thu Feb 16 19:00:47 2023 -0800

gprofng: PR30036 Build failure on aarch64 w/ glibc: symbol `pwrite64' is
already defined

gprofng/ChangeLog
2023-02-16  Vladimir Mezentsev  

PR gprofng/30036
* libcollector/iotrace.c: Define creat64 and pwrite64 only when
__USE_LARGEFILE64 and __USE_FILE_OFFSET64 are not defined.
* libcollector/mmaptrace.c: Likewise for mmap64.

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