Cleanup; fix some aborts

This commit is contained in:
Michael Meissner 1997-01-14 00:41:55 +00:00
parent 003df61759
commit 0ce71ebd3d
1 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,15 @@
start-sanitize-v850
Mon Jan 13 19:36:25 1997 Michael Meissner <meissner@tiktok.cygnus.com>
* elf32-v850.c (v850_elf_howto_table): Set the special_function
table to v850_elf_reloc for all non-standard relocations.
(v850_elf_check_relocs): Add check for h being non-null.
(v850_elf_reloc): Add R_V850_ZDA_OFFSET support. Use switch
statement instead of multiple ifs.
(v850_elf_relocate_section): Fix up error message, don't just call
abort.
end-sanitize-v850
Mon Jan 6 13:28:35 1997 Jeffrey A Law (law@cygnus.com)
* elf32-mn10200.c (elf_mn10200_howto): Don't ever set partial-inplace.