mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 10:34:21 +08:00
remove d10v sanitization
This commit is contained in:
@ -23,14 +23,6 @@ else
|
|||||||
lose_these_too="${arc_files} ${lose_these_too}"
|
lose_these_too="${arc_files} ${lose_these_too}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
d10v_files="tc-d10v.c tc-d10v.h"
|
|
||||||
|
|
||||||
if ( echo $* | grep keep\-d10v > /dev/null ) ; then
|
|
||||||
keep_these_too="${d10v_files} ${keep_these_too}"
|
|
||||||
else
|
|
||||||
lose_these_too="${d10v_files} ${lose_these_too}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
d30v_files="tc-d30v.c tc-d30v.h"
|
d30v_files="tc-d30v.c tc-d30v.h"
|
||||||
|
|
||||||
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
|
if ( echo $* | grep keep\-d30v > /dev/null ) ; then
|
||||||
@ -117,6 +109,8 @@ tc-alpha.c
|
|||||||
tc-alpha.h
|
tc-alpha.h
|
||||||
tc-arm.c
|
tc-arm.c
|
||||||
tc-arm.h
|
tc-arm.h
|
||||||
|
tc-d10v.c
|
||||||
|
tc-d10v.h
|
||||||
tc-generic.c
|
tc-generic.c
|
||||||
tc-generic.h
|
tc-generic.h
|
||||||
tc-h8300.c
|
tc-h8300.c
|
||||||
|
@ -16,13 +16,6 @@
|
|||||||
|
|
||||||
Do-first:
|
Do-first:
|
||||||
|
|
||||||
d10v_files="c-d10v.texi"
|
|
||||||
if ( echo $* | grep keep\-d10v > /dev/null ) ; then
|
|
||||||
keep_these_too="${d10v_files} ${keep_these_too}"
|
|
||||||
else
|
|
||||||
lose_these_too="${d10v_files} ${lose_these_too}"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# All files listed between the "Things-to-keep:" line and the
|
# All files listed between the "Things-to-keep:" line and the
|
||||||
# "Files-to-sed:" line will be kept. All other files will be removed.
|
# "Files-to-sed:" line will be kept. All other files will be removed.
|
||||||
# Directories listed in this section will have their own Sanitize
|
# Directories listed in this section will have their own Sanitize
|
||||||
@ -36,6 +29,7 @@ all.texi
|
|||||||
as.1
|
as.1
|
||||||
as.texinfo
|
as.texinfo
|
||||||
c-a29k.texi
|
c-a29k.texi
|
||||||
|
c-d10v.texi
|
||||||
c-h8300.texi
|
c-h8300.texi
|
||||||
c-h8500.texi
|
c-h8500.texi
|
||||||
c-hppa.texi
|
c-hppa.texi
|
||||||
|
Reference in New Issue
Block a user