]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update a comment so it won't need updating in the future.
authorFlorian Krohm <florian@eich-krohm.de>
Thu, 24 Jul 2014 19:26:32 +0000 (19:26 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Thu, 24 Jul 2014 19:26:32 +0000 (19:26 +0000)
No functional change.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14187

coregrind/m_demangle/demangle.c

index 72832a464ba55304197f705204b846bc106791cc..6220dddaf839a5e12ff75d9378d65ea75ce0b244 100644 (file)
    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. */