diff options
author | Doug Evans <dje@google.com> | 1997-12-22 14:48:08 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1997-12-22 14:48:08 +0000 |
commit | e535f07bc1065c2b5ccd60e87cae5453d19b4f22 (patch) | |
tree | 06796aee6e20feb117ef957119daf4b200d6a97d /include/elf/.Sanitize | |
parent | 69f273d821233f31d62db4067564e6a0a184843e (diff) | |
download | fsf-binutils-gdb-e535f07bc1065c2b5ccd60e87cae5453d19b4f22.zip fsf-binutils-gdb-e535f07bc1065c2b5ccd60e87cae5453d19b4f22.tar.gz fsf-binutils-gdb-e535f07bc1065c2b5ccd60e87cae5453d19b4f22.tar.bz2 |
* common.h (EM_CYGNUS_TXVU): New macro.
Diffstat (limited to 'include/elf/.Sanitize')
-rw-r--r-- | include/elf/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elf/.Sanitize b/include/elf/.Sanitize index 4dfb1a1..2c83e1c 100644 --- a/include/elf/.Sanitize +++ b/include/elf/.Sanitize @@ -133,7 +133,7 @@ else done fi -sky_files="ChangeLog" +sky_files="ChangeLog common.h" if ( echo $* | grep keep\-sky > /dev/null ) ; then for i in $sky_files ; do if test ! -d $i && (grep sanitize-sky $i > /dev/null) ; then |