aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-12-27 21:44:58 +0000
committerUlrich Drepper <drepper@redhat.com>1998-12-27 21:44:58 +0000
commit4b68b83dc064a39731ee8144dbfa64c5e073f003 (patch)
treec12bfdab7a968cd57937d7530ae3cfb223c8f32f /ld
parent975c2886bae84e9364a5f906a856ccc41d5046d3 (diff)
downloadfsf-binutils-gdb-4b68b83dc064a39731ee8144dbfa64c5e073f003.zip
fsf-binutils-gdb-4b68b83dc064a39731ee8144dbfa64c5e073f003.tar.gz
fsf-binutils-gdb-4b68b83dc064a39731ee8144dbfa64c5e073f003.tar.bz2
Update.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 535e79a..78b05de 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,29 @@
+1998-12-27 Ulrich Drepper <drepper@cygnus.com>
+
+ * lexsup.c (parse_args, case OPTION_RPATH): Avoid adding duplicate
+ elements to rpath.
+
+Thu Dec 10 11:12:28 1998 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
+
+ * Makefile.am (ALL_EMULATIONS): Remove pe-dll.o and deffilep.o.
+ (ALL_EMUL_EXTRA_OFILES): New variable. Put them here instead.
+ * configure.in: Set EMUL_EXTRA_OFILES to $(ALL_EMUL_EXTRA_OFILES)
+ if configuring with all targets.
+ * configure, Makefile.in, aclocal.m4: Rebuild.
+
+ * emultempl/pe.em (pe_enable_stdcall_fixup): Make static.
+ (pe_dll_do_default_excludes): Removed, unused.
+ (pe_def_file, pe_dll_export_everything, pe_dll_kill_ats,
+ pe_dll_stdcall_aliases): Don't initialize them, this file may be
+ compiled more than once.
+ * pe-dll.c (pe_def_file, pe_dll_export_everything,
+ pe_dll_do_default_excludes, pe_dll_kill_ats,
+ pe_dll_stdcall_aliases): Define and initialize them here instead.
+ (generate_reloc): Fix allocation of reloc_addresses array to use
+ bfd_vma instead of unsigned long. Fix element size in qsort call.
+ (reloc_sort): Compare pointers to bfd_vma instead of unsigned
+ long.
+
Mon Dec 7 21:10:09 1998 J.J. van der Heijden <j.j.vanderheijden@student.utwente.nl>
* configure.tgt (i[3456]86-*-mingw32*): Add cygwin target specific