diff options
author | Bernd Schmidt <bernds@codesourcery.com> | 2006-03-25 18:17:42 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds@codesourcery.com> | 2006-03-25 18:17:42 +0000 |
commit | 3b55e94a3e687605ef0a73649cbdac897ecc4fa1 (patch) | |
tree | 3d43c530cffd6c8819f951654d287d33cddb89a3 /bfd/ChangeLog | |
parent | 897731a2aea7add46cdd0fbfaeb1435b815d5e34 (diff) | |
download | gdb-3b55e94a3e687605ef0a73649cbdac897ecc4fa1.zip gdb-3b55e94a3e687605ef0a73649cbdac897ecc4fa1.tar.gz gdb-3b55e94a3e687605ef0a73649cbdac897ecc4fa1.tar.bz2 |
* elf32-bfin.c (bfd_const_reloc, bfd_oper_reloc, bfin_push_reloc,
RELOC_STACK_SIZE, reloc_stack, reloc_stack_tos, is_reloc_stack_empty,
reloc_stack_push, reloc_stack_pop, reloc_stack_operate,
bfin_areloc_howto_table): Delete. All
uses deleted as well.
(bfin_reloc_map): Delete all stack relocs.
(bfin_info_to_howto, bfin_bfd_reloc_type_lookup,
bfin_reloc_type_lookup): Don't support them.
(bfin_relocate_section): Don't try to handle them.
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 f8c8590..c73ac27 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +2006-03-25 Bernd Schmidt <bernd.schmidt@analog.com> + + * elf32-bfin.c (bfd_const_reloc, bfd_oper_reloc, bfin_push_reloc, + RELOC_STACK_SIZE, reloc_stack, reloc_stack_tos, is_reloc_stack_empty, + reloc_stack_push, reloc_stack_pop, reloc_stack_operate, + bfin_areloc_howto_table): Delete. All + uses deleted as well. + (bfin_reloc_map): Delete all stack relocs. + (bfin_info_to_howto, bfin_bfd_reloc_type_lookup, + bfin_reloc_type_lookup): Don't support them. + (bfin_relocate_section): Don't try to handle them. + 2006-03-25 Richard Sandiford <richard@codesourcery.com> * cpu-m68k.c (bfd_m68k_compatible): Treat ISA A+ and ISA B code as |