* elfcode.h: Fix several illegal pointer combination warnings for

usages of bfd_alloc and alloca.
This commit is contained in:
Fred Fish 1993-07-20 22:42:59 +00:00
parent 23d3557255
commit af0175cf41

View File

@ -1,5 +1,8 @@
Tue Jul 20 15:02:23 1993 Fred Fish (fnf@deneb.cygnus.com)
* elfcode.h: Fix several illegal pointer combination warnings for
usages of bfd_alloc and alloca.
* libnlm.h (nlm_obj_tdata): Rename hidden struct members to avoid
apparent Sun C preprocessor recursion. Fix access macros.
* nlmcode.h: Remove spurious '&' before several array references.