projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f83f95
)
* elf-m10300.c (mn10300_elf_relax_section): Do not use alloca,
author
Jeff Law
<law@redhat.com>
Mon, 2 Nov 1998 02:34:41 +0000
(
02:34
+0000)
committer
Jeff Law
<law@redhat.com>
Mon, 2 Nov 1998 02:34:41 +0000
(
02:34
+0000)
use bfd_malloc and free instead and check return value from bfd_malloc.
bfd/ChangeLog
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index d4dba8a607dd16504a0fc9d22fc7386d4765e74f..3ca27b3c43b9fa7f96c91c4bfe264ec83d297754 100644
(file)
--- 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.