aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-07-13 17:57:53 +0000
committerIan Lance Taylor <ian@airs.com>1995-07-13 17:57:53 +0000
commit047e0fcd8e295567d47feb61488fbeb57dbf852d (patch)
treec622aeb4a929c693dc119a74e5edf2c27af3b49a /ld
parentc9c49bd961e402ad69197ce8fa9e7b7ff01ed612 (diff)
downloadgdb-047e0fcd8e295567d47feb61488fbeb57dbf852d.zip
gdb-047e0fcd8e295567d47feb61488fbeb57dbf852d.tar.gz
gdb-047e0fcd8e295567d47feb61488fbeb57dbf852d.tar.bz2
* ldexp.c (exp_intop): Don't cast stat_alloc arg to bfd_size_type;
it takes a size_t anyhow. (exp_binop): Likewise. (exp_trinop): Likewise. (exp_unop): Likewise. (exp_nameop): Likewise. (exp_assop): Likewise. * ldlang.c (lang_memory_region_lookup): Likewise. (init_os): Likewise. (ldlang_add_undef): Likewise. (insert_pad): Likewise. * ldfile.c (ldfile_add_arch): Don't cast xmalloc arg to bfd_size_type.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 1a1542e..dc9e88a 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,24 @@
+Thu Jul 13 13:52:10 1995 Ian Lance Taylor <ian@cygnus.com>
+
+ * emultempl/lnk960.em (ld_lnk960_emulation): Initialize
+ after_open field.
+
+ * ldexp.c (exp_intop): Don't cast stat_alloc arg to bfd_size_type;
+ it takes a size_t anyhow.
+ (exp_binop): Likewise.
+ (exp_trinop): Likewise.
+ (exp_unop): Likewise.
+ (exp_nameop): Likewise.
+ (exp_assop): Likewise.
+ * ldlang.c (lang_memory_region_lookup): Likewise.
+ (init_os): Likewise.
+ (ldlang_add_undef): Likewise.
+ (insert_pad): Likewise.
+ * ldfile.c (ldfile_add_arch): Don't cast xmalloc arg to
+ bfd_size_type.
+
+ * Makefile.in (ALL_EMULATIONS): It's earmaoutb.o, not earmoutb.o.
+
Wed Jul 12 11:32:22 1995 Ian Lance Taylor <ian@cygnus.com>
* ldemul.h (ldemul_open_dynamic_archive): Add search parameter to