From 808dfd5aab6e881297e6b618b05c9182274f5e3f Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Tue, 14 Apr 1992 21:41:30 +0000 Subject: Fix couple of function args that expect to be passed CONST pointers, and boolean functions that were returning NULL, which can be "void *" rather than just bare 0. --- bfd/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bfd/ChangeLog') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 455a6b4..4f22991 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +Tue Apr 14 14:34:42 1992 Fred Fish (fnf@cygnus.com) + + * elf.c (bfd_add_strtab, bfd_add_2_to_strtab): CONST spreads + like ooze. + * elf.c (elf_compute_section_file_positions, + elf_write_object_contents): Return boolean, not NULL (which + can be void *). + Fri Apr 10 22:29:18 1992 Fred Fish (fnf@cygnus.com) * configure.in: Recognize ncr3000 config -- cgit v1.1