diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-08-12 22:15:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-08-12 22:15:25 +0000 |
commit | 8f46bac81578c1a812cc470d68c7bf570bd860de (patch) | |
tree | 5803aebcfb7a1909aee1cb512d6e809f1d649246 /bfd/ChangeLog | |
parent | 3f61fc966c04fc2aa6aa420ce363106383d11bd4 (diff) | |
download | gdb-8f46bac81578c1a812cc470d68c7bf570bd860de.zip gdb-8f46bac81578c1a812cc470d68c7bf570bd860de.tar.gz gdb-8f46bac81578c1a812cc470d68c7bf570bd860de.tar.bz2 |
* coff-aplha.alpha.c (alpha_howto_table, alpha_finish_reloc,
alpha_ecoff_swap_reloc_{in,out}, alpha_bfd_reloc_type_lookup):
Read and write Alpha relocs. Can't process them yet.
* ecoff.c (ecoff_slurp_reloc_table): Recognize new reloc sections.
If the section does not already exist, create it.
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 7c92691..8489853 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -18,6 +18,15 @@ Thu Aug 12 10:32:47 1993 David J. Mackenzie (djm@thepub.cygnus.com) Thu Aug 12 08:30:05 1993 Ian Lance Taylor (ian@cygnus.com) + * coff-aplha.alpha.c (alpha_howto_table, alpha_finish_reloc, + alpha_ecoff_swap_reloc_{in,out}, alpha_bfd_reloc_type_lookup): + Read and write Alpha relocs. Can't process them yet. + * ecoff.c (ecoff_slurp_reloc_table): Recognize new reloc sections. + If the section does not already exist, create it. + + * ecoffswap.h (ecoff_swap_pdr_{in,out}): Handle new fields defined + on the Alpha. + * libecoff.h (ecoff_backend_data): Added constructor_reloc and finish_reloc fields. * ecoff.c: Move MIPS reloc support from here... |