From: Jeff Law Date: Sun, 20 Mar 1994 21:39:35 +0000 (+0000) Subject: * trad-core.c (trad_unix_core_file_p): Don't pass abfd to X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=61bcbf40afa21be19538ae8ecddb6c22b2ceb4e8;p=binutils-gdb.git * trad-core.c (trad_unix_core_file_p): Don't pass abfd to bfd_zmalloc. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b756f626057..7dcfd9b73db 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Sun Mar 20 09:24:36 1994 Jeffrey A. Law (law@snake.cs.utah.edu) + * trad-core.c (trad_unix_core_file_p): Don't pass abfd to + bfd_zmalloc. + * som.c (som_begin_writing): Fix braino (one call to align space/subspace data was done unconditionally rather than just for executables.)