[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gprofng/29338] Declaration conflict for basename
From: |
vladimir.mezentsev at oracle dot com |
Subject: |
[Bug gprofng/29338] Declaration conflict for basename |
Date: |
Thu, 14 Jul 2022 03:13:16 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=29338
--- Comment #10 from Vladimir Mezentsev <vladimir.mezentsev at oracle dot com>
---
% git log --pretty=format:"%h - %an, %ar --> %s" --graph --name-status
* e89f145f92a - GDB Administrator, 3 hours ago --> Automatic date update in
version.in|
| M bfd/version.h
* 8df729f4f96 - GDB Administrator, 27 hours ago --> Automatic date update in
version.in|
| M bfd/version.h
* 23b1320eb51 - Alan Modra, 2 days ago --> PR29355, ld segfaults with -r/-q and
custom-named section .rela*|
| M bfd/elflink.c
* c596fcd2a03 - Alan Modra, 7 days ago --> ppc gas: don't leak ppc_hash memory|
| M gas/config/tc-ppc.c
* 99726a904f5 - GDB Administrator, 2 days ago --> Automatic date update in
version.in|
| M bfd/version.h
* e7a0ae11baa - GDB Administrator, 3 days ago --> Automatic date update in
version.in|
| M bfd/version.h
* 39d6c87d137 - GDB Administrator, 4 days ago --> Automatic date update in
version.in|
| M bfd/version.h
* 5b0e1775ba7 - GDB Administrator, 5 days ago --> Automatic date update in
version.in|
| M bfd/version.h
* e36cf5556e5 - Andrew Burgess, 9 days ago --> libopcodes/s390: add support for
disassembler styling|
| M opcodes/disassemble.c
| M opcodes/s390-dis.c
* efbecf1e953 - Nick Clifton, 6 days ago --> Update version number|
| M bfd/configure
| M bfd/po/bfd.pot
| M bfd/version.m4
| M binutils/configure
| M binutils/po/binutils.pot
| M gas/configure
| M gas/po/gas.pot
| M gold/po/gold.pot
| M gprof/configure
| M gprof/po/gprof.pot
| M gprofng/common/config.h.in
| M gprofng/configure
| M gprofng/libcollector/configure
| M ld/configure
| M ld/po/ld.pot
| M opcodes/configure
| M opcodes/po/opcodes.pot
| M zlib/Makefile.in
| M zlib/aclocal.m4
| M zlib/configure
* 0bd09323143 - Nick Clifton, 6 days ago --> Add markers for 2.39 branch|
| M ChangeLog
| M bfd/ChangeLog
| M binutils/BRANCHES
| M binutils/ChangeLog
| M binutils/NEWS
| M binutils/README-how-to-make-a-release
| M config/ChangeLog
| M cpu/ChangeLog
| M elfcpp/ChangeLog
| M gas/ChangeLog
| M gas/NEWS
| M gold/ChangeLog
| M gprof/ChangeLog
| M include/ChangeLog
| M ld/ChangeLog
| M ld/NEWS
| M libctf/ChangeLog
| M libiberty/ChangeLog
| M opcodes/ChangeLog
The regression happen in commit efbecf1e953.
% git diff 0bd09323143 efbecf1e953 common/config.h.in
diff --git a/gprofng/common/config.h.in b/gprofng/common/config.h.in
index 8409ce7..93c8e7e 100644
--- a/gprofng/common/config.h.in
+++ b/gprofng/common/config.h.in
@@ -1,17 +1,4 @@
-/* common/config.h.in. Generated from configure.ac by autoheader. */
-
-/* Enable debugging output. */
-#undef DEBUG
-
-/* Enable java profiling */
-#undef GPROFNG_JAVA_PROFILING
-
-/* Define to 1 if you have the `clock_gettime' function. */
-#undef HAVE_CLOCK_GETTIME
-
-/* Define to 1 if you have the declaration of `basename', and to 0 if you
- don't. */
-#undef HAVE_DECL_BASENAME
+/* ../common/config.h.in. Generated from configure.ac by autoheader. */
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
@@ -22,12 +9,6 @@
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
-/* Define if you have POSIX threads libraries and header files. */
-#undef HAVE_PTHREAD
-
-/* Have PTHREAD_PRIO_INHERIT. */
-#undef HAVE_PTHREAD_PRIO_INHERIT
-
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
@@ -40,9 +21,6 @@
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
-/* Define to 1 if you have the `strsignal' function. */
-#undef HAVE_STRSIGNAL
-
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
@@ -77,10 +55,6 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
-/* Define to necessary symbol if this constant uses a non-standard name on
- your system. */
-#undef PTHREAD_CREATE_JOINABLE
-
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
--
You are receiving this mail because:
You are on the CC list for the bug.
- [Bug gprofng/29338] Declaration conflict for basename, (continued)
- [Bug gprofng/29338] Declaration conflict for basename, vladimir.mezentsev at oracle dot com, 2022/07/08
- [Bug gprofng/29338] Declaration conflict for basename, vladimir.mezentsev at oracle dot com, 2022/07/12
- [Bug gprofng/29338] Declaration conflict for basename, address@hidden, 2022/07/12
- [Bug gprofng/29338] Declaration conflict for basename, vladimir.mezentsev at oracle dot com, 2022/07/12
- [Bug gprofng/29338] Declaration conflict for basename, address@hidden, 2022/07/13
- [Bug gprofng/29338] Declaration conflict for basename, doko at debian dot org, 2022/07/13
- [Bug gprofng/29338] Declaration conflict for basename, doko at debian dot org, 2022/07/13
- [Bug gprofng/29338] Declaration conflict for basename, doko at debian dot org, 2022/07/13
- [Bug gprofng/29338] Declaration conflict for basename, vladimir.mezentsev at oracle dot com, 2022/07/13
- [Bug gprofng/29338] Declaration conflict for basename, vladimir.mezentsev at oracle dot com, 2022/07/13
- [Bug gprofng/29338] Declaration conflict for basename,
vladimir.mezentsev at oracle dot com <=
- [Bug gprofng/29338] Declaration conflict for basename, cvs-commit at gcc dot gnu.org, 2022/07/18
- [Bug gprofng/29338] Declaration conflict for basename, cvs-commit at gcc dot gnu.org, 2022/07/18
- [Bug gprofng/29338] Declaration conflict for basename, vladimir.mezentsev at oracle dot com, 2022/07/18