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:
61f14fb
)
add elf64 structures/macros/types, rename some old elf->elf32
author
Ken Raeburn
<raeburn@cygnus>
Tue, 25 May 1993 19:32:06 +0000
(19:32 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Tue, 25 May 1993 19:32:06 +0000
(19:32 +0000)
include/elf/.Sanitize
patch
|
blob
|
history
diff --git
a/include/elf/.Sanitize
b/include/elf/.Sanitize
index 1ac85563d2c608cd54f2434d94be33c198b92e3c..11b6cd4a81cea073a3d3b9df5c80a8ea85534230 100644
(file)
--- a/
include/elf/.Sanitize
+++ b/
include/elf/.Sanitize
@@
-34,4
+34,23
@@
internal.h
Do-last:
+v9dirty="common.h"
+
+if ( echo $* | grep keep\-v9 > /dev/null ) ; then
+ echo Keeping v9 in ${v9dirty}
+else
+ for i in ${v9dirty} ; do
+ echo Sanitizing v9 in $i
+ rm -f new
+ grep -v v9 $i > new
+ if [ -n "${safe}" ] ; then
+ mv $i .Recover
+ else
+ rm $i
+ fi
+ mv new $i
+ done
+fi
+
+
# End of file.