From: Michael Meissner Date: Wed, 8 May 1996 13:41:00 +0000 (+0000) Subject: Fixes for ppcboot X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aefee5c89fce5309562844914a9725a3f3733cc0;p=binutils-gdb.git Fixes for ppcboot --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b6f5b6f0669..974703c7bb7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +Wed May 8 09:17:34 1996 Michael Meissner + + * ppcboot.c (ppcboot_object_p): Check for type 0x41 in partition + table. Call BFD_ASSERT to validate header size, instead of + calling fatal. + (ppcboot_bfd_print_private_bfd_data): Put quotes around partition + name. + Tue May 7 16:10:19 1996 Michael Meissner * ppcboot.c: New target for looking at PPCbug boot records.