projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0614338
)
Fix typo introduced with previous delta.
author
Nick Clifton
<nickc@redhat.com>
Tue, 24 Sep 2002 07:11:16 +0000
(07:11 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Tue, 24 Sep 2002 07:11:16 +0000
(07:11 +0000)
bfd/dwarf2.c
patch
|
blob
|
history
diff --git
a/bfd/dwarf2.c
b/bfd/dwarf2.c
index
5aadadd
..
7c000b9
100644
(file)
--- a/
bfd/dwarf2.c
+++ b/
bfd/dwarf2.c
@@
-1133,12
+1133,11
@@
decode_line_info (unit, stash)
end_sequence = 1;
add_line_info (table, address, filename, line, column,
end_sequence);
- arange_add (unit, low_pc, high_pc);
if (low_pc == 0 || address < low_pc)
low_pc = address;
if (address > high_pc)
high_pc = address;
- arange_add (unit, low_pc,
address
);
+ arange_add (unit, low_pc,
high_pc
);
break;
case DW_LNE_set_address:
address = read_address (unit, line_ptr);