From: Mark Alexander Date: Mon, 2 Sep 1996 23:23:11 +0000 (+0000) Subject: Remove reloc.c from v850_files. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=71bcbd25c8de920f8110de23ff75a794394d8cd6;p=binutils-gdb.git Remove reloc.c from v850_files. --- diff --git a/bfd/.Sanitize b/bfd/.Sanitize index c46fb33eca0..2113c387653 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}"