diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1996-08-31 01:32:13 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1996-08-31 01:32:13 +0000 |
commit | 01b49cb35bd15bde6c68cb87daa2fe47c6db02d7 (patch) | |
tree | d551a5bf1764fa60f632ba94a8fea6b5611e66e3 /bfd/.Sanitize | |
parent | d44b697b7804438f5b1799a2e40dee3efe535174 (diff) | |
download | gdb-01b49cb35bd15bde6c68cb87daa2fe47c6db02d7.zip gdb-01b49cb35bd15bde6c68cb87daa2fe47c6db02d7.tar.gz gdb-01b49cb35bd15bde6c68cb87daa2fe47c6db02d7.tar.bz2 |
* elf32-v850.c (reloc_type): Add R_V850_HI16_S.
(elf_v850_howto_table): Add info for HI16_S reloc.
(v850_reloc_map): Add HI_16_S reloc.
* reloc.c: Define BFD_RELOC_V850_* relocs.
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}" |