projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b48499e
)
2000-11-12 H.J. Lu (hjl@gnu.org)
author
H.J. Lu
<hjl.tools@gmail.com>
Mon, 13 Nov 2000 01:10:05 +0000
(
01:10
+0000)
committer
H.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
patch
|
blob
|
history
gas/dwarf2dbg.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 93ccc142ec66a3d25e929b4f2990f236a559e168..e662522f4c166fa7f471c1d6798477ca8d4bc557 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-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.
diff --git
a/gas/dwarf2dbg.c
b/gas/dwarf2dbg.c
index b91ba5877caad23db91fb957d6c66b950af0bcb3..1dac7786b1512bfe0e832bed4be0ab71eae0e0f9 100644
(file)
--- a/
gas/dwarf2dbg.c
+++ b/
gas/dwarf2dbg.c
@@
-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. */