|
From: <sv...@va...> - 2014-07-24 19:26:41
|
Author: florian
Date: Thu Jul 24 19:26:32 2014
New Revision: 14187
Log:
Update a comment so it won't need updating in the future.
No functional change.
Modified:
trunk/coregrind/m_demangle/demangle.c
Modified: trunk/coregrind/m_demangle/demangle.c
==============================================================================
--- trunk/coregrind/m_demangle/demangle.c (original)
+++ trunk/coregrind/m_demangle/demangle.c Thu Jul 24 19:26:32 2014
@@ -74,15 +74,12 @@
completely unmodified. We use vg_libciface.h as a way to
impedance-match the libiberty code into our own framework.
- The current code is from libiberty in the gcc tree, gcc svn
- r181975, dated 12 Dec 2011 (when the gcc trunk was in Stage 3
- leading up to a gcc-4.7 release). As of r141363, libiberty is LGPL
- 2.1, which AFAICT is compatible with "GPL 2 or later" and so is OK
- for inclusion in Valgrind.
-
- To update to a newer libiberty, it might be simplest to svn diff
- the gcc tree libibery against r181975 and then apply those diffs
- here. */
+ The libiberty code included here was taken from the GCC repository
+ and is released under the LGPL 2.1 license, which AFAICT is compatible
+ with "GPL 2 or later" and so is OK for inclusion in Valgrind.
+
+ To update to a newer libiberty, use the "update-demangler" script
+ which is included in the valgrind repository. */
/* This is the main, standard demangler entry point. */
|