From d9d65be67014b5cfcee882fe130d8b635b4b4fa8 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 13 Feb 1996 21:00:00 +0000 Subject: [PATCH] Tue Feb 13 15:56:22 1996 Bryan Ford * i386msdos.c: Remove some #if 0 code. (msdos_write_object_contents): Don't include empty sections in the size computation, regardless of their address. --- bfd/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2320cce162..5b9276b109 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +Tue Feb 13 15:56:22 1996 Bryan Ford + + * i386msdos.c: Remove some #if 0 code. + (msdos_write_object_contents): Don't include empty sections in the + size computation, regardless of their address. + +Tue Feb 13 15:36:37 1996 Michael Meissner + + * elf32-ppc.c (ppc_elf_relocate_section): Don't segfault if dynboj + is NULL, ie, the -r switch is used. + Tue Feb 13 14:35:15 1996 Ian Lance Taylor * configure.host: Set HDLFLAGS for *-*-hpux with --enable-shared.