aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorMark Alexander <marka@cygnus>1996-09-02 23:23:11 +0000
committerMark Alexander <marka@cygnus>1996-09-02 23:23:11 +0000
commit71bcbd25c8de920f8110de23ff75a794394d8cd6 (patch)
tree602d2ea1c55dd29df125bd0dafc74c4ce292a2c9 /bfd
parent44789bee66aa8ecda900a4b7737435a6785e45b6 (diff)
downloadgdb-71bcbd25c8de920f8110de23ff75a794394d8cd6.zip
gdb-71bcbd25c8de920f8110de23ff75a794394d8cd6.tar.gz
gdb-71bcbd25c8de920f8110de23ff75a794394d8cd6.tar.bz2
Remove reloc.c from v850_files.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/.Sanitize2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize
index c46fb33..2113c38 100644
--- a/bfd/.Sanitize
+++ b/bfd/.Sanitize
@@ -31,7 +31,7 @@ else
lose_these_too="${d10v_files} ${lose_these_too}"
fi
-v850_files="cpu-v850.c elf32-v850.c reloc.c"
+v850_files="cpu-v850.c elf32-v850.c"
if ( echo $* | grep keep\-v850 > /dev/null ) ; then
keep_these_too="${v850_files} ${keep_these_too}"