From: Ian Lance Taylor Date: Fri, 16 Jan 1998 19:56:43 +0000 (+0000) Subject: * read.c (dwarf_file_string): New file static variable. X-Git-Tag: gdb-4_18~3831 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af8e4ed9b1fb68a84c22ab707a8eaa0d5eb2c075;p=platform%2Fupstream%2Fbinutils.git * 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. --- 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 + + * 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 * tc-m68k.c (m68k_ip): Remove absl->reglst MRI hack.