diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-09-09 03:13:29 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-09-09 03:13:29 +0000 |
commit | 47423a9209b1666d24d7ea45ae48201e9ef1f14d (patch) | |
tree | 966289549d71ddfdf4a84326c5741a05c6bfcaa4 /gas | |
parent | db511584c9ed185ed587a12329067c002ffadb70 (diff) | |
download | gdb-47423a9209b1666d24d7ea45ae48201e9ef1f14d.zip gdb-47423a9209b1666d24d7ea45ae48201e9ef1f14d.tar.gz gdb-47423a9209b1666d24d7ea45ae48201e9ef1f14d.tar.bz2 |
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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index bc90d50..b92d415 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +Mon Sep 8 23:08:04 1997 Ian Lance Taylor <ian@cygnus.com> + + 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 <nickc@cygnus.com> * config/tc-v850.c (v850_insert_operand): Only test for overflow |