diff options
author | Fred Fish <fnf@specifix.com> | 1992-04-14 21:41:30 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-04-14 21:41:30 +0000 |
commit | 808dfd5aab6e881297e6b618b05c9182274f5e3f (patch) | |
tree | eab1e45818a4a3b33a860ee0a2729dca95874b4a /bfd/ChangeLog | |
parent | f0e8711d9e3d33f04af5b7dfa9d2bd0fab7c36df (diff) | |
download | gdb-808dfd5aab6e881297e6b618b05c9182274f5e3f.zip gdb-808dfd5aab6e881297e6b618b05c9182274f5e3f.tar.gz gdb-808dfd5aab6e881297e6b618b05c9182274f5e3f.tar.bz2 |
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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
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 |