aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-10-24 20:43:23 +0000
committerIan Lance Taylor <ian@airs.com>1996-10-24 20:43:23 +0000
commite32ded5231b1daa9e4173477ee86f7fae401100d (patch)
tree9401562b7eea89ef0361fe3d0885f9126fbbe617 /binutils
parent3723a1a9f1bb80bb202ea3a57f42b35da44ec5ca (diff)
downloadgdb-e32ded5231b1daa9e4173477ee86f7fae401100d.zip
gdb-e32ded5231b1daa9e4173477ee86f7fae401100d.tar.gz
gdb-e32ded5231b1daa9e4173477ee86f7fae401100d.tar.bz2
* rddbg.c (read_section_stabs_debugging_info): Preserve the
backslash when concatenating multiple stabs strings.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 9b16fc3..9310fe3 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+Thu Oct 24 16:42:10 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ * rddbg.c (read_section_stabs_debugging_info): Preserve the
+ backslash when concatenating multiple stabs strings.
+
Thu Oct 10 11:36:31 1996 Doug Evans <dje@canuck.cygnus.com>
* dlltool.c (scan_open_obj_file): Fix loop exit test.