diff options
author | Nick Clifton <nickc@redhat.com> | 1997-08-18 18:42:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-08-18 18:42:35 +0000 |
commit | def47b537e22f5f9fb3cad980cf6adbc710598bd (patch) | |
tree | f9ea0148fb1d937ab036b3861d388f90f514e341 /bfd/ChangeLog | |
parent | 492c267000a0dc490804a065c2e58716650cb69a (diff) | |
download | gdb-def47b537e22f5f9fb3cad980cf6adbc710598bd.zip gdb-def47b537e22f5f9fb3cad980cf6adbc710598bd.tar.gz gdb-def47b537e22f5f9fb3cad980cf6adbc710598bd.tar.bz2 |
Add support for v850e and v850eq targets.
Add support for BFD_RELOC_V850_PCREL relocation.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c8be16b..d59ba5d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,47 @@ +start-sanitize-v850 +Mon Aug 18 11:36:19 1997 Nick Clifton <nickc@cygnus.com> + + * elf32-v850.c (v850_elf_howto_table, v850_elf_reloc_map, + v850_elf_check_relocs, v850_elf_reloc, + v850_elf_final_link_relocate): Add support for + BFD_RELOC_V850_16_PCREL relocation. + + * reloc.c (COMMENT): Add suuport for BFD_RELOC_V850_16_PCREL + relocation. + + * libbfd.h: Add support for BFD_RELOC_V850_16_PCREL relocation. + + * bfd-in2.h: Add support for BFD_RELOC_V850_16_PCREL relocation. +end-sanitize-v850 + +start-sanitize-v850e +Mon Aug 18 11:33:56 1997 Nick Clifton <nickc@cygnus.com> + + * cpu-v850e: New file. + + * elf.c (prep_headers): Add support for v850e target. + + * bfd-in2.h (bfd_architecture): Add support for v850e target. + + * config.bfd: Add support for v850e target. + + * archures.c: Add support for v850e target. +end-sanitize-v850e + +start-sanitize-v850eq +Mon Aug 18 11:33:56 1997 Nick Clifton <nickc@cygnus.com> + + * cpu-v850eq: New file. + + * elf.c (prep_headers): Add support for v850eq target. + + * bfd-in2.h (bfd_architecture): Add support for v850eq target. + + * config.bfd: Add support for v850eq target. + + * archures.c: Add support for v850eq target. +end-sanitize-v850eq + Fri Aug 15 12:01:28 1997 Ian Lance Taylor <ian@cygnus.com> * coffgen.c (coff_find_nearest_line): Correctly handle the offset |