diff options
author | Michael Meissner <gnu@the-meissners.org> | 1997-01-14 00:41:55 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1997-01-14 00:41:55 +0000 |
commit | 0ce71ebd3d7c82456f44cea905f01a3c352e5943 (patch) | |
tree | 28015fe5a906c38fdc5d767849565be9b152b10c /bfd/ChangeLog | |
parent | 003df61759ea3d819edb67056bf8acc0060b8e56 (diff) | |
download | gdb-0ce71ebd3d7c82456f44cea905f01a3c352e5943.zip gdb-0ce71ebd3d7c82456f44cea905f01a3c352e5943.tar.gz gdb-0ce71ebd3d7c82456f44cea905f01a3c352e5943.tar.bz2 |
Cleanup; fix some aborts
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0640c0f..f46b6ff 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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. |