diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-11-06 00:39:16 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-11-06 00:39:16 +0000 |
commit | f059bf6fd2d81102fb64d784d9d9792e0206aefa (patch) | |
tree | 89b305a56a922deaedf8fb2e14c73594c121b44a /gdb/ChangeLog | |
parent | 38a60c2e9c8a6ae4bc9084e0a5319dccaaf311ac (diff) | |
download | gdb-f059bf6fd2d81102fb64d784d9d9792e0206aefa.zip gdb-f059bf6fd2d81102fb64d784d9d9792e0206aefa.tar.gz gdb-f059bf6fd2d81102fb64d784d9d9792e0206aefa.tar.bz2 |
2004-11-05 Andrew Cagney <cagney@gnu.org>
* dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the
CFI and the init_reg method leave the register unspecified.
Include the register name in the "Incomplete CFI data" complaint.
Supress leading zeros in the address.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8db2aba..1519f59 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2004-11-05 Andrew Cagney <cagney@gnu.org> + + * dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the + CFI and the init_reg method leave the register unspecified. + Include the register name in the "Incomplete CFI data" complaint. + Supress leading zeros in the address. + 2004-11-05 Mark Kettenis <kettenis@gnu.org> * dwarf2-frame.c (decode_frame_entry_1): Avoid indirection when |