aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1993-07-20 22:42:59 +0000
committerFred Fish <fnf@specifix.com>1993-07-20 22:42:59 +0000
commitaf0175cf41c785acf919f274e85708850f28c920 (patch)
treeb101d0fd2f2cfbfd25bc84b4d63b930a0d8ba61a /bfd
parent23d3557255ae19314c94466cd803fcd8b890dae8 (diff)
downloadgdb-af0175cf41c785acf919f274e85708850f28c920.zip
gdb-af0175cf41c785acf919f274e85708850f28c920.tar.gz
gdb-af0175cf41c785acf919f274e85708850f28c920.tar.bz2
* elfcode.h: Fix several illegal pointer combination warnings for
usages of bfd_alloc and alloca.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 1de9b39..0d5e26e 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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.