* [Buildroot] [PATCH] valgrind: rename ptrcheck to sgcheck like upstream
@ 2015-03-06 14:32 Mike Williams
2015-03-06 16:34 ` Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Mike Williams @ 2015-03-06 14:32 UTC (permalink / raw)
To: buildroot
Signed-off-by: Mike Williams <mike@mikebwilliams.com>
---
package/valgrind/Config.in | 6 +++---
package/valgrind/valgrind.mk | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/package/valgrind/Config.in b/package/valgrind/Config.in
index 558d5f0..d9116dd 100644
--- a/package/valgrind/Config.in
+++ b/package/valgrind/Config.in
@@ -53,10 +53,10 @@ config BR2_PACKAGE_VALGRIND_DHAT
help
This option allows to install the DHAT tool
-config BR2_PACKAGE_VALGRIND_PTRCHECK
- bool "Ptrcheck: an experimental head, stack and global array overrun detector"
+config BR2_PACKAGE_VALGRIND_SGCHECK
+ bool "SGCheck: an experimental stack and global array overrun detector"
help
- This option allows to install the Ptrcheck tool
+ This option allows to install the SGCheck tool
config BR2_PACKAGE_VALGRIND_BBV
bool "BBV: an experimental basic block vector generation tool"
diff --git a/package/valgrind/valgrind.mk b/package/valgrind/valgrind.mk
index aaca39f..cfce8da 100644
--- a/package/valgrind/valgrind.mk
+++ b/package/valgrind/valgrind.mk
@@ -91,12 +91,12 @@ endef
VALGRIND_POST_INSTALL_TARGET_HOOKS += VALGRIND_REMOVE_DHAT
endif
-ifeq ($(BR2_PACKAGE_VALGRIND_PTRCHECK),)
-define VALGRIND_REMOVE_PTRCHECK
- rm -f $(TARGET_DIR)/usr/lib/valgrind/*ptrcheck*
+ifeq ($(BR2_PACKAGE_VALGRIND_SGCHECK),)
+define VALGRIND_REMOVE_SGCHECK
+ rm -f $(TARGET_DIR)/usr/lib/valgrind/*sgcheck*
endef
-VALGRIND_POST_INSTALL_TARGET_HOOKS += VALGRIND_REMOVE_PTRCHECK
+VALGRIND_POST_INSTALL_TARGET_HOOKS += VALGRIND_REMOVE_SGCHECK
endif
ifeq ($(BR2_PACKAGE_VALGRIND_BBV),)
--
2.1.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] valgrind: rename ptrcheck to sgcheck like upstream
2015-03-06 14:32 [Buildroot] [PATCH] valgrind: rename ptrcheck to sgcheck like upstream Mike Williams
@ 2015-03-06 16:34 ` Thomas Petazzoni
2015-03-06 17:18 ` Mike Williams
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2015-03-06 16:34 UTC (permalink / raw)
To: buildroot
Dear Mike Williams,
On Fri, 6 Mar 2015 09:32:17 -0500, Mike Williams wrote:
> Signed-off-by: Mike Williams <mike@mikebwilliams.com>
> ---
> package/valgrind/Config.in | 6 +++---
> package/valgrind/valgrind.mk | 8 ++++----
> 2 files changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/package/valgrind/Config.in b/package/valgrind/Config.in
> index 558d5f0..d9116dd 100644
> --- a/package/valgrind/Config.in
> +++ b/package/valgrind/Config.in
> @@ -53,10 +53,10 @@ config BR2_PACKAGE_VALGRIND_DHAT
> help
> This option allows to install the DHAT tool
>
> -config BR2_PACKAGE_VALGRIND_PTRCHECK
> - bool "Ptrcheck: an experimental head, stack and global array overrun detector"
> +config BR2_PACKAGE_VALGRIND_SGCHECK
When renaming config options, we want to add the corresponding
Config.in.legacy handling. See the file named Config.in.legacy in the
top-level directory of Buildroot sources for details.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] valgrind: rename ptrcheck to sgcheck like upstream
2015-03-06 16:34 ` Thomas Petazzoni
@ 2015-03-06 17:18 ` Mike Williams
0 siblings, 0 replies; 3+ messages in thread
From: Mike Williams @ 2015-03-06 17:18 UTC (permalink / raw)
To: buildroot
Ok, new patch incoming.
Thanks,
Mike
On Fri, Mar 6, 2015 at 11:34 AM, Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote:
> Dear Mike Williams,
>
> On Fri, 6 Mar 2015 09:32:17 -0500, Mike Williams wrote:
>> Signed-off-by: Mike Williams <mike@mikebwilliams.com>
>> ---
>> package/valgrind/Config.in | 6 +++---
>> package/valgrind/valgrind.mk | 8 ++++----
>> 2 files changed, 7 insertions(+), 7 deletions(-)
>>
>> diff --git a/package/valgrind/Config.in b/package/valgrind/Config.in
>> index 558d5f0..d9116dd 100644
>> --- a/package/valgrind/Config.in
>> +++ b/package/valgrind/Config.in
>> @@ -53,10 +53,10 @@ config BR2_PACKAGE_VALGRIND_DHAT
>> help
>> This option allows to install the DHAT tool
>>
>> -config BR2_PACKAGE_VALGRIND_PTRCHECK
>> - bool "Ptrcheck: an experimental head, stack and global array overrun detector"
>> +config BR2_PACKAGE_VALGRIND_SGCHECK
>
> When renaming config options, we want to add the corresponding
> Config.in.legacy handling. See the file named Config.in.legacy in the
> top-level directory of Buildroot sources for details.
>
> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux, Kernel and Android engineering
> http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-03-06 17:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-06 14:32 [Buildroot] [PATCH] valgrind: rename ptrcheck to sgcheck like upstream Mike Williams
2015-03-06 16:34 ` Thomas Petazzoni
2015-03-06 17:18 ` Mike Williams
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox