summaryrefslogtreecommitdiff
path: root/gas/as.c
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2000-11-17 08:53:38 +0000
committerRichard Henderson <rth@redhat.com>2000-11-17 08:53:38 +0000
commit355c6d6581451fc98fa0753314cbed615129b6ff (patch)
tree7285f3c76dab42c225b8fd310e53f23df75edb3a /gas/as.c
parent530f4c5f09d2f484b1ef71164e78e7b263848f34 (diff)
downloadbinutils-redhat-355c6d6581451fc98fa0753314cbed615129b6ff.tar.gz
* as.c (main): Call dwarf2_finish.
Diffstat (limited to 'gas/as.c')
-rw-r--r--gas/as.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/as.c b/gas/as.c
index 4878fcf6f7..61eea131c5 100644
--- a/gas/as.c
+++ b/gas/as.c
@@ -885,6 +885,10 @@ main (argc, argv)
md_end ();
#endif
+ /* If we've been collecting dwarf2 .debug_line info, either for
+ assembly debugging or on behalf of the compiler, emit it now. */
+ dwarf2_finish ();
+
if (seen_at_least_1_file ()
&& (flag_always_generate_output || had_errors () == 0))
keep_it = 1;