diff options
author | Jeff Law <law@redhat.com> | 1994-03-20 21:39:35 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-03-20 21:39:35 +0000 |
commit | 61bcbf40afa21be19538ae8ecddb6c22b2ceb4e8 (patch) | |
tree | d950cf80280f32bbef98d05566c47af408cab5c4 | |
parent | c37f6138d4ddd445f69cfc8299ae41a91d3a2978 (diff) | |
download | gdb-61bcbf40afa21be19538ae8ecddb6c22b2ceb4e8.zip gdb-61bcbf40afa21be19538ae8ecddb6c22b2ceb4e8.tar.gz gdb-61bcbf40afa21be19538ae8ecddb6c22b2ceb4e8.tar.bz2 |
* trad-core.c (trad_unix_core_file_p): Don't pass abfd to
bfd_zmalloc.
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b756f62..7dcfd9b 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.) |