diff options
Diffstat (limited to 'bfd/.Sanitize')
-rw-r--r-- | bfd/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/.Sanitize b/bfd/.Sanitize index 2113c38..c46fb33 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" +v850_files="cpu-v850.c elf32-v850.c reloc.c" if ( echo $* | grep keep\-v850 > /dev/null ) ; then keep_these_too="${v850_files} ${keep_these_too}" |