2000-11-12 H.J. Lu (hjl@gnu.org)
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 13 Nov 2000 01:10:05 +0000 (01:10 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 13 Nov 2000 01:10:05 +0000 (01:10 +0000)
* dwarf2dbg.c (dwarf2_generate_asm_lineno): Use addressT
instead of bfd_vma for non-bfd assemblers.

gas/ChangeLog
gas/dwarf2dbg.c

index 93ccc14..e662522 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-12  H.J. Lu  (hjl@gnu.org)
+
+       * dwarf2dbg.c (dwarf2_generate_asm_lineno): Use addressT
+       instead of bfd_vma for non-bfd assemblers.
+
 2000-11-09  Kazu Hirata  <kazu@hxi.com>
 
        * itbl-ops.c: Fix comment typos.
index b91ba58..1dac778 100644 (file)
@@ -780,7 +780,7 @@ void
 dwarf2_generate_asm_lineno (size)
      int size;
 {
-  bfd_vma addr;
+  addressT addr;
   static struct dwarf2_line_info debug_line;
 
   /* First update the notion of the current source line.  */