projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
249da91
)
add sanitization of m32rx PIPE attribute, redact can do this more cleanly
author
Doug Evans
<dje@google.com>
Wed, 4 Feb 1998 01:05:07 +0000
(
01:05
+0000)
committer
Doug Evans
<dje@google.com>
Wed, 4 Feb 1998 01:05:07 +0000
(
01:05
+0000)
opcodes/.Sanitize
patch
|
blob
|
history
diff --git
a/opcodes/.Sanitize
b/opcodes/.Sanitize
index f705c434802fefafd7cd45ccba8bf5360b12153e..b53c650739315104d4a19476f59baef413fb5b6b 100644
(file)
--- a/
opcodes/.Sanitize
+++ b/
opcodes/.Sanitize
@@
-454,7
+454,9
@@
else
echo Removing traces of \"m32rx\" from $i...
fi
cp $i new
- sed '/start\-sanitize\-m32rx/,/end\-sanitize\-m32rx/d' < $i > new
+ # The PIPE sanitization will be much cleaner with redact.
+ sed -e '/start\-sanitize\-m32rx/,/end\-sanitize\-m32rx/d' \
+ -e 's/, PIPE_[A-Z]*//g' < $i > new
if [ -n "${safe}" -a ! -f .Recover/$i ] ; then
if [ -n "${verbose}" ] ; then
echo Caching $i in .Recover...