diff options
author | Alan Modra <amodra@gmail.com> | 2005-06-10 10:14:23 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-06-10 10:14:23 +0000 |
commit | 75758e9ddbb415f556721b13e3098625f6d95eaf (patch) | |
tree | 40894f959957727abbf91ea64237f8540b75164b /bfd/ChangeLog | |
parent | 0df40b5e499b5502d6219a17192d4285bdfeef72 (diff) | |
download | gdb-75758e9ddbb415f556721b13e3098625f6d95eaf.zip gdb-75758e9ddbb415f556721b13e3098625f6d95eaf.tar.gz gdb-75758e9ddbb415f556721b13e3098625f6d95eaf.tar.bz2 |
* dwarf2.c (decode_line_info): Revert last change. Instead set
initial low_pc to -1 to avoid need to test whether loc_pc has
been set.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0fab521..407820a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2005-06-10 Alan Modra <amodra@bigpond.net.au> + + * dwarf2.c (decode_line_info): Revert last change. Instead set + initial low_pc to -1 to avoid need to test whether loc_pc has + been set. + 2005-06-09 Christopher Faylor <cgf@timesys.com> * coffcode.h (sec_to_styp_flags): Set appropriate section flags when |