From 47423a9209b1666d24d7ea45ae48201e9ef1f14d Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 9 Sep 1997 03:13:29 +0000 Subject: [PATCH] Support -alh and -ald for DWARF 1: * listing.c (struct list_info_struct): Add debugging field. (listing_newline): Initialize the debugging field. If ELF, if the section starts with .debug or .line, set the debugging field in the listing structure. (debugging_pseudo): Add list parameter. Change all callers. If the debugging field is set, consider it to be a debugging pseudo. If ELF, skip blank lines between debugging lines. * read.c (emit_expr): If ELF, look for line numbers. (stringer): If ELF, look for file names. PR 13210. --- gas/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index bc90d50363..b92d4158af 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +Mon Sep 8 23:08:04 1997 Ian Lance Taylor + + Support -alh and -ald for DWARF 1: + * listing.c (struct list_info_struct): Add debugging field. + (listing_newline): Initialize the debugging field. If ELF, if the + section starts with .debug or .line, set the debugging field in + the listing structure. + (debugging_pseudo): Add list parameter. Change all callers. If + the debugging field is set, consider it to be a debugging pseudo. + If ELF, skip blank lines between debugging lines. + * read.c (emit_expr): If ELF, look for line numbers. + (stringer): If ELF, look for file names. + Mon Sep 8 12:33:40 1997 Nick Clifton * config/tc-v850.c (v850_insert_operand): Only test for overflow -- 2.34.1