From: Michael Meissner Date: Mon, 24 Apr 1995 12:41:37 +0000 (+0000) Subject: Do not continue processing unknown symbols. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a96c03cca51b1b534cbed24f5d58ae21d83f5ae0;p=binutils-gdb.git Do not continue processing unknown symbols. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 456a9c523b9..de3cfe23530 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Mon Apr 24 08:33:12 1995 Michael Meissner + + * elf32-ppc.c (ppc_elf_relocate_section): Do not continue + processing unknown symbols to prevent a cascade of errors. + Fri Apr 21 12:48:48 1995 Ken Raeburn Patches from H.J. Lu for Linux ELF core file support.