aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-05-25 19:32:06 +0000
committerKen Raeburn <raeburn@cygnus>1993-05-25 19:32:06 +0000
commit3c0646f91a988c10d078eefb7f35574dc70830bb (patch)
tree1718ca28aeaf4c98b12885dac39848b7b9c61449 /include
parent61f14fb0da24b24da31818298226469122420022 (diff)
downloadfsf-binutils-gdb-3c0646f91a988c10d078eefb7f35574dc70830bb.zip
fsf-binutils-gdb-3c0646f91a988c10d078eefb7f35574dc70830bb.tar.gz
fsf-binutils-gdb-3c0646f91a988c10d078eefb7f35574dc70830bb.tar.bz2
add elf64 structures/macros/types, rename some old elf->elf32
Diffstat (limited to 'include')
-rw-r--r--include/elf/.Sanitize19
1 files changed, 19 insertions, 0 deletions
diff --git a/include/elf/.Sanitize b/include/elf/.Sanitize
index 1ac8556..11b6cd4 100644
--- 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.