Mercurial > hg > octave-kai > gnulib-hg
annotate lib/rawmemchr.valgrind @ 17463:203c036eb0c6
bootstrap: support checksum utils without a --status option
* build-aux/bootstrap: Only look for sha1sum if updating po files.
Add sha1 to the list of supported checksum utils since it's now
supported through adjustments below.
(update_po_files): Remove the use of --status
in a way that will suppress all error messages, but since this is
only used to minimize updates, it shouldn't cause an issue.
Exit early if there is a problem updating the po file checksums.
(find_tool): Remove the check for --version support as this
is optional as per commit 86186b17. Don't even check for the
presence of the command as if that is needed, it's supported
through configuring prerequisites in bootstrap.conf.
Prompt that when a tool isn't found, one can define an environment
variable to add to the hardcoded search list.
author | Pádraig Brady <P@draigBrady.com> |
---|---|
date | Thu, 08 Aug 2013 11:08:49 +0100 |
parents | d266f32e62b2 |
children |
rev | line source |
---|---|
10011
d266f32e62b2
Silence valgrind on safe reads beyond potential array bounds.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
1 # Suppress a valgrind message about use of uninitialized memory in rawmemchr(). |
d266f32e62b2
Silence valgrind on safe reads beyond potential array bounds.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
2 # This use is OK because it provides only a speedup. |
d266f32e62b2
Silence valgrind on safe reads beyond potential array bounds.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
3 { |
d266f32e62b2
Silence valgrind on safe reads beyond potential array bounds.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
4 rawmemchr-value4 |
d266f32e62b2
Silence valgrind on safe reads beyond potential array bounds.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
5 Memcheck:Value4 |
d266f32e62b2
Silence valgrind on safe reads beyond potential array bounds.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
6 fun:rawmemchr |
d266f32e62b2
Silence valgrind on safe reads beyond potential array bounds.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
7 } |
d266f32e62b2
Silence valgrind on safe reads beyond potential array bounds.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
8 { |
d266f32e62b2
Silence valgrind on safe reads beyond potential array bounds.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
9 rawmemchr-value8 |
d266f32e62b2
Silence valgrind on safe reads beyond potential array bounds.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
10 Memcheck:Value8 |
d266f32e62b2
Silence valgrind on safe reads beyond potential array bounds.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
11 fun:rawmemchr |
d266f32e62b2
Silence valgrind on safe reads beyond potential array bounds.
Eric Blake <ebb9@byu.net>
parents:
diff
changeset
|
12 } |