summaryrefslogtreecommitdiffstats
path: root/ChangeLog.csl
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2006-04-27 17:01:18 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2006-04-27 17:01:18 +0000
commit7c61777233452aaa5cee8ffda603954163c44790 (patch)
treed6247df63e91fb0c3163a5125baf696978610d52 /ChangeLog.csl
parentc2d34dea6e21e73b54ef7a278d80815fcf83c8e8 (diff)
downloadcygnal-7c61777233452aaa5cee8ffda603954163c44790.tar.gz
cygnal-7c61777233452aaa5cee8ffda603954163c44790.tar.bz2
cygnal-7c61777233452aaa5cee8ffda603954163c44790.zip
bfd/
* elf32-m68k.c (elf_m68k_pcrel_insn): New structure. (elf_m68k_plt_info): Likewise. (elf_m68k_plt_info): New table. (CFV4E_PLT_ENTRY_SIZE): Rename to... (ISAB_PLT_ENTRY_SIZE): ...this. (CFV4E_FLAG): Delete. (elf_cfv4e_plt0_entry): Rename to... (elf_isab_plt0_entry): ...this. Adjust comments. Use (-6,%pc,%d0) for the second instruction too. (elf_cfv4e_plt_entry): Rename to... (elf_isab_plt_entry): ...this. Adjust comments and use (-6,%pc,%d0). (elf_isab_plt_info): New table. (CPU32_FLAG): Delete. (PLT_CPU32_ENTRY_SIZE): Rename to... (CPU32_PLT_ENTRY_SIZE): ...this. (elf_cpu32_plt0_entry): Update bounds accordingly. (elf_cpu32_plt_entry): Likewise. (elf_cpu32_plt_info): New table. (elf_m68k_link_hash_table): Add a plt_info field. (elf_m68k_link_hash_table_create): Initialize it. (elf_m68k_get_plt_info): New function. (elf_m68k_always_size_sections): Likewise. (elf_m68k_adjust_dynamic_symbol): Use the plt_info hash table field. (elf_m68k_install_pcrel_field): New function. (elf_m68k_finish_dynamic_symbol): Factor code using plt_info and elf_m68k_install_pcrel_field. (elf_m68k_finish_dynamic_sections): Likewise. (elf_m68k_plt_sym_val): Use elf_m68k_get_plt_info. (elf_backend_always_size_sections): Define.
Diffstat (limited to 'ChangeLog.csl')
-rw-r--r--ChangeLog.csl33
1 files changed, 33 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 7322b23ec..fb12d9136 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,36 @@
+2006-04-27 Richard Sandiford <richard@codesourcery.com>
+
+ bfd/
+ * elf32-m68k.c (elf_m68k_pcrel_insn): New structure.
+ (elf_m68k_plt_info): Likewise.
+ (elf_m68k_plt_info): New table.
+ (CFV4E_PLT_ENTRY_SIZE): Rename to...
+ (ISAB_PLT_ENTRY_SIZE): ...this.
+ (CFV4E_FLAG): Delete.
+ (elf_cfv4e_plt0_entry): Rename to...
+ (elf_isab_plt0_entry): ...this. Adjust comments. Use (-6,%pc,%d0)
+ for the second instruction too.
+ (elf_cfv4e_plt_entry): Rename to...
+ (elf_isab_plt_entry): ...this. Adjust comments and use (-6,%pc,%d0).
+ (elf_isab_plt_info): New table.
+ (CPU32_FLAG): Delete.
+ (PLT_CPU32_ENTRY_SIZE): Rename to...
+ (CPU32_PLT_ENTRY_SIZE): ...this.
+ (elf_cpu32_plt0_entry): Update bounds accordingly.
+ (elf_cpu32_plt_entry): Likewise.
+ (elf_cpu32_plt_info): New table.
+ (elf_m68k_link_hash_table): Add a plt_info field.
+ (elf_m68k_link_hash_table_create): Initialize it.
+ (elf_m68k_get_plt_info): New function.
+ (elf_m68k_always_size_sections): Likewise.
+ (elf_m68k_adjust_dynamic_symbol): Use the plt_info hash table field.
+ (elf_m68k_install_pcrel_field): New function.
+ (elf_m68k_finish_dynamic_symbol): Factor code using plt_info and
+ elf_m68k_install_pcrel_field.
+ (elf_m68k_finish_dynamic_sections): Likewise.
+ (elf_m68k_plt_sym_val): Use elf_m68k_get_plt_info.
+ (elf_backend_always_size_sections): Define.
+
2006-04-26 Julian Brown <julian@codesourcery.com>
* gas/config/tc-arm.c (parse_vfp_reg_list): Improve register bounds