From: David D. Zuhn Date: Fri, 2 Oct 1992 00:52:49 +0000 (+0000) Subject: avoid compiler warnings X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2652a49c499dc28df9e7506162faaebc371f7ba7;p=binutils-gdb.git avoid compiler warnings --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 8afbf79a60f..10dbfe7eea3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 1 17:51:07 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) + + * seclet.c: cast result of bfd_get_relocated_section_contents to + avoid compiler warnings + Tue Sep 29 13:24:09 1992 Ken Raeburn (raeburn@cygnus.com) * coffcode.h (coff_section_symbol): Create section if it doesn't diff --git a/bfd/seclet.c b/bfd/seclet.c index c791dff39d8..d95a8448356 100644 --- a/bfd/seclet.c +++ b/bfd/seclet.c @@ -83,7 +83,7 @@ DEFUN(rel,(abfd, seclet, output_section, data), && !(output_section->flags & SEC_NEVER_LOAD) && seclet->size) { - data = bfd_get_relocated_section_contents(abfd, seclet, data); + data = (PTR) bfd_get_relocated_section_contents(abfd, seclet, data); if(bfd_set_section_contents(abfd, output_section, data,