diff mbox series

Update comment in libsanitizer/*/libtool-version files.

Message ID b7f0fb1c-94d8-e819-2360-1082db734387@suse.cz
State New
Headers show
Series Update comment in libsanitizer/*/libtool-version files. | expand

Commit Message

Martin Liška Nov. 20, 2019, 11:02 a.m. UTC
Hi.

The patch is about removal of an unused libtool-version file,
and comments in other libtool-version files are legacy.

Patch can bootstrap on x86_64-linux-gnu and survives regression tests.
I'm going to install the patch if there are no objections.

Thanks,
Martin

libsanitizer/ChangeLog:

2019-11-20  Martin Liska  <mliska@suse.cz>

	* libtool-version: Remove.
	* lsan/libtool-version: Upate comment to not mention libmudflap.
	* tsan/libtool-version: Likewise.
	* ubsan/libtool-version: Likewise.
---
  libsanitizer/libtool-version       | 6 ------
  libsanitizer/lsan/libtool-version  | 2 +-
  libsanitizer/tsan/libtool-version  | 2 +-
  libsanitizer/ubsan/libtool-version | 2 +-
  4 files changed, 3 insertions(+), 9 deletions(-)
  delete mode 100644 libsanitizer/libtool-version

Comments

Jeff Law Nov. 20, 2019, 5:37 p.m. UTC | #1
On 11/20/19 4:02 AM, Martin Liška wrote:
> Hi.
> 
> The patch is about removal of an unused libtool-version file,
> and comments in other libtool-version files are legacy.
> 
> Patch can bootstrap on x86_64-linux-gnu and survives regression tests.
> I'm going to install the patch if there are no objections.
> 
> Thanks,
> Martin
> 
> libsanitizer/ChangeLog:
> 
> 2019-11-20  Martin Liska  <mliska@suse.cz>
> 
>     * libtool-version: Remove.
>     * lsan/libtool-version: Upate comment to not mention libmudflap.
>     * tsan/libtool-version: Likewise.
>     * ubsan/libtool-version: Likewise.
OK
jeff
diff mbox series

Patch

diff --git a/libsanitizer/libtool-version b/libsanitizer/libtool-version
deleted file mode 100644
index 204fdd2d8e5..00000000000
--- a/libsanitizer/libtool-version
+++ /dev/null
@@ -1,6 +0,0 @@ 
-# This file is used to maintain libtool version info for libmudflap.  See
-# the libtool manual to understand the meaning of the fields.  This is
-# a separate file so that version updates don't involve re-running
-# automake.
-# CURRENT:REVISION:AGE
-0:0:0
diff --git a/libsanitizer/lsan/libtool-version b/libsanitizer/lsan/libtool-version
index 204fdd2d8e5..c63710360f6 100644
--- a/libsanitizer/lsan/libtool-version
+++ b/libsanitizer/lsan/libtool-version
@@ -1,4 +1,4 @@ 
-# This file is used to maintain libtool version info for libmudflap.  See
+# This file is used to maintain libtool version info for liblsan.  See
 # the libtool manual to understand the meaning of the fields.  This is
 # a separate file so that version updates don't involve re-running
 # automake.
diff --git a/libsanitizer/tsan/libtool-version b/libsanitizer/tsan/libtool-version
index 204fdd2d8e5..11974598ac5 100644
--- a/libsanitizer/tsan/libtool-version
+++ b/libsanitizer/tsan/libtool-version
@@ -1,4 +1,4 @@ 
-# This file is used to maintain libtool version info for libmudflap.  See
+# This file is used to maintain libtool version info for libtsan.  See
 # the libtool manual to understand the meaning of the fields.  This is
 # a separate file so that version updates don't involve re-running
 # automake.
diff --git a/libsanitizer/ubsan/libtool-version b/libsanitizer/ubsan/libtool-version
index 4b494765130..26538f99f19 100644
--- a/libsanitizer/ubsan/libtool-version
+++ b/libsanitizer/ubsan/libtool-version
@@ -1,4 +1,4 @@ 
-# This file is used to maintain libtool version info for libmudflap.  See
+# This file is used to maintain libtool version info for libubsan.  See
 # the libtool manual to understand the meaning of the fields.  This is
 # a separate file so that version updates don't involve re-running
 # automake.