diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-05-08 13:41:00 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-05-08 13:41:00 +0000 |
commit | aefee5c89fce5309562844914a9725a3f3733cc0 (patch) | |
tree | 7090b31f24268442668212fd5e6e54ca99737bd5 /bfd | |
parent | 4db6401f2787b7243e7d55e1533db69906800da0 (diff) | |
download | gdb-aefee5c89fce5309562844914a9725a3f3733cc0.zip gdb-aefee5c89fce5309562844914a9725a3f3733cc0.tar.gz gdb-aefee5c89fce5309562844914a9725a3f3733cc0.tar.bz2 |
Fixes for ppcboot
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b6f5b6f..974703c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,11 @@ +Wed May 8 09:17:34 1996 Michael Meissner <meissner@tiktok.cygnus.com> + + * 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 <meissner@tiktok.cygnus.com> * ppcboot.c: New target for looking at PPCbug boot records. |