From: Steve Chamberlain Date: Thu, 28 Sep 1995 22:51:39 +0000 (+0000) Subject: * dlltool.c: (gen_exp_file): Always emit a .reloc section if relocatable. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7e3fa3b2496a092506334c3d5b7b7a9386388bdc;p=binutils-gdb.git * dlltool.c: (gen_exp_file): Always emit a .reloc section if relocatable. (imp_name_lab): New. (gen_def_file): New. (gen_lib_file): Use imp_name_lab. (main): Initialize imp_name_lab. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 06e63eaffdf..d3b67eb56fc 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +Thu Sep 28 15:49:00 1995 steve chamberlain + + * dlltool.c: (gen_exp_file): Always emit a .reloc section if relocatable. + (imp_name_lab): New. + (gen_def_file): New. + (gen_lib_file): Use imp_name_lab. + (main): Initialize imp_name_lab. + Mon Sep 25 12:05:34 1995 Ian Lance Taylor * configure.in: Call AC_HEADER_SYS_WAIT.