diff options
author | Jeff Law <law@redhat.com> | 1996-08-31 16:24:18 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-08-31 16:24:18 +0000 |
commit | 237b5c4c9a06de328ad591ef904d73d47f9344d7 (patch) | |
tree | 7864aeeaaad83db3ce9334c7e1b27996f444334c /bfd/ChangeLog | |
parent | 69ae4b82dccc467ad7d23a0c90b04ee4b884e39e (diff) | |
download | gdb-237b5c4c9a06de328ad591ef904d73d47f9344d7.zip gdb-237b5c4c9a06de328ad591ef904d73d47f9344d7.tar.gz gdb-237b5c4c9a06de328ad591ef904d73d47f9344d7.tar.bz2 |
* elf32-v850.c (enum reloc_type): Add R_V850_{32,16,8}.
(elf_v850_howto_table): Add support for R_V850_{32,16,8}.
(v850_reloc_map): Add translation from BFD_RELOC_{32,16,8}
to R_V850_{32,16,8}.
So we don't get "reloc XXX not supported" messages anymore.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b8e6b14..95bcbf3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,4 +1,11 @@ start-sanitize-v850 +Sat Aug 31 10:22:25 1996 Jeffrey A Law (law@cygnus.com) + + * elf32-v850.c (enum reloc_type): Add R_V850_{32,16,8}. + (elf_v850_howto_table): Add support for R_V850_{32,16,8}. + (v850_reloc_map): Add translation from BFD_RELOC_{32,16,8} + to R_V850_{32,16,8}. + Fri Aug 30 18:06:04 1996 J.T. Conklin <jtc@hippo.cygnus.com> * elf32-v850.c (reloc_type): Add R_V850_HI16_S. |