diff options
author | Kim Knuttila <krk@cygnus> | 1995-11-16 20:51:08 +0000 |
---|---|---|
committer | Kim Knuttila <krk@cygnus> | 1995-11-16 20:51:08 +0000 |
commit | cd2b240203746798651ee052ac0ce7bd31a9263d (patch) | |
tree | bfc89e589697aa634615c5b77683be5d189f145a /bfd/ChangeLog | |
parent | c4a14eefe288742860bae12016ed50a8bb2f82d9 (diff) | |
download | gdb-cd2b240203746798651ee052ac0ce7bd31a9263d.zip gdb-cd2b240203746798651ee052ac0ce7bd31a9263d.tar.gz gdb-cd2b240203746798651ee052ac0ce7bd31a9263d.tar.bz2 |
Reloc fixes for PowerPC PE
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c24dfb7..ffadb6d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Thu Nov 16 15:16:42 1995 Kim Knuttila <krk@cygnus.com> + + * coff-ppc.c (ppc_record_data_in_toc_entry): new function + (coff_ppc_relocate_section): Handle TOCDEFN attribute + (coff_ppc_relocate_section): Correct REL24 handling + (ppc_process_before_allocation): Correct TOCDEFN handling + + * peicode.h (dir_names): Added name descriptions + Thu Nov 16 03:38:03 1995 Ken Raeburn <raeburn@cygnus.com> * VERSION: Updated to cygnus-2.6. |