Module Name:    src
Committed By:   christos
Date:           Sun Dec 25 20:04:03 UTC 2022

Modified Files:
        src/external/gpl3/binutils/dist/bfd: version.h

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/external/gpl3/binutils/dist/bfd/version.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/binutils/dist/bfd/version.h
diff -u src/external/gpl3/binutils/dist/bfd/version.h:1.11 src/external/gpl3/binutils/dist/bfd/version.h:1.12
--- src/external/gpl3/binutils/dist/bfd/version.h:1.11	Sat Dec 24 15:17:04 2022
+++ src/external/gpl3/binutils/dist/bfd/version.h	Sun Dec 25 15:04:03 2022
@@ -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@

Reply via email to