aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1998-11-02 02:34:41 +0000
committerJeff Law <law@redhat.com>1998-11-02 02:34:41 +0000
commitbe70e54ce9c6c81459b178ce698adaef68ed83dc (patch)
treefd6a38ad681fdc841334a704f31da9e67e0cca50 /bfd
parent9f83f953dc2c1975586a94794cd81fafd34d9a60 (diff)
downloadgdb-be70e54ce9c6c81459b178ce698adaef68ed83dc.zip
gdb-be70e54ce9c6c81459b178ce698adaef68ed83dc.tar.gz
gdb-be70e54ce9c6c81459b178ce698adaef68ed83dc.tar.bz2
* elf-m10300.c (mn10300_elf_relax_section): Do not use alloca,
use bfd_malloc and free instead and check return value from bfd_malloc.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index d4dba8a..3ca27b3 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+Sun Nov 1 19:32:28 1998 Jeffrey A Law (law@cygnus.com)
+
+ * elf-m10300.c (mn10300_elf_relax_section): Do not use alloca,
+ use bfd_malloc and free instead and check return value from bfd_malloc.
+
Sun Nov 1 16:20:35 1998 Ian Lance Taylor <ian@cygnus.com>
* libbfd-in.h (_bfd_dwarf1_find_nearest_line): Declare.