From: Jeff Law Date: Thu, 4 Nov 1993 16:58:27 +0000 (+0000) Subject: * From Pete Hoogenboom (hoogen@cs.utah.edu) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fa8e86489b73d2d083a0d0f8a454e3eae54609c6;p=binutils-gdb.git * From Pete Hoogenboom (hoogen@cs.utah.edu) * elf32-hppa.c (hppa_elf_get_section_contents): Fix logic error in last change. Always rebuild symbol extension section the first time though if output sections exist (fixes ld -r problems). --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 114e6dde51f..71ca707c276 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Thu Nov 4 08:54:30 1993 Jeffrey A. Law (law@snake.cs.utah.edu) + + * From Pete Hoogenboom (hoogen@cs.utah.edu) + * elf32-hppa.c (hppa_elf_get_section_contents): Fix logic error + in last change. Always rebuild symbol extension section the first + time though if output sections exist (fixes ld -r problems). + Thu Nov 04 08:08:46 1993 Jeffrey Wheat (cassidy@cygnus.com) * Makefile.in: Add .PHONY for check and installcheck rules.