diff options
author | Jeff Law <law@redhat.com> | 1994-02-13 06:36:41 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-02-13 06:36:41 +0000 |
commit | 5e829a3440363ab8ceee0b7d273600ee1d1af417 (patch) | |
tree | b246f2983177e32235731b1b80d762f975105589 /bfd/ChangeLog | |
parent | 45fc3ed43b351139442c41404c482a7da61465e4 (diff) | |
download | gdb-5e829a3440363ab8ceee0b7d273600ee1d1af417.zip gdb-5e829a3440363ab8ceee0b7d273600ee1d1af417.tar.gz gdb-5e829a3440363ab8ceee0b7d273600ee1d1af417.tar.bz2 |
* elfcode.h (elf_map_symbols): Fix typo.
(write_object_contents): Check return values from prep_headers and
elf_compute_section_file_positions.
(set_section_contents): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 14c77fe..e8da4b9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Sat Feb 12 22:34:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu) + + * elfcode.h (elf_map_symbols): Fix typo. + (write_object_contents): Check return values from prep_headers and + elf_compute_section_file_positions. + (set_section_contents): Likewise. + Fri Feb 11 16:56:50 1994 David J. Mackenzie (djm@thepub.cygnus.com) * archive.c (normalize) [VMS]: Call malloc, not bfd_xmalloc. |