aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-01-25 18:20:50 +0000
committerIan Lance Taylor <ian@airs.com>1994-01-25 18:20:50 +0000
commit71d58b5976f6441f318a3410f1caa521fc475296 (patch)
tree5a666a4d9c06ce8316c405009677da66fe68cd74
parent751446f635031a1bbafe755255a2ea09fdf2d948 (diff)
downloadgdb-71d58b5976f6441f318a3410f1caa521fc475296.zip
gdb-71d58b5976f6441f318a3410f1caa521fc475296.tar.gz
gdb-71d58b5976f6441f318a3410f1caa521fc475296.tar.bz2
* archive.c (do_slurp_bsd_armap, bfd_slurp_bsd_armap_f2): Do not
try to overlay the internal carsyms on the external symdefs. That can not work if the size of a host pointer is larger than 4 bytes.
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 41ac7e2..37168b9 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -8,6 +8,14 @@ Tue Jan 25 11:43:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
Tue Jan 25 11:46:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+ * archive.c (do_slurp_bsd_armap, bfd_slurp_bsd_armap_f2): Do not
+ try to overlay the internal carsyms on the external symdefs. That
+ can not work if the size of a host pointer is larger than 4 bytes.
+
+ * format.c (bfd_check_format_matches): Cast result of
+ bfd_xmalloc_by_size_t.
+ * opncls.c (_bfd_new_bfd): Avoid ANSI C prototype.
+
* archive.c: Reindented to GNU standards.
Mon Jan 24 14:41:23 1994 David J. Mackenzie (djm@thepub.cygnus.com)