aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-01-16 19:56:43 +0000
committerIan Lance Taylor <ian@airs.com>1998-01-16 19:56:43 +0000
commitaf8e4ed9b1fb68a84c22ab707a8eaa0d5eb2c075 (patch)
treecbc1cd4be3139db5765a424ccfa013996b43a893 /gas
parent9ca4498fd5f9123d75406bcad73e80ec63dad7bb (diff)
downloadgdb-af8e4ed9b1fb68a84c22ab707a8eaa0d5eb2c075.zip
gdb-af8e4ed9b1fb68a84c22ab707a8eaa0d5eb2c075.tar.gz
gdb-af8e4ed9b1fb68a84c22ab707a8eaa0d5eb2c075.tar.bz2
* read.c (dwarf_file_string): New file static variable.
(emit_expr): Look for constant sequence that leads up to a file name in DWARF debugging output. (stringer): Use dwarf_file_string to decide whether to accept a string as a file name. PR 13210.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 2099b8b..409db0b 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,11 @@
+Fri Jan 16 14:51:48 1998 Ian Lance Taylor <ian@cygnus.com>
+
+ * read.c (dwarf_file_string): New file static variable.
+ (emit_expr): Look for constant sequence that leads up to a file
+ name in DWARF debugging output.
+ (stringer): Use dwarf_file_string to decide whether to accept a
+ string as a file name.
+
Fri Jan 16 11:30:37 1998 Richard Henderson <rth@cygnus.com>
* tc-m68k.c (m68k_ip): Remove absl->reglst MRI hack.