mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 10:34:21 +08:00
v850 files that weren't being removed if !keep-v850
This commit is contained in:
@ -31,6 +31,12 @@ else
|
|||||||
lose_these_too="${tic80_files} ${lose_these_too}"
|
lose_these_too="${tic80_files} ${lose_these_too}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if ( echo $* | grep keep\-v850 > /dev/null ) ; then
|
||||||
|
keep_these_too="cpu-v850.c elf32-v850.c ${keep_these_too}"
|
||||||
|
else
|
||||||
|
lose_these_too="cpu-v850.c elf32-v850.c ${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
|
||||||
@ -137,7 +143,6 @@ cpu-sparc.c
|
|||||||
cpu-vax.c
|
cpu-vax.c
|
||||||
cpu-we32k.c
|
cpu-we32k.c
|
||||||
cpu-w65.c
|
cpu-w65.c
|
||||||
cpu-v850.c
|
|
||||||
cpu-z8k.c
|
cpu-z8k.c
|
||||||
demo64.c
|
demo64.c
|
||||||
dep-in.sed
|
dep-in.sed
|
||||||
@ -158,7 +163,6 @@ elf32-m32r.c
|
|||||||
elf32-m68k.c
|
elf32-m68k.c
|
||||||
elf32-m88k.c
|
elf32-m88k.c
|
||||||
elf32-mips.c
|
elf32-mips.c
|
||||||
elf32-v850.c
|
|
||||||
elf-m10200.c
|
elf-m10200.c
|
||||||
elf-m10300.c
|
elf-m10300.c
|
||||||
elf32-ppc.c
|
elf32-ppc.c
|
||||||
|
@ -39,6 +39,12 @@ else
|
|||||||
lose_these_too="${tic80_files} ${lose_these_too}"
|
lose_these_too="${tic80_files} ${lose_these_too}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if ( echo $* | grep keep\-v850 > /dev/null ) ; then
|
||||||
|
keep_these_too="tc-v850.c tc-v850.h ${keep_these_too}"
|
||||||
|
else
|
||||||
|
lose_these_too="tc-v850.c tc-v850.h ${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
|
||||||
@ -133,8 +139,6 @@ tc-vax.c
|
|||||||
tc-vax.h
|
tc-vax.h
|
||||||
tc-w65.c
|
tc-w65.c
|
||||||
tc-w65.h
|
tc-w65.h
|
||||||
tc-v850.c
|
|
||||||
tc-v850.h
|
|
||||||
tc-z8k.c
|
tc-z8k.c
|
||||||
tc-z8k.h
|
tc-z8k.h
|
||||||
te-386bsd.h
|
te-386bsd.h
|
||||||
|
@ -74,6 +74,12 @@ else
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if ( echo $* | grep keep\-v850 > /dev/null ) ; then
|
||||||
|
keep_these_too="v850-tdep.c v850ice.c ${keep_these_too}"
|
||||||
|
else
|
||||||
|
lose_these_too="v850-tdep.c v850ice.c ${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
|
||||||
@ -412,8 +418,6 @@ value.h
|
|||||||
values.c
|
values.c
|
||||||
vax-tdep.c
|
vax-tdep.c
|
||||||
vx-share
|
vx-share
|
||||||
v850ice.c
|
|
||||||
v850-tdep.c
|
|
||||||
w65-tdep.c
|
w65-tdep.c
|
||||||
w89k-rom.c
|
w89k-rom.c
|
||||||
win32-nat.c
|
win32-nat.c
|
||||||
|
@ -43,6 +43,12 @@ else
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if ( echo $* | grep keep\-v850 > /dev/null ) ; then
|
||||||
|
keep_these_too="v850 ${keep_these_too}"
|
||||||
|
else
|
||||||
|
lose_these_too="v850 ${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
|
||||||
@ -94,7 +100,6 @@ xm-lynx.h
|
|||||||
xm-mpw.h
|
xm-mpw.h
|
||||||
xm-nbsd.h
|
xm-nbsd.h
|
||||||
xm-sysv4.h
|
xm-sysv4.h
|
||||||
v850
|
|
||||||
w65
|
w65
|
||||||
z8k
|
z8k
|
||||||
|
|
||||||
|
@ -22,6 +22,12 @@ Do-first:
|
|||||||
# called. Directories not listed will be removed in their entirety
|
# called. Directories not listed will be removed in their entirety
|
||||||
# with rm -rf.
|
# with rm -rf.
|
||||||
|
|
||||||
|
if ( echo $* | grep keep\-v850 > /dev/null ) ; then
|
||||||
|
keep_these_too="v850.h ${keep_these_too}"
|
||||||
|
else
|
||||||
|
lose_these_too="v850.h ${lose_these_too}"
|
||||||
|
fi
|
||||||
|
|
||||||
Things-to-keep:
|
Things-to-keep:
|
||||||
|
|
||||||
ChangeLog
|
ChangeLog
|
||||||
@ -37,7 +43,6 @@ m32r.h
|
|||||||
mips.h
|
mips.h
|
||||||
ppc.h
|
ppc.h
|
||||||
sparc.h
|
sparc.h
|
||||||
v850.h
|
|
||||||
|
|
||||||
Things-to-lose:
|
Things-to-lose:
|
||||||
|
|
||||||
|
@ -31,6 +31,11 @@ else
|
|||||||
lose_these_too="${tic80_files} ${lose_these_too}"
|
lose_these_too="${tic80_files} ${lose_these_too}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if ( echo $* | grep keep\-v850 > /dev/null ) ; then
|
||||||
|
keep_these_too="v850.h ${keep_these_too}"
|
||||||
|
else
|
||||||
|
lose_these_too="v850.h ${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.
|
||||||
@ -65,7 +70,6 @@ ppc.h
|
|||||||
pyr.h
|
pyr.h
|
||||||
sparc.h
|
sparc.h
|
||||||
tahoe.h
|
tahoe.h
|
||||||
v850.h
|
|
||||||
vax.h
|
vax.h
|
||||||
|
|
||||||
Things-to-lose:
|
Things-to-lose:
|
||||||
|
@ -31,6 +31,12 @@ else
|
|||||||
lose_these_too="${tic80_files} ${lose_these_too}"
|
lose_these_too="${tic80_files} ${lose_these_too}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if ( echo $* | grep keep\-v850 > /dev/null ) ; then
|
||||||
|
keep_these_too="v850-opc.c v850-dis.c ${keep_these_too}"
|
||||||
|
else
|
||||||
|
lose_these_too="v850-opc.c v850-dis.c ${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.
|
||||||
@ -99,8 +105,6 @@ stamp-h.in
|
|||||||
sysdep.h
|
sysdep.h
|
||||||
w65-dis.c
|
w65-dis.c
|
||||||
w65-opc.h
|
w65-opc.h
|
||||||
v850-opc.c
|
|
||||||
v850-dis.c
|
|
||||||
z8k-dis.c
|
z8k-dis.c
|
||||||
z8k-opc.h
|
z8k-opc.h
|
||||||
z8kgen.c
|
z8kgen.c
|
||||||
|
@ -69,7 +69,6 @@ mn10300
|
|||||||
ppc
|
ppc
|
||||||
sh
|
sh
|
||||||
w65
|
w65
|
||||||
v850
|
|
||||||
z8k
|
z8k
|
||||||
|
|
||||||
Things-to-lose:
|
Things-to-lose:
|
||||||
|
@ -29,6 +29,12 @@ else
|
|||||||
lose_these_too="${r5900_files} ${lose_these_too}"
|
lose_these_too="${r5900_files} ${lose_these_too}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if ( echo $* | grep keep\-v850eq > /dev/null ) ; then
|
||||||
|
keep_these_too="v850eq-elf ${keep_these_too}"
|
||||||
|
else
|
||||||
|
lose_these_too="v850eq-elf ${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
|
||||||
@ -46,7 +52,6 @@ Things-to-lose:
|
|||||||
|
|
||||||
common
|
common
|
||||||
tic80-coff
|
tic80-coff
|
||||||
v850eq-elf
|
|
||||||
README
|
README
|
||||||
|
|
||||||
Do-last:
|
Do-last:
|
||||||
|
Reference in New Issue
Block a user