aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-04-01 10:18:54 +0000
committerNick Clifton <nickc@redhat.com>2003-04-01 10:18:54 +0000
commitaf3ef9fe5c1b25265c6c6188a48020b5e6512b75 (patch)
tree8246c62e7a96224f04427a763f4d7ea1fe3d2c9a /bfd/ChangeLog
parenta6e028719aaa327ac9d4f22cb5da4716f55de60a (diff)
downloadgdb-af3ef9fe5c1b25265c6c6188a48020b5e6512b75.zip
gdb-af3ef9fe5c1b25265c6c6188a48020b5e6512b75.tar.gz
gdb-af3ef9fe5c1b25265c6c6188a48020b5e6512b75.tar.bz2
Remove use of concat() inside concat_filename()
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 007d400..897ab4b 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2003-04-01 Nick Clifton <nickc@redhat.com>
+
+ * dwarf2.c (concat_filename): Use bfd_malloc() and strdup()
+ instead of concat().
+ (decode_line_info): Only free filename if it is not NULL.
+
2003-03-31 Andreas Schwab <schwab@suse.de>
Daniel Jacobowitz <drow@mvista.com>