diff options
author | Nick Clifton <nickc@redhat.com> | 2003-04-01 10:31:34 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-04-01 10:31:34 +0000 |
commit | 0cf5dc8c2df4e5edbfb4775512ddc599320bd8d5 (patch) | |
tree | d6dd66837f6ce52b10e7b473a51c79188914e836 /bfd/ChangeLog | |
parent | 6e39c9f6755d98b72a66a03072d27b9e1dc39185 (diff) | |
download | gdb-0cf5dc8c2df4e5edbfb4775512ddc599320bd8d5.tar.gz |
Make add_line_info() take a copy of the filename.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 897ab4b411f..4e59f8ba0f5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -3,6 +3,8 @@ * dwarf2.c (concat_filename): Use bfd_malloc() and strdup() instead of concat(). (decode_line_info): Only free filename if it is not NULL. + (add_line_info): Make a copy of the filename when storing it into + the info structure. 2003-03-31 Andreas Schwab <schwab@suse.de> Daniel Jacobowitz <drow@mvista.com> |