diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-11-09 16:33:28 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-11-09 16:33:28 +0000 |
commit | 95469b0290dd0db99e9c0d294ff46c2ba488c09f (patch) | |
tree | fcba1bc9a0917ad86b3e9dee1b355edd54b198e7 /bfd/ChangeLog | |
parent | 7420b02b8d21baf352e8059daf2c73cba8d18941 (diff) | |
download | gdb-95469b0290dd0db99e9c0d294ff46c2ba488c09f.zip gdb-95469b0290dd0db99e9c0d294ff46c2ba488c09f.tar.gz gdb-95469b0290dd0db99e9c0d294ff46c2ba488c09f.tar.bz2 |
* libelf.h: Added some comments.
(struct elf_backend_data): Added elf_backend_ecoff_debug_swap
field. Removed unused write_relocs field.
* elf32-target.h: Adjusted elf_backend_data initialization
accordingly.
* elf64-target.h: Corrected elf_backend_data initialization to
fill in all fields and to set elf_64_p to 1.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d0a7f59..0cc7410 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +Tue Nov 9 11:26:05 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * libelf.h: Added some comments. + (struct elf_backend_data): Added elf_backend_ecoff_debug_swap + field. Removed unused write_relocs field. + * elf32-target.h: Adjusted elf_backend_data initialization + accordingly. + * elf64-target.h: Corrected elf_backend_data initialization to + fill in all fields and to set elf_64_p to 1. + Mon Nov 8 18:13:14 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * elfcode.h (bfd_section_from_shdr): Remove duplicate assignment |