aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-09-25 20:55:50 +0000
committerIan Lance Taylor <ian@airs.com>1995-09-25 20:55:50 +0000
commitf1c6dd5d163360c9dadd850ebe0069e1774cb8c9 (patch)
treeb5387110ef65e0f36c25abcde93f870995f3eb51 /bfd/ChangeLog
parentf0500a41d0ddc48901ae1136a05aa9607b9dfd5a (diff)
downloadgdb-f1c6dd5d163360c9dadd850ebe0069e1774cb8c9.zip
gdb-f1c6dd5d163360c9dadd850ebe0069e1774cb8c9.tar.gz
gdb-f1c6dd5d163360c9dadd850ebe0069e1774cb8c9.tar.bz2
* libaout.h (struct aoutdata): Add line_buf field.
* aoutx.h (NAME(aout,find_nearest_line)): Remove statics buffer and filename_buffer. Instead, use a malloc buffer stored in the new line_buf field. Remove length restrictions.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index abfd39c..e46e568 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -5,6 +5,11 @@ Mon Sep 25 16:04:09 1995 Michael Meissner <meissner@tiktok.cygnus.com>
Mon Sep 25 11:48:02 1995 Ian Lance Taylor <ian@cygnus.com>
+ * libaout.h (struct aoutdata): Add line_buf field.
+ * aoutx.h (NAME(aout,find_nearest_line)): Remove statics buffer
+ and filename_buffer. Instead, use a malloc buffer stored in the
+ new line_buf field. Remove length restrictions.
+
* coffgen.c (string_size): Remove static variable.
(debug_string_size, debug_string_section): Likewise.
(coff_fix_symbol_name): Add string_size_p, debug_string_section_p,