Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/binutils/dist/bfd Add a space between the vers...



details:   https://anonhg.NetBSD.org/src/rev/6e404102d8d4
branches:  trunk
changeset: 372774:6e404102d8d4
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 25 20:04:03 2022 +0000

description:
Add a space between the version package and the version string because gcc
configure needs it to parse the ld version to detect if support is there
for symbol visibility. Yes we pass '(NetBSD binutils nb1) ' in the Makefiles,
but this is fragile with all the automake massaging, and this is much easier
to enforce.

diffstat:

 external/gpl3/binutils/dist/bfd/version.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (10 lines):

diff -r df562d63b246 -r 6e404102d8d4 external/gpl3/binutils/dist/bfd/version.h
--- a/external/gpl3/binutils/dist/bfd/version.h Sun Dec 25 17:25:22 2022 +0000
+++ b/external/gpl3/binutils/dist/bfd/version.h Sun Dec 25 20:04:03 2022 +0000
@@ -18,5 +18,5 @@
    sonames.  */
 #define BFD_VERSION_DATE 20220805
 #define BFD_VERSION @bfd_version@
-#define BFD_VERSION_STRING  @bfd_version_package@ @bfd_version_string@
+#define BFD_VERSION_STRING  @bfd_version_package@ " " @bfd_version_string@
 #define REPORT_BUGS_TO @report_bugs_to@



Home | Main Index | Thread Index | Old Index