From 0e90497e62d504de27101531aad47ae8f50efa1e Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Wed, 29 Apr 2015 18:41:50 +0200 Subject: [PATCH] Change format of version string Change-Id: I896e18ad6ab7e73977045a09f6fe594c8bb9c234 --- bfd/version.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bfd/version.h b/bfd/version.h index ad0d84f..7a1eca3 100644 --- a/bfd/version.h +++ b/bfd/version.h @@ -1,4 +1,8 @@ #define BFD_VERSION_DATE 20150105 #define BFD_VERSION @bfd_version@ -#define BFD_VERSION_STRING @bfd_version_package@ "Linaro 2015.01-2 " @bfd_version_string@ +/* Various parts of GCC parse Binutils version string in different fragile ways, + and we need to be very careful to not break them. So far it seems that + appending Linaro-specific version at the end is fine so long as it doesn't + contain any dots ".". */ +#define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ " Linaro 2015.01-2" #define REPORT_BUGS_TO @report_bugs_to@ -- 2.7.4